Home
last modified time | relevance | path

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

/openbsd-src/sys/arch/sparc64/include/
H A Dpci_machdep.h77 struct sparc_pci_chipset { struct
78 void *cookie;
79 bus_space_tag_t bustag;
80 bus_space_handle_t bushandle;
81 int rootnode; /* PCI controller */
82 int busnode[256];
83 int (*conf_size)(pci_chipset_tag_t, pcitag_t);
84 pcireg_t (*conf_read)(pci_chipset_tag_t, pcitag_t, int);
85 void (*conf_write)(pci_chipset_tag_t, pcitag_t, int, pcireg_t);
86 int (*intr_map)(struct pci_attach_args *, pci_intr_handle_t *);
[all …]