Searched defs:crmfb_softc (Results 1 – 1 of 1) sorted by relevance
131 struct crmfb_softc { struct132 device_t sc_dev;133 struct vcons_data sc_vd;134 struct i2c_controller sc_i2c;135 int sc_dir;137 bus_space_tag_t sc_iot;138 bus_space_handle_t sc_ioh;139 bus_space_handle_t sc_reh;141 bus_dma_tag_t sc_dmat;143 struct crmfb_dma sc_dma;[all …]