Lines Matching defs:w100_softc
20 struct w100_softc { struct
21 device_t dev;
23 bus_space_tag_t iot;
24 bus_space_handle_t ioh_cfg; /* config */
25 bus_space_handle_t ioh_reg; /* register */
26 bus_space_handle_t ioh_vram; /* video memory */
28 const struct w100_panel_geometry *geometry;
30 short display_width;
31 short display_height;
33 int n_screens;
35 struct w100_screen *active;