Searched refs:biosScratch3 (Results 1 – 1 of 1) sorted by relevance
1776 uint32 biosScratch3 = Read32(OUT, R600_SCRATCH_REG3); in encoder_crtc_scratch() local1779 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()[all …]