Home
last modified time | relevance | path

Searched refs:CURSORPOS (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/video/riva/
Driva_hw.h436 volatile U032 *CURSORPOS; member
Driva_hw.c1862 chip->CURSORPOS = &(chip->PRAMDAC[0x0300/4]); in nv3GetConfig()
1923 chip->CURSORPOS = &(chip->PRAMDAC[0x0300/4]); in nv4GetConfig()
1990 chip->CURSORPOS = &(chip->PRAMDAC[0x0300/4]); in nv10GetConfig()
Dfbdev.c448 *(rinfo->riva.CURSORPOS) = (rinfo->cursor->pos.x & 0xFFFF) in riva_cursor_timer_handler()
649 *(rinfo->riva.CURSORPOS) = (x & 0xFFFF) | (y << 16); in rivafb_cursor()