Searched defs:tft_softc (Results 1 – 1 of 1) sorted by relevance
35 struct tft_softc { struct36 device_t sc_dev;38 void * sc_image;39 size_t sc_size;41 bus_space_tag_t sc_iot;42 bus_space_handle_t sc_ioh;44 u_int sc_width;45 u_int sc_height;46 u_int sc_stride; /* line length in bytes */47 u_int sc_bpp; /* bits per pixel */[all …]