Searched refs:EARLY_PCI_OP (Results 1 – 1 of 1) sorted by relevance
/linux/arch/powerpc/kernel/ |
H A D | pci-common.c | 1613 #define EARLY_PCI_OP(rw, size, type) \ macro 1621 EARLY_PCI_OP(read, byte, u8 *) in EARLY_PCI_OP() function 1622 EARLY_PCI_OP(read, word, u16 *) in EARLY_PCI_OP() 1623 EARLY_PCI_OP(read, dword, u32 *) in EARLY_PCI_OP() 1624 EARLY_PCI_OP(write, byte, u8) in EARLY_PCI_OP() 1625 EARLY_PCI_OP(write, word, u16) in EARLY_PCI_OP() 1626 EARLY_PCI_OP(write, dword, u32) in EARLY_PCI_OP()
|