Lines Matching defs:sparc_pci_chipset
77 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 *);
87 int (*probe_device_hook)(void *, struct pci_attach_args *);