Searched refs:PCRTC0 (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/video/fbdev/nvidia/ |
H A D | nv_setup.c | 186 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 D | nv_type.h | 156 volatile u32 __iomem *PCRTC0; member
|
H A D | nvidia.c | 440 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 D | nv_hw.c | 1519 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 D | nv_driver.c | 405 par->riva.PCRTC = par->riva.PCRTC0 + 0x800; in riva_common_setup() 410 par->riva.PCRTC = par->riva.PCRTC0; in riva_common_setup()
|
H A D | riva_hw.h | 444 volatile U032 __iomem *PCRTC0; member
|
H A D | riva_hw.c | 1528 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()
|