Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/intel/
Dintelfbhw.c449 hw->cursor_a_control = INREG(CURSOR_A_CONTROL); in intelfbhw_read_hw_state()
1619 tmp = INREG(CURSOR_A_CONTROL); in intelfbhw_cursor_init()
1624 OUTREG(CURSOR_A_CONTROL, tmp); in intelfbhw_cursor_init()
1658 tmp = INREG(CURSOR_A_CONTROL); in intelfbhw_cursor_hide()
1661 OUTREG(CURSOR_A_CONTROL, tmp); in intelfbhw_cursor_hide()
1692 tmp = INREG(CURSOR_A_CONTROL); in intelfbhw_cursor_show()
1695 OUTREG(CURSOR_A_CONTROL, tmp); in intelfbhw_cursor_show()
Dintelfbhw.h301 #define CURSOR_A_CONTROL CURSOR_CONTROL macro