Searched refs:EARLY_PCI_OP (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/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-6.1.9/arch/microblaze/pci/ |
D | pci-common.c | 1048 #define EARLY_PCI_OP(rw, size, type) \ macro 1056 EARLY_PCI_OP(read, byte, u8 *) in EARLY_PCI_OP() function 1057 EARLY_PCI_OP(read, word, u16 *) in EARLY_PCI_OP() 1058 EARLY_PCI_OP(read, dword, u32 *) in EARLY_PCI_OP() 1059 EARLY_PCI_OP(write, byte, u8) in EARLY_PCI_OP() 1060 EARLY_PCI_OP(write, word, u16) in EARLY_PCI_OP() 1061 EARLY_PCI_OP(write, dword, u32) in EARLY_PCI_OP()
|
/linux-6.1.9/arch/powerpc/kernel/ |
D | pci-common.c | 1614 #define EARLY_PCI_OP(rw, size, type) \ macro 1622 EARLY_PCI_OP(read, byte, u8 *) in EARLY_PCI_OP() function 1623 EARLY_PCI_OP(read, word, u16 *) in EARLY_PCI_OP() 1624 EARLY_PCI_OP(read, dword, u32 *) in EARLY_PCI_OP() 1625 EARLY_PCI_OP(write, byte, u8) in EARLY_PCI_OP() 1626 EARLY_PCI_OP(write, word, u16) in EARLY_PCI_OP() 1627 EARLY_PCI_OP(write, dword, u32) in EARLY_PCI_OP()
|