Searched refs:CURSOR_ENABLE (Results 1 – 4 of 4) sorted by relevance
153 #define CURSOR_ENABLE (1 << 16) macro
1051 val |= CURSOR_ENABLE; in dc_cursor_set()1055 val &= ~CURSOR_ENABLE; in dc_cursor_set()
2970 #define CURSOR_ENABLE 0x80000000 macro
6313 cntl |= CURSOR_ENABLE | in i845_update_cursor()6317 cntl &= ~(CURSOR_ENABLE | CURSOR_GAMMA_ENABLE); in i845_update_cursor()