Searched defs:pci_controller (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/include/ |
H A D | pci.h | 557 struct pci_controller { struct 562 struct pci_controller *next; argument 575 * pci_controller for both the controller and any bridge devices argument 588 void (*fixup_irq)(struct pci_controller *, pci_dev_t); argument 591 int (*read_byte)(struct pci_controller*, pci_dev_t, int where, u8 *); argument 592 int (*read_word)(struct pci_controller*, pci_dev_t, int where, u16 *); argument 593 int (*read_dword)(struct pci_controller*, pci_dev_t, int where, u32 *); argument 594 int (*write_byte)(struct pci_controller*, pci_dev_t, int where, u8); argument 595 int (*write_word)(struct pci_controller*, pci_dev_t, int where, u16); argument 596 int (*write_dword)(struct pci_controller*, pci_dev_t, int where, u32); argument [all …]
|