Searched refs:crtc2_gen_cntl (Results 1 – 2 of 2) sorted by relevance
34 values->crtc2_gen_cntl = INREG( regs, RADEON_CRTC2_GEN_CNTL ); in Radeon_ReadMonitorRoutingRegs()180 values->crtc2_gen_cntl |= RADEON_CRTC2_CRT2_ON; in Radeon_CalcMonitorRouting()198 values->crtc2_gen_cntl &= ~RADEON_CRTC2_CRT2_ON; in Radeon_CalcMonitorRouting()426 OUTREGP( regs, RADEON_CRTC2_GEN_CNTL, values->crtc2_gen_cntl, in Radeon_ProgramMonitorRouting()519 uint32 crtc2_gen_cntl; in Radeon_ProgramMonitorRouting() local521 crtc2_gen_cntl = INREG( regs, RADEON_CRTC2_GEN_CNTL ); in Radeon_ProgramMonitorRouting()524 crtc2_gen_cntl |= RADEON_CRTC2_EN; in Radeon_ProgramMonitorRouting()526 crtc2_gen_cntl &= ~RADEON_CRTC2_EN; in Radeon_ProgramMonitorRouting()527 crtc2_gen_cntl &= ~RADEON_CRTC2_PIX_WIDTH_MASK; in Radeon_ProgramMonitorRouting()530 OUTREGP( regs, RADEON_CRTC2_GEN_CNTL, crtc2_gen_cntl, in Radeon_ProgramMonitorRouting()
191 uint32 crtc2_gen_cntl; member