Home
last modified time | relevance | path

Searched refs:CURSOR_CONTROL (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/
Di740_reg.h151 #define CURSOR_CONTROL 0xA0 macro
/linux-4.4.14/drivers/video/fbdev/intelfb/
Dintelfbhw.h331 #define CURSOR_CONTROL 0x70080 macro
347 #define CURSOR_A_CONTROL CURSOR_CONTROL
Dintelfbhw.c1858 tmp = INREG(CURSOR_CONTROL); in intelfbhw_cursor_init()
1862 OUTREG(CURSOR_CONTROL, tmp); in intelfbhw_cursor_init()
1889 tmp = INREG(CURSOR_CONTROL); in intelfbhw_cursor_hide()
1891 OUTREG(CURSOR_CONTROL, tmp); in intelfbhw_cursor_hide()
1918 tmp = INREG(CURSOR_CONTROL); in intelfbhw_cursor_show()
1920 OUTREG(CURSOR_CONTROL, tmp); in intelfbhw_cursor_show()