Searched refs:EARLY_PCI_OP (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/drivers/pci/ |
H A D | common.c | 33 #define EARLY_PCI_OP(rw, size, type) \ macro 42 EARLY_PCI_OP(read, byte, u8 *) 43 EARLY_PCI_OP(read, word, u16 *) 44 EARLY_PCI_OP(read, dword, u32 *) 45 EARLY_PCI_OP(write, byte, u8) in EARLY_PCI_OP() function 46 EARLY_PCI_OP(write, word, u16) in EARLY_PCI_OP() 47 EARLY_PCI_OP(write, dword, u32) in EARLY_PCI_OP()
|
/kernel/linux/linux-6.6/arch/sh/drivers/pci/ |
H A D | common.c | 33 #define EARLY_PCI_OP(rw, size, type) \ macro 42 EARLY_PCI_OP(read, byte, u8 *) 43 EARLY_PCI_OP(read, word, u16 *) 44 EARLY_PCI_OP(read, dword, u32 *) 45 EARLY_PCI_OP(write, byte, u8) in EARLY_PCI_OP() function 46 EARLY_PCI_OP(write, word, u16) in EARLY_PCI_OP() 47 EARLY_PCI_OP(write, dword, u32) in EARLY_PCI_OP()
|
/kernel/linux/linux-5.10/arch/microblaze/pci/ |
H A D | pci-common.c | 1100 #define EARLY_PCI_OP(rw, size, type) \ macro 1108 EARLY_PCI_OP(read, byte, u8 *) 1109 EARLY_PCI_OP(read, word, u16 *) 1110 EARLY_PCI_OP(read, dword, u32 *) 1111 EARLY_PCI_OP(write, byte, u8) in EARLY_PCI_OP() function 1112 EARLY_PCI_OP(write, word, u16) in EARLY_PCI_OP() 1113 EARLY_PCI_OP(write, dword, u32) in EARLY_PCI_OP()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | pci-common.c | 1533 #define EARLY_PCI_OP(rw, size, type) \ macro 1541 EARLY_PCI_OP(read, byte, u8 *) 1542 EARLY_PCI_OP(read, word, u16 *) 1543 EARLY_PCI_OP(read, dword, u32 *) 1544 EARLY_PCI_OP(write, byte, u8) in EARLY_PCI_OP() function 1545 EARLY_PCI_OP(write, word, u16) in EARLY_PCI_OP() 1546 EARLY_PCI_OP(write, dword, u32) in EARLY_PCI_OP()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | pci-common.c | 1614 #define EARLY_PCI_OP(rw, size, type) \ macro 1622 EARLY_PCI_OP(read, byte, u8 *) 1623 EARLY_PCI_OP(read, word, u16 *) 1624 EARLY_PCI_OP(read, dword, u32 *) 1625 EARLY_PCI_OP(write, byte, u8) in EARLY_PCI_OP() function 1626 EARLY_PCI_OP(write, word, u16) in EARLY_PCI_OP() 1627 EARLY_PCI_OP(write, dword, u32) in EARLY_PCI_OP()
|
Completed in 7 milliseconds