Searched refs:bios_0_scratch (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/dev/drm2/radeon/
H A Datombios_encoders.c2224 uint32_t bios_0_scratch; local
2232 bios_0_scratch = RREG32(R600_BIOS_0_SCRATCH);
2234 bios_0_scratch = RREG32(RADEON_BIOS_0_SCRATCH);
2236 DRM_DEBUG_KMS("Bios 0 scratch %x %08x\n", bios_0_scratch, radeon_encoder->devices);
2238 if (bios_0_scratch & ATOM_S0_CRT1_MASK)
2242 if (bios_0_scratch & ATOM_S0_CRT2_MASK)
2246 if (bios_0_scratch & (ATOM_S0_CV_MASK|ATOM_S0_CV_MASK_A))
2250 if (bios_0_scratch & (ATOM_S0_TV1_COMPOSITE | ATOM_S0_TV1_COMPOSITE_A))
2252 else if (bios_0_scratch & (ATOM_S0_TV1_SVIDEO | ATOM_S0_TV1_SVIDEO_A))
2266 u32 bios_0_scratch; local
[all...]
H A Dradeon_atombios.c2913 uint32_t bios_0_scratch, bios_3_scratch, bios_6_scratch; local
2916 bios_0_scratch = RREG32(R600_BIOS_0_SCRATCH);
2920 bios_0_scratch = RREG32(RADEON_BIOS_0_SCRATCH);
2933 bios_0_scratch &= ~ATOM_S0_TV1_MASK;
2946 bios_0_scratch &= ~ATOM_S0_CV_MASK;
2955 bios_0_scratch |= ATOM_S0_LCD1;
2960 bios_0_scratch &= ~ATOM_S0_LCD1;
2969 bios_0_scratch |= ATOM_S0_CRT1_COLOR;
2974 bios_0_scratch &= ~ATOM_S0_CRT1_MASK;
2983 bios_0_scratch |
[all...]
H A Dradeon_combios.c3485 uint32_t bios_0_scratch, bios_6_scratch, bios_7_scratch; local
3487 bios_0_scratch = RREG32(RADEON_BIOS_0_SCRATCH);
3492 bios_0_scratch &= ~RADEON_DRIVER_BRIGHTNESS_EN;
3501 WREG32(RADEON_BIOS_0_SCRATCH, bios_0_scratch);

Completed in 104 milliseconds