Searched defs:tdvfb_softc (Results 1 – 1 of 1) sorted by relevance
46 struct tdvfb_softc { struct47 device_t sc_dev;49 int sc_voodootype;54 pci_chipset_tag_t sc_pc;55 pcitag_t sc_pcitag;57 bus_space_tag_t sc_cvgt;58 bus_space_handle_t sc_cvgh;59 bus_addr_t sc_cvg_pa;61 bus_space_handle_t sc_fbh;64 struct tdvfb_dac_timing cvg_timing;[all …]