Home
last modified time | relevance | path

Searched defs:versatile_clcdc_softc (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/arm/versatile/
H A Dversatile_clcd.c119 struct versatile_clcdc_softc { struct
120 struct resource* mem_res;
122 struct mtx mtx;
124 int width;
125 int height;
126 int mode;
128 bus_dma_tag_t dma_tag;
129 bus_dmamap_t dma_map;
130 bus_addr_t fb_phys;
131 uint8_t *fb_base;