Lines Matching defs:crmfb_softc
131 struct crmfb_softc { struct
132 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;
144 struct crmfb_dma sc_dmai;
146 int sc_width;
147 int sc_height;
148 int sc_depth;
149 int sc_console_depth;
150 int sc_tiles_x, sc_tiles_y;
151 uint32_t sc_fbsize;
152 int sc_mte_direction;
153 int sc_mte_x_shift;
177 static int crmfb_putcmap(struct crmfb_softc *, struct wsdisplay_cmap *); argument