Lines Matching defs:zzfb_softc
117 struct zzfb_softc { struct
118 device_t sc_dev;
119 struct bus_space_tag sc_bst;
120 bus_space_tag_t sc_iot;
121 bus_space_handle_t sc_regh;
122 bus_space_handle_t sc_fbh;
123 size_t sc_fbsize;
125 struct vcons_screen sc_console_screen;
126 struct vcons_data sc_vd;
127 struct wsscreen_descr sc_defaultscreen;
128 struct wsscreen_list sc_screenlist;
129 const struct wsscreen_descr *sc_screens[1];
130 u_int sc_wsmode;
132 uint16_t sc_displaymode;
133 uint16_t sc_colormode;
134 uint16_t sc_width;
135 uint16_t sc_height;
136 uint16_t sc_bpp;
137 uint16_t sc_stride;
139 u_char red[ZZ9K_PALETTE_SIZE];
140 u_char green[ZZ9K_PALETTE_SIZE];
141 u_char blue[ZZ9K_PALETTE_SIZE];
143 bool sc_isconsole;
144 bool sc_isrtg;