Searched defs:cg2statusreg (Results 1 – 2 of 2) sorted by relevance
89 struct cg2statusreg { struct90 u_int reserved : 2; /* not used */91 u_int fastread : 1; /* r/o: has some feature I don't understand */92 u_int id : 1; /* r/o: ext status and ID registers exist */93 u_int resolution : 4; /* screen resolution, 0 means 1152x900 */94 u_int retrace : 1; /* r/o: retrace in progress */95 u_int inpend : 1; /* r/o: interrupt request */96 u_int ropmode : 3; /* ?? */97 u_int inten : 1; /* interrupt enable (for end of retrace) */98 u_int update_cmap : 1; /* copy/use shadow colour map */[all …]
75 struct cg2statusreg { struct76 u_int reserved : 2; /* not used */77 u_int fastread : 1; /* r/o: has some feature I don't understand */78 u_int id : 1; /* r/o: ext status and ID registers exist */79 u_int resolution : 4; /* screen resolution, 0 means 1152x900 */80 u_int retrace : 1; /* r/o: retrace in progress */81 u_int inpend : 1; /* r/o: interrupt request */82 u_int ropmode : 3; /* ?? */83 u_int inten : 1; /* interrupt enable (for end of retrace) */84 u_int update_cmap : 1; /* copy/use shadow colour map */[all …]