Home
last modified time | relevance | path

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

/external/u-boot/arch/powerpc/cpu/mpc83xx/
Dpcie.c83 #define PCIE_OP(rw, size, type, op) \ macro
99 PCIE_OP(read, byte, u8 *, in_8) in PCIE_OP() function
100 PCIE_OP(read, word, u16 *, in_le16) in PCIE_OP()
101 PCIE_OP(read, dword, u32 *, in_le32) in PCIE_OP()
102 PCIE_OP(write, byte, u8, out_8) in PCIE_OP()
103 PCIE_OP(write, word, u16, out_le16) in PCIE_OP()
104 PCIE_OP(write, dword, u32, out_le32) in PCIE_OP()