Home
last modified time | relevance | path

Searched refs:R200_FP2_SOURCE_SEL_MASK (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_legacy_encoders.c986 fp2_gen_cntl &= ~R200_FP2_SOURCE_SEL_MASK; in radeon_legacy_tmds_ext_mode_set()
995 fp2_gen_cntl &= ~R200_FP2_SOURCE_SEL_MASK; in radeon_legacy_tmds_ext_mode_set()
1261 fp2_gen_cntl &= ~(R200_FP2_SOURCE_SEL_MASK | in radeon_legacy_tv_dac_mode_set()
1270 fp2_gen_cntl &= ~(R200_FP2_SOURCE_SEL_MASK | in radeon_legacy_tv_dac_mode_set()
Dradeon_reg.h936 # define R200_FP2_SOURCE_SEL_MASK (3 << 10) macro