Home
last modified time | relevance | path

Searched refs:repaint1 (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/video/nvidia/
Dnv_type.h58 u32 repaint1; member
Dnv_hw.c892 state->repaint1 = hDisplaySize < 1280 ? 0x04 : 0x00; in NVCalcStateExt()
934 state->repaint1 = hDisplaySize < 1280 ? 0x04 : 0x00; in NVCalcStateExt()
1558 VGA_WR08(par->PCIO, 0x03D5, state->repaint1); in NVLoadStateExt()
1616 state->repaint1 = VGA_RD08(par->PCIO, 0x03D5); in NVUnloadStateExt()
/linux-2.6.39/drivers/video/riva/
Driva_hw.h500 U032 repaint1; member
Driva_hw.c1278 state->repaint1 = hDisplaySize < 1280 ? 0x06 : 0x02; in CalcStateExt()
1292 state->repaint1 = hDisplaySize < 1280 ? 0x04 : 0x00; in CalcStateExt()
1318 state->repaint1 = hDisplaySize < 1280 ? 0x04 : 0x00; in CalcStateExt()
1690 VGA_WR08(chip->PCIO, 0x03D5, state->repaint1); in LoadStateExt()
1752 state->repaint1 = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()