Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/intelfb/
Dintelfbhw.c592 hw->cursor_a_control = INREG(CURSOR_A_CONTROL); in intelfbhw_read_hw_state()
1850 tmp = INREG(CURSOR_A_CONTROL); in intelfbhw_cursor_init()
1855 OUTREG(CURSOR_A_CONTROL, tmp); in intelfbhw_cursor_init()
1882 tmp = INREG(CURSOR_A_CONTROL); in intelfbhw_cursor_hide()
1885 OUTREG(CURSOR_A_CONTROL, tmp); in intelfbhw_cursor_hide()
1911 tmp = INREG(CURSOR_A_CONTROL); in intelfbhw_cursor_show()
1914 OUTREG(CURSOR_A_CONTROL, tmp); in intelfbhw_cursor_show()
Dintelfbhw.h347 #define CURSOR_A_CONTROL CURSOR_CONTROL macro