Home
last modified time | relevance | path

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

/drivers/video/intelfb/
Dintelfbhw.h331 #define CURSOR_CONTROL 0x70080 macro
347 #define CURSOR_A_CONTROL CURSOR_CONTROL
Dintelfbhw.c1842 tmp = INREG(CURSOR_CONTROL); in intelfbhw_cursor_init()
1846 OUTREG(CURSOR_CONTROL, tmp); in intelfbhw_cursor_init()
1873 tmp = INREG(CURSOR_CONTROL); in intelfbhw_cursor_hide()
1875 OUTREG(CURSOR_CONTROL, tmp); in intelfbhw_cursor_hide()
1902 tmp = INREG(CURSOR_CONTROL); in intelfbhw_cursor_show()
1904 OUTREG(CURSOR_CONTROL, tmp); in intelfbhw_cursor_show()