Home
last modified time | relevance | path

Searched refs:CURSOR_ENABLE_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/video/fbdev/i810/
H A Di810.h182 #define CURSOR_ENABLE_MASK 0x1000 macro
H A Di810_main.c778 temp = (mode == ON) ? temp | CURSOR_ENABLE_MASK : in i810_enable_cursor()
779 temp & ~CURSOR_ENABLE_MASK; in i810_enable_cursor()