Lines Matching defs:platinumfb_softc
116 struct platinumfb_softc { struct
117 device_t sc_dev;
118 int sc_node;
120 uint8_t *sc_reg;
121 uint32_t sc_reg_size;
123 uint8_t *sc_cmap;
124 uint32_t sc_cmap_size;
126 uint8_t *sc_fb;
127 uint32_t sc_fb_size;
129 int sc_depth;
130 int sc_width, sc_height, sc_linebytes;
131 const struct videomode *sc_videomode;
132 uint8_t sc_modereg;
134 int sc_mode;
136 u_char sc_cmap_red[256];
137 u_char sc_cmap_green[256];
138 u_char sc_cmap_blue[256];
140 struct vcons_data vd;
142 uint8_t sc_cmode;
143 uint8_t sc_dac_type;
144 uint32_t sc_vram;
145 int sc_on;
146 struct platinumfb_setting *sc_pfs;