Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dpci.h571 struct pci_controller { struct
576 struct pci_controller *next; argument
589 * pci_controller for both the controller and any bridge devices argument
602 void (*fixup_irq)(struct pci_controller *, pci_dev_t); argument
605 int (*read_byte)(struct pci_controller*, pci_dev_t, int where, u8 *); argument
606 int (*read_word)(struct pci_controller*, pci_dev_t, int where, u16 *); argument
607 int (*read_dword)(struct pci_controller*, pci_dev_t, int where, u32 *); argument
608 int (*write_byte)(struct pci_controller*, pci_dev_t, int where, u8); argument
609 int (*write_word)(struct pci_controller*, pci_dev_t, int where, u16); argument
610 int (*write_dword)(struct pci_controller*, pci_dev_t, int where, u32); argument
[all …]