Lines Matching refs:biosScratch3
1776 uint32 biosScratch3 = Read32(OUT, R600_SCRATCH_REG3); in encoder_crtc_scratch() local
1779 biosScratch3 &= ~ATOM_S3_TV1_CRTC_ACTIVE; in encoder_crtc_scratch()
1780 biosScratch3 |= (crtcID << 18); in encoder_crtc_scratch()
1783 biosScratch3 &= ~ATOM_S3_CV_CRTC_ACTIVE; in encoder_crtc_scratch()
1784 biosScratch3 |= (crtcID << 24); in encoder_crtc_scratch()
1787 biosScratch3 &= ~ATOM_S3_CRT1_CRTC_ACTIVE; in encoder_crtc_scratch()
1788 biosScratch3 |= (crtcID << 16); in encoder_crtc_scratch()
1791 biosScratch3 &= ~ATOM_S3_CRT2_CRTC_ACTIVE; in encoder_crtc_scratch()
1792 biosScratch3 |= (crtcID << 20); in encoder_crtc_scratch()
1795 biosScratch3 &= ~ATOM_S3_LCD1_CRTC_ACTIVE; in encoder_crtc_scratch()
1796 biosScratch3 |= (crtcID << 17); in encoder_crtc_scratch()
1799 biosScratch3 &= ~ATOM_S3_DFP1_CRTC_ACTIVE; in encoder_crtc_scratch()
1800 biosScratch3 |= (crtcID << 19); in encoder_crtc_scratch()
1803 biosScratch3 &= ~ATOM_S3_DFP2_CRTC_ACTIVE; in encoder_crtc_scratch()
1804 biosScratch3 |= (crtcID << 23); in encoder_crtc_scratch()
1807 biosScratch3 &= ~ATOM_S3_DFP3_CRTC_ACTIVE; in encoder_crtc_scratch()
1808 biosScratch3 |= (crtcID << 25); in encoder_crtc_scratch()
1812 Write32(OUT, R600_SCRATCH_REG3, biosScratch3); in encoder_crtc_scratch()