Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arc/include/
H A Dpci_machdep.h55 struct arc_pci_chipset { struct
56 void (*pc_attach_hook)(device_t, device_t,
58 int (*pc_bus_maxdevs)(pci_chipset_tag_t, int);
59 pcitag_t (*pc_make_tag)(pci_chipset_tag_t, int, int, int);
60 void (*pc_decompose_tag)(pci_chipset_tag_t, pcitag_t,
62 pcireg_t (*pc_conf_read)(pci_chipset_tag_t, pcitag_t, int);
63 void (*pc_conf_write)(pci_chipset_tag_t, pcitag_t, int,
65 int (*pc_intr_map)(const struct pci_attach_args *,
67 const char *(*pc_intr_string)(pci_chipset_tag_t,
69 int (*pc_intr_setattr)(void *, pci_intr_handle_t *,
[all …]