Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/intel/
Dintelfbhw.c451 hw->cursor_a_base = INREG(CURSOR_A_BASEADDR); in intelfbhw_read_hw_state()
1625 OUTREG(CURSOR_A_BASEADDR, dinfo->cursor_base_real); in intelfbhw_cursor_init()
1634 OUTREG(CURSOR_A_BASEADDR, dinfo->cursor_offset); in intelfbhw_cursor_init()
1663 OUTREG(CURSOR_A_BASEADDR, dinfo->cursor_base_real); in intelfbhw_cursor_hide()
1697 OUTREG(CURSOR_A_BASEADDR, dinfo->cursor_base_real); in intelfbhw_cursor_show()
Dintelfbhw.h315 #define CURSOR_A_BASEADDR 0x70084 macro