Home
last modified time | relevance | path

Searched defs:pci_controller (Results 1 – 1 of 1) sorted by relevance

/third_party/uboot/u-boot-2020.01/include/
Dpci.h579 struct pci_controller { struct
584 struct pci_controller *next; argument
597 * pci_controller for both the controller and any bridge devices argument
610 void (*fixup_irq)(struct pci_controller *, pci_dev_t); argument
613 int (*read_byte)(struct pci_controller*, pci_dev_t, int where, u8 *); argument
614 int (*read_word)(struct pci_controller*, pci_dev_t, int where, u16 *); argument
615 int (*read_dword)(struct pci_controller*, pci_dev_t, int where, u32 *); argument
616 int (*write_byte)(struct pci_controller*, pci_dev_t, int where, u8); argument
617 int (*write_word)(struct pci_controller*, pci_dev_t, int where, u16); argument
618 int (*write_dword)(struct pci_controller*, pci_dev_t, int where, u32); argument
[all …]