Home
last modified time | relevance | path

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

/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()
/arch/powerpc/kernel/
Dpci-common.c1591 #define EARLY_PCI_OP(rw, size, type) \ macro
1599 EARLY_PCI_OP(read, byte, u8 *)
1600 EARLY_PCI_OP(read, word, u16 *)
1601 EARLY_PCI_OP(read, dword, u32 *)
1602 EARLY_PCI_OP(write, byte, u8)
1603 EARLY_PCI_OP(write, word, u16)
1604 EARLY_PCI_OP(write, dword, u32)
/arch/microblaze/pci/
Dpci-common.c1627 #define EARLY_PCI_OP(rw, size, type) \ macro
1635 EARLY_PCI_OP(read, byte, u8 *) in EARLY_PCI_OP() function
1636 EARLY_PCI_OP(read, word, u16 *) in EARLY_PCI_OP()
1637 EARLY_PCI_OP(read, dword, u32 *) in EARLY_PCI_OP()
1638 EARLY_PCI_OP(write, byte, u8) in EARLY_PCI_OP()
1639 EARLY_PCI_OP(write, word, u16) in EARLY_PCI_OP()
1640 EARLY_PCI_OP(write, dword, u32) in EARLY_PCI_OP()