Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sparc/include/
H A Dcgtworeg.h120 struct dblbufreg { struct
121 u_int display_b : 1; /* display memory B (set) or A (reset) */
122 u_int read_b : 1; /* access memory B (set) or A (reset) */
123 u_int nowrite_b : 1; /* when set, writes don't update memory B */
124 u_int nowrite_a : 1; /* when set, writes don't update memory A */
125 u_int read_ecmap : 1; /* copy from(clear)/to(set) shadow colour map */
126 u_int fast_read : 1; /* fast reads, but wrong data */
127 u_int wait : 1; /* when set, remains so to end up v. retrace */
128 u_int update_ecmap : 1; /* copy/use shadow colour map */
129 u_int reserved : 8;
/netbsd-src/sys/arch/sun3/include/
H A Dcg2reg.h106 struct dblbufreg { struct
107 u_int display_b : 1; /* display memory B (set) or A (reset) */
108 u_int read_b : 1; /* access memory B (set) or A (reset) */
109 u_int nowrite_b : 1; /* when set, writes don't update memory B */
110 u_int nowrite_a : 1; /* when set, writes don't update memory A */
111 u_int read_ecmap : 1; /* copy from(clear)/to(set) shadow colour map */
112 u_int fast_read : 1; /* fast reads, but wrong data */
113 u_int wait : 1; /* when set, remains so to end up v. retrace */
114 u_int update_ecmap : 1; /* copy/use shadow colour map */
115 u_int reserved : 8;