Searched refs:EARLY_PCI_OP (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/sh/drivers/pci/ |
D | common.c | 32 #define EARLY_PCI_OP(rw, size, type) \ macro 41 EARLY_PCI_OP(read, byte, u8 *) in EARLY_PCI_OP() function 42 EARLY_PCI_OP(read, word, u16 *) in EARLY_PCI_OP() 43 EARLY_PCI_OP(read, dword, u32 *) in EARLY_PCI_OP() 44 EARLY_PCI_OP(write, byte, u8) in EARLY_PCI_OP() 45 EARLY_PCI_OP(write, word, u16) in EARLY_PCI_OP() 46 EARLY_PCI_OP(write, dword, u32) in EARLY_PCI_OP()
|
/linux-4.4.14/arch/microblaze/pci/ |
D | pci-common.c | 1484 #define EARLY_PCI_OP(rw, size, type) \ macro 1492 EARLY_PCI_OP(read, byte, u8 *) in EARLY_PCI_OP() function 1493 EARLY_PCI_OP(read, word, u16 *) in EARLY_PCI_OP() 1494 EARLY_PCI_OP(read, dword, u32 *) in EARLY_PCI_OP() 1495 EARLY_PCI_OP(write, byte, u8) in EARLY_PCI_OP() 1496 EARLY_PCI_OP(write, word, u16) in EARLY_PCI_OP() 1497 EARLY_PCI_OP(write, dword, u32) in EARLY_PCI_OP()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | pci-common.c | 1568 #define EARLY_PCI_OP(rw, size, type) \ macro 1576 EARLY_PCI_OP(read, byte, u8 *) in EARLY_PCI_OP() function 1577 EARLY_PCI_OP(read, word, u16 *) in EARLY_PCI_OP() 1578 EARLY_PCI_OP(read, dword, u32 *) in EARLY_PCI_OP() 1579 EARLY_PCI_OP(write, byte, u8) in EARLY_PCI_OP() 1580 EARLY_PCI_OP(write, word, u16) in EARLY_PCI_OP() 1581 EARLY_PCI_OP(write, dword, u32) in EARLY_PCI_OP()
|