Searched defs:pci_controller (Results 1 – 1 of 1) sorted by relevance
| /external/u-boot/include/ |
| D | pci.h | 542 struct pci_controller { struct 547 struct pci_controller *next; argument 560 * pci_controller for both the controller and any bridge devices argument 573 void (*fixup_irq)(struct pci_controller *, pci_dev_t); argument 576 int (*read_byte)(struct pci_controller*, pci_dev_t, int where, u8 *); argument 577 int (*read_word)(struct pci_controller*, pci_dev_t, int where, u16 *); argument 578 int (*read_dword)(struct pci_controller*, pci_dev_t, int where, u32 *); argument 579 int (*write_byte)(struct pci_controller*, pci_dev_t, int where, u8); argument 580 int (*write_word)(struct pci_controller*, pci_dev_t, int where, u16); argument 581 int (*write_dword)(struct pci_controller*, pci_dev_t, int where, u32); argument [all …]
|