Searched defs:sparc_pci_chipset (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/arch/sparc64/include/ |
H A D | pci_machdep.h | 62 struct sparc_pci_chipset { struct 63 void *cookie; /* psycho_pbm/, but sssh! */ 64 int rootnode; /* PCI controller */ 67 pcireg_t (*spc_conf_read)(pci_chipset_tag_t, pcitag_t, int); 68 void (*spc_conf_write)(pci_chipset_tag_t, pcitag_t, int, pcireg_t); 70 int (*spc_intr_map)(const struct pci_attach_args *, pci_intr_handle_t *); 71 void *(*spc_intr_establish)(pci_chipset_tag_t, pci_intr_handle_t, int, int (*)(void *), void *); 74 int (*spc_find_ino)(const struct pci_attach_args *, pci_intr_handle_t *); 76 int spc_busmax; 77 struct spc_busnode { [all …]
|
/netbsd-src/sys/arch/sparc/include/ |
H A D | pci_machdep.h | 54 struct sparc_pci_chipset { struct 55 void *cookie; /* msiiep_softc, but sssh! */
|