Searched refs:CURSOR_ENABLED (Results 1 – 2 of 2) sorted by relevance
54 CURSOR_ENABLED | gInfo->shared_info->cursor_format); in intel_set_cursor_shape()108 write32(INTEL_CURSOR_CONTROL, (isVisible ? CURSOR_ENABLED : 0) in intel_show_cursor()
1339 #define CURSOR_ENABLED (1UL << 31) macro