Searched defs:valkyriefb_softc (Results 1 – 1 of 1) sorted by relevance
68 struct valkyriefb_softc { struct69 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;[all …]