Lines Matching defs:mgx_softc
67 struct mgx_softc { struct
68 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;
77 int sc_height;
78 int sc_stride;
79 int sc_depth;
80 int sc_fbsize;
81 int sc_mode;
82 char sc_name[8];
83 uint32_t sc_dec, sc_r_dec, sc_r_fg;
107 static void mgx_write_dac(struct mgx_softc *, int, int, int, int); argument