Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/intelfb/
H A Dintelfbhw.c592 hw->cursor_a_control = INREG(CURSOR_A_CONTROL); in intelfbhw_read_hw_state()
1845 tmp = INREG(CURSOR_A_CONTROL); in intelfbhw_cursor_init()
1850 OUTREG(CURSOR_A_CONTROL, tmp); in intelfbhw_cursor_init()
1877 tmp = INREG(CURSOR_A_CONTROL); in intelfbhw_cursor_hide()
1880 OUTREG(CURSOR_A_CONTROL, tmp); in intelfbhw_cursor_hide()
1906 tmp = INREG(CURSOR_A_CONTROL); in intelfbhw_cursor_show()
1909 OUTREG(CURSOR_A_CONTROL, tmp); in intelfbhw_cursor_show()
H A Dintelfbhw.h347 #define CURSOR_A_CONTROL CURSOR_CONTROL macro