Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/intel/
Dintelfbhw.h285 #define CURSOR_CONTROL 0x70080 macro
301 #define CURSOR_A_CONTROL CURSOR_CONTROL
Dintelfbhw.c1628 tmp = INREG(CURSOR_CONTROL); in intelfbhw_cursor_init()
1633 OUTREG(CURSOR_CONTROL, tmp); in intelfbhw_cursor_init()
1665 tmp = INREG(CURSOR_CONTROL); in intelfbhw_cursor_hide()
1667 OUTREG(CURSOR_CONTROL, tmp); in intelfbhw_cursor_hide()
1699 tmp = INREG(CURSOR_CONTROL); in intelfbhw_cursor_show()
1701 OUTREG(CURSOR_CONTROL, tmp); in intelfbhw_cursor_show()