Lines Matching defs:omapfb_softc
61 struct omapfb_softc { struct
62 device_t sc_dev;
64 bus_space_tag_t sc_iot;
65 bus_dma_tag_t sc_dmat;
66 bus_space_handle_t sc_regh;
67 bus_dmamap_t sc_dmamap;
68 bus_dma_segment_t sc_dmamem[1];
69 size_t sc_vramsize;
71 int sc_width, sc_height, sc_depth, sc_stride;
72 int sc_locked;
73 void *sc_fbaddr, *sc_vramaddr;
75 int sc_cursor_offset;
76 uint32_t *sc_cursor_img;
77 int sc_cursor_x, sc_cursor_y;
78 int sc_hot_x, sc_hot_y;
79 uint8_t sc_cursor_bitmap[8 * 64];
103 CFATTACH_DECL_NEW(omap3_dss, sizeof(struct omapfb_softc), argument