Searched refs:EARLY_PCI_OP (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dpci_auto.c73 #define EARLY_PCI_OP(rw, size, type) \ macro
82 EARLY_PCI_OP(read, byte, u8 *)
83 EARLY_PCI_OP(read, word, u16 *)
84 EARLY_PCI_OP(read, dword, u32 *)
85 EARLY_PCI_OP(write, byte, u8)
86 EARLY_PCI_OP(write, word, u16)
87 EARLY_PCI_OP(write, dword, u32)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dpci.c1499 #define EARLY_PCI_OP(rw, size, type) \ macro
1507 EARLY_PCI_OP(read, byte, u8 *)
1508 EARLY_PCI_OP(read, word, u16 *)
1509 EARLY_PCI_OP(read, dword, u32 *)
1510 EARLY_PCI_OP(write, byte, u8)
1511 EARLY_PCI_OP(write, word, u16)
1512 EARLY_PCI_OP(write, dword, u32)

Completed in 98 milliseconds