Searched defs:alpha_pci_chipset (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/arch/alpha/include/ |
H A D | pci_machdep.h | 60 struct alpha_pci_chipset { struct 61 void *pc_conf_v; 62 void (*pc_attach_hook)(device_t, device_t, 64 int (*pc_bus_maxdevs)(void *, int); 65 pcitag_t (*pc_make_tag)(void *, int, int, int); 66 void (*pc_decompose_tag)(void *, pcitag_t, int *, 68 pcireg_t (*pc_conf_read)(void *, pcitag_t, int); 69 void (*pc_conf_write)(void *, pcitag_t, int, pcireg_t); 71 void *pc_intr_v; 72 int (*pc_intr_map)(const struct pci_attach_args *, [all …]
|
/netbsd-src/sys/arch/alpha/alpha/ |
H A D | sys_machdep.c | 82 struct alpha_pci_chipset *alpha_pci_chipset; variable
|