Searched defs:reg_mc6845 (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | mc6845reg.h | 29 struct reg_mc6845 { /* indexed via port 0x3d4 (mono 0x3b4) */ struct 30 u_int8_t htotal, hdisple, hblanks, hblanke; 31 u_int8_t hsyncs, hsynce, vtotal, overfll; 32 u_int8_t irowaddr, maxrow, curstart, curend; 33 u_int8_t startadrh, startadrl, cursorh, cursorl; 34 u_int8_t vsyncs, vsynce, vde, offset; 35 u_int8_t uloc, vbstart, vbend, mode; 36 u_int8_t splitl;
|