Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/pci/
H A Dpci_compat.c16 #define PCI_HOSE_OP(rw, name, size, type) \ macro
24 PCI_HOSE_OP(read, byte, 8, u8 *)
25 PCI_HOSE_OP(read, word, 16, u16 *)
26 PCI_HOSE_OP(read, dword, 32, u32 *)
27 PCI_HOSE_OP(write, byte, 8, u8)
28 PCI_HOSE_OP(write, word, 16, u16)
29 PCI_HOSE_OP(write, dword, 32, u32)
H A Dpci.c27 #define PCI_HOSE_OP(rw, size, type) \ macro
35 PCI_HOSE_OP(read, byte, u8 *)
36 PCI_HOSE_OP(read, word, u16 *)
37 PCI_HOSE_OP(read, dword, u32 *)
38 PCI_HOSE_OP(write, byte, u8)
39 PCI_HOSE_OP(write, word, u16)
40 PCI_HOSE_OP(write, dword, u32)