Home
last modified time | relevance | path

Searched refs:devbase (Results 1 – 1 of 1) sorted by relevance

/linux/arch/powerpc/sysdev/
H A Dmpic.c450 static void __init mpic_scan_ht_msi(struct mpic *mpic, u8 __iomem *devbase, in mpic_scan_ht_msi() argument
457 for (pos = readb(devbase + PCI_CAPABILITY_LIST); pos != 0; in mpic_scan_ht_msi()
458 pos = readb(devbase + pos + PCI_CAP_LIST_NEXT)) { in mpic_scan_ht_msi()
459 u8 id = readb(devbase + pos + PCI_CAP_LIST_ID); in mpic_scan_ht_msi()
461 id = readb(devbase + pos + 3); in mpic_scan_ht_msi()
470 base = devbase + pos; in mpic_scan_ht_msi()
486 static void __init mpic_scan_ht_msi(struct mpic *mpic, u8 __iomem *devbase, in mpic_scan_ht_msi() argument
493 static void __init mpic_scan_ht_pic(struct mpic *mpic, u8 __iomem *devbase, in mpic_scan_ht_pic() argument
501 for (pos = readb(devbase + PCI_CAPABILITY_LIST); pos != 0; in mpic_scan_ht_pic()
502 pos = readb(devbase + pos + PCI_CAP_LIST_NEXT)) { in mpic_scan_ht_pic()
[all …]