Searched defs:mgx_softc (Results 1 – 1 of 1) sorted by relevance
67 struct mgx_softc { struct68 device_t sc_dev;69 struct fbdevice sc_fb; /* frame buffer device */70 bus_space_tag_t sc_tag;71 bus_space_handle_t sc_blith;72 bus_space_handle_t sc_vgah;73 bus_addr_t sc_paddr, sc_rpaddr;74 void *sc_fbaddr;75 uint8_t *sc_cursor;76 int sc_width;[all …]