Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/video/nvidia/
Dnv_type.h57 u32 repaint0; member
Dnv_hw.c941 state->repaint0 = (((width / 8) * pixelDepth) & 0x700) >> 3; in NVCalcStateExt()
1556 VGA_WR08(par->PCIO, 0x03D5, state->repaint0); in NVLoadStateExt()
1614 state->repaint0 = VGA_RD08(par->PCIO, 0x03D5); in NVUnloadStateExt()
/linux-2.6.39/drivers/video/riva/
Driva_hw.h499 U032 repaint0; member
Driva_hw.c1328 state->repaint0 = (((width/8)*pixelDepth) & 0x700) >> 3; in CalcStateExt()
1688 VGA_WR08(chip->PCIO, 0x03D5, state->repaint0); in LoadStateExt()
1750 state->repaint0 = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()