Searched refs:bios_3_scratch (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_atombios.c4173 uint32_t bios_0_scratch, bios_3_scratch, bios_6_scratch; local
4177 bios_3_scratch = RREG32(R600_BIOS_3_SCRATCH);
4181 bios_3_scratch = RREG32(RADEON_BIOS_3_SCRATCH);
4189 bios_3_scratch |= ATOM_S3_TV1_ACTIVE;
4194 bios_3_scratch &= ~ATOM_S3_TV1_ACTIVE;
4202 bios_3_scratch |= ATOM_S3_CV_ACTIVE;
4207 bios_3_scratch &= ~ATOM_S3_CV_ACTIVE;
4216 bios_3_scratch |= ATOM_S3_LCD1_ACTIVE;
4221 bios_3_scratch &= ~ATOM_S3_LCD1_ACTIVE;
4230 bios_3_scratch |
4355 uint32_t bios_3_scratch; local
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Datombios_encoders.c1822 uint32_t bios_0_scratch, bios_3_scratch, bios_6_scratch; local
1825 bios_3_scratch = RREG32(mmBIOS_SCRATCH_3);
1833 bios_3_scratch |= ATOM_S3_LCD1_ACTIVE;
1838 bios_3_scratch &= ~ATOM_S3_LCD1_ACTIVE;
1847 bios_3_scratch |= ATOM_S3_CRT1_ACTIVE;
1852 bios_3_scratch &= ~ATOM_S3_CRT1_ACTIVE;
1861 bios_3_scratch |= ATOM_S3_CRT2_ACTIVE;
1866 bios_3_scratch &= ~ATOM_S3_CRT2_ACTIVE;
1875 bios_3_scratch |= ATOM_S3_DFP1_ACTIVE;
1880 bios_3_scratch
[all...]

Completed in 275 milliseconds