Searched refs:EARLY_PCI_OP (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/arch/sh/drivers/pci/ |
| 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-v5.10/arch/microblaze/pci/ |
| D | pci-common.c | 1100 #define EARLY_PCI_OP(rw, size, type) \ macro 1108 EARLY_PCI_OP(read, byte, u8 *) in EARLY_PCI_OP() function 1109 EARLY_PCI_OP(read, word, u16 *) in EARLY_PCI_OP() 1110 EARLY_PCI_OP(read, dword, u32 *) in EARLY_PCI_OP() 1111 EARLY_PCI_OP(write, byte, u8) in EARLY_PCI_OP() 1112 EARLY_PCI_OP(write, word, u16) in EARLY_PCI_OP() 1113 EARLY_PCI_OP(write, dword, u32) in EARLY_PCI_OP()
|
| /Linux-v5.10/arch/powerpc/kernel/ |
| D | pci-common.c | 1516 #define EARLY_PCI_OP(rw, size, type) \ macro 1524 EARLY_PCI_OP(read, byte, u8 *) in EARLY_PCI_OP() function 1525 EARLY_PCI_OP(read, word, u16 *) in EARLY_PCI_OP() 1526 EARLY_PCI_OP(read, dword, u32 *) in EARLY_PCI_OP() 1527 EARLY_PCI_OP(write, byte, u8) in EARLY_PCI_OP() 1528 EARLY_PCI_OP(write, word, u16) in EARLY_PCI_OP() 1529 EARLY_PCI_OP(write, dword, u32) in EARLY_PCI_OP()
|