Searched defs:mach64_softc (Results 1 – 1 of 1) sorted by relevance
88 struct mach64_softc { struct89 device_t sc_dev;90 pci_chipset_tag_t sc_pc;91 pcitag_t sc_pcitag;93 struct vga_bar sc_bars[NBARS];94 struct vga_bar sc_rom;105 bus_space_tag_t sc_regt;106 bus_space_tag_t sc_memt;107 bus_space_tag_t sc_iot;108 bus_space_handle_t sc_regh;[all …]