Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/ti/am335x/
H A Dam335x_lcd_syscons.c62 video_adapter_t va;
63 int console;
65 intptr_t fb_addr;
66 intptr_t fb_paddr;
67 unsigned int fb_size;
69 unsigned int height;
70 unsigned int width;
71 unsigned int depth;
72 unsigned int stride;
77 unsigned char *font;
[all …]
/f-stack/freebsd/arm/freescale/imx/
H A Dimx51_ipuv3.c97 struct video_adapter_softc { struct
119 static struct video_adapter_softc va_softc; argument
/f-stack/freebsd/arm/versatile/
H A Dversatile_clcd.c137 video_adapter_t va;
138 int console;
140 intptr_t fb_addr;
141 unsigned int fb_size;
143 unsigned int height;
144 unsigned int width;
145 unsigned int depth;
146 unsigned int stride;
148 unsigned int xmargin;
151 unsigned char *font;
[all …]