Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/video/fbdev/nvidia/
Dnv_type.h58 u32 repaint0; member
Dnv_hw.c942 state->repaint0 = (((width / 8) * pixelDepth) & 0x700) >> 3; in NVCalcStateExt()
1557 VGA_WR08(par->PCIO, 0x03D5, state->repaint0); in NVLoadStateExt()
1615 state->repaint0 = VGA_RD08(par->PCIO, 0x03D5); in NVUnloadStateExt()
/Linux-v5.10/drivers/video/fbdev/riva/
Driva_hw.h499 U032 repaint0; member
Driva_hw.c1329 state->repaint0 = (((width/8)*pixelDepth) & 0x700) >> 3; in CalcStateExt()
1671 VGA_WR08(chip->PCIO, 0x03D5, state->repaint0); in LoadStateExt()
1733 state->repaint0 = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()