Lines Matching defs:ffb_softc
51 struct ffb_softc { struct
52 device_t sc_dev;
53 struct fbdevice sc_fb;
54 bus_space_tag_t sc_bt;
55 bus_space_handle_t sc_dac_h;
56 bus_space_handle_t sc_fbc_h;
57 bus_space_handle_t sc_sfb32_h;
58 uint32_t *sc_sfb32;
59 bus_addr_t sc_addrs[FFB_NREGS];
60 bus_size_t sc_sizes[FFB_NREGS];
61 int sc_height, sc_width, sc_linebytes, sc_depth;
62 int sc_nscreens, sc_nreg;
63 int sc_console;
64 int sc_node;
65 int sc_type;
66 u_int sc_dacrev;
67 uint8_t sc_edid_data[EDID_DATA_LEN];
68 struct edid_info sc_edid_info;
69 u_int sc_locked;
70 int sc_mode;
71 int sc_accel, sc_needredraw;
72 int32_t sc_fifo_cache, sc_fg_cache, sc_bg_cache;
73 const char *sc_conf;
76 struct i2c_controller sc_i2c;
79 struct vcons_data vd;