Searched refs:CURS_ENB (Results 1 – 3 of 3) sorted by relevance
127 #define CURS_ENB 0x0001 /* cursor enable */ macro
846 dga->csr |= CURS_ENB; in qdopen()2945 if (dga->csr & CURS_ENB) { /* if the cursor is enabled.. */ in ldcursor()2947 dga->csr &= ~CURS_ENB; /* ..and shut it off */ in ldcursor()2951 dga->csr &= ~CURS_ENB; /* shut off the cursor */ in ldcursor()2959 dga->csr |= CURS_ENB; /* ..turn it back on */ in ldcursor()
134 #define CURS_ENB 0x0001 /* cursor enable */ macro