Searched refs:EARLY_PCI_OP (Results 1 – 3 of 3) sorted by relevance
/linux/arch/sh/drivers/pci/ |
A D | common.c | 33 #define EARLY_PCI_OP(rw, size, type) \ macro 42 EARLY_PCI_OP(read, byte, u8 *) in EARLY_PCI_OP() function 43 EARLY_PCI_OP(read, word, u16 *) in EARLY_PCI_OP() 44 EARLY_PCI_OP(read, dword, u32 *) in EARLY_PCI_OP() 45 EARLY_PCI_OP(write, byte, u8) in EARLY_PCI_OP() 46 EARLY_PCI_OP(write, word, u16) in EARLY_PCI_OP() 47 EARLY_PCI_OP(write, dword, u32) in EARLY_PCI_OP()
|
/linux/arch/microblaze/pci/ |
A D | pci-common.c | 1097 #define EARLY_PCI_OP(rw, size, type) \ macro 1105 EARLY_PCI_OP(read, byte, u8 *) in EARLY_PCI_OP() function 1106 EARLY_PCI_OP(read, word, u16 *) in EARLY_PCI_OP() 1107 EARLY_PCI_OP(read, dword, u32 *) in EARLY_PCI_OP() 1108 EARLY_PCI_OP(write, byte, u8) in EARLY_PCI_OP() 1109 EARLY_PCI_OP(write, word, u16) in EARLY_PCI_OP() 1110 EARLY_PCI_OP(write, dword, u32) in EARLY_PCI_OP()
|
/linux/arch/powerpc/kernel/ |
A D | pci-common.c | 1596 #define EARLY_PCI_OP(rw, size, type) \ macro 1604 EARLY_PCI_OP(read, byte, u8 *) in EARLY_PCI_OP() function 1605 EARLY_PCI_OP(read, word, u16 *) in EARLY_PCI_OP() 1606 EARLY_PCI_OP(read, dword, u32 *) in EARLY_PCI_OP() 1607 EARLY_PCI_OP(write, byte, u8) in EARLY_PCI_OP() 1608 EARLY_PCI_OP(write, word, u16) in EARLY_PCI_OP() 1609 EARLY_PCI_OP(write, dword, u32) in EARLY_PCI_OP()
|
Completed in 11 milliseconds