Lines Matching defs:valkyriefb_softc
68 struct valkyriefb_softc { struct
69 device_t sc_dev;
70 int sc_node;
71 uint8_t *sc_base;
72 uint8_t *sc_fbaddr;
74 int sc_depth;
75 int sc_width, sc_height, sc_linebytes;
76 const struct videomode *sc_videomode;
77 uint8_t sc_modereg;
79 int sc_mode;
80 uint32_t sc_bg;
82 u_char sc_cmap_red[256];
83 u_char sc_cmap_green[256];
84 u_char sc_cmap_blue[256];
86 struct vcons_data vd;