HomeSort by: relevance | last modified time | path
    Searched refs:vidc_state (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/arm/iomd/
vidc20config.h 42 extern void vidcvideo_setpalette (struct vidc_state *vidc);
44 extern void vidcvideo_setstate (struct vidc_state *vidc);
45 extern void vidcvideo_getstate (struct vidc_state *vidc);
vidc.h 165 struct vidc_state { struct
183 extern struct vidc_state vidc_current[];
vidc20config.c 84 static struct vidc_state vidc_lookup = {
122 struct vidc_state vidc_current[1];
210 * the structure of vidc_state. i.e. the first 256 words are
223 counter <= sizeof(struct vidc_state);
236 vidcvideo_setpalette(struct vidc_state *vidc)
247 vidcvideo_setstate(struct vidc_state *vidc)
285 vidcvideo_getstate(struct vidc_state *vidc)

Completed in 68 milliseconds