Statistics
| Branch: | Revision:

root / hw / ppce500_pci.h @ 9e2c1298

History | View | Annotate | Download (158 Bytes)

# Date Author Comment
9e2c1298 12/14/2012 02:12 pm Alexander Graf

PPC: e500: pci: Export slot2irq calculation

We need the calculation method to get from a PCI slot ID to its respective
interrupt line twice. Once in the internal map function and once when
assembling the device tree.

So let's extract the calculation to a separate function that can be called...