Home
last modified time | relevance | path

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

/netbsd/sys/arch/atari/dev/
H A Dgrfioctl.h89 struct grfvideo_mode { struct
90 u_char mode_num; /* index in mode table */
91 char mode_descr[80]; /* description of mode */
92 u_long pixel_clock; /* in Hz. */
94 u_short disp_height; /* height "" */
95 u_short depth; /* number of bitplanes resp. bits per pixel */
96 u_short hblank_start;
97 u_short hblank_stop;
98 u_short hsync_start; /* video-parameters, take care not to */
99 u_short hsync_stop; /* use parameters that violete specs of */
[all …]
/netbsd/sys/arch/amiga/dev/
H A Dgrfioctl.h82 struct grfvideo_mode { struct
100 /* values for grfvideo_mode->disp_flags */ argument