Home
last modified time | relevance | path

Searched refs:EARLY_PCI_OP (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/sh/drivers/pci/
Dcommon.c32 #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.1.27/arch/microblaze/pci/
Dpci-common.c1484 #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.1.27/arch/powerpc/kernel/
Dpci-common.c1593 #define EARLY_PCI_OP(rw, size, type) \ macro
1601 EARLY_PCI_OP(read, byte, u8 *) in EARLY_PCI_OP() function
1602 EARLY_PCI_OP(read, word, u16 *) in EARLY_PCI_OP()
1603 EARLY_PCI_OP(read, dword, u32 *) in EARLY_PCI_OP()
1604 EARLY_PCI_OP(write, byte, u8) in EARLY_PCI_OP()
1605 EARLY_PCI_OP(write, word, u16) in EARLY_PCI_OP()
1606 EARLY_PCI_OP(write, dword, u32) in EARLY_PCI_OP()