Home
last modified time | relevance | path

Searched refs:PCRTC0 (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/video/fbdev/nvidia/
H A Dnv_setup.c186 par->PCRTC = par->PCRTC0 + 0x800; in NVSelectHeadRegisters()
191 par->PCRTC = par->PCRTC0; in NVSelectHeadRegisters()
296 par->PCRTC0 = par->REGS + (0x00600000 / 4); in NVCommonSetup()
484 oldhead = NV_RD32(par->PCRTC0, 0x00000860); in NVCommonSetup()
485 NV_WR32(par->PCRTC0, 0x00000860, oldhead | 0x00000010); in NVCommonSetup()
609 NV_WR32(par->PCRTC0, 0x00000860, oldhead); in NVCommonSetup()
H A Dnv_type.h156 volatile u32 __iomem *PCRTC0; member
H A Dnvidia.c440 state->head = NV_RD32(par->PCRTC0, 0x00000860) & ~0x00001000; in nvidia_calc_regs()
441 state->head2 = NV_RD32(par->PCRTC0, 0x00002860) | 0x00001000; in nvidia_calc_regs()
448 state->head = NV_RD32(par->PCRTC0, 0x00000860) | 0x00001000; in nvidia_calc_regs()
449 state->head2 = NV_RD32(par->PCRTC0, 0x00002860) & ~0x00001000; in nvidia_calc_regs()
H A Dnv_hw.c1519 NV_WR32(par->PCRTC0, 0x0860, state->head); in NVLoadStateExt()
1520 NV_WR32(par->PCRTC0, 0x2860, state->head2); in NVLoadStateExt()
1661 state->head = NV_RD32(par->PCRTC0, 0x0860); in NVUnloadStateExt()
1662 state->head2 = NV_RD32(par->PCRTC0, 0x2860); in NVUnloadStateExt()
/linux/drivers/video/fbdev/riva/
H A Dnv_driver.c405 par->riva.PCRTC = par->riva.PCRTC0 + 0x800; in riva_common_setup()
410 par->riva.PCRTC = par->riva.PCRTC0; in riva_common_setup()
H A Driva_hw.h444 volatile U032 __iomem *PCRTC0; member
H A Driva_hw.c1528 NV_WR32(chip->PCRTC0, 0x00000860, state->head); in LoadStateExt()
1529 NV_WR32(chip->PCRTC0, 0x00002860, state->head2); in LoadStateExt()
1774 state->head = NV_RD32(chip->PCRTC0, 0x00000860); in UnloadStateExt()
1775 state->head2 = NV_RD32(chip->PCRTC0, 0x00002860); in UnloadStateExt()