Searched defs:pci_genfb_softc (Results 1 – 1 of 1) sorted by relevance
40 struct pci_genfb_softc { struct41 struct genfb_softc sc_gen;43 pci_chipset_tag_t sc_pc;44 pcitag_t sc_pcitag;45 bus_space_tag_t sc_memt;46 bus_space_tag_t sc_iot;47 bus_space_handle_t sc_memh;48 pcireg_t sc_bars[9];49 struct range sc_ranges[8];50 int sc_ranges_used;[all …]