Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
H A Dradeon_legacy_encoders.c782 uint32_t tmp, tmds_pll_cntl, tmds_transmitter_cntl, fp_gen_cntl; in radeon_legacy_tmds_int_mode_set() local
818 tmds_transmitter_cntl = RREG32(RADEON_TMDS_TRANSMITTER_CNTL) & in radeon_legacy_tmds_int_mode_set()
824 tmds_transmitter_cntl &= ~(RADEON_TMDS_TRANSMITTER_PLLEN); in radeon_legacy_tmds_int_mode_set()
826 tmds_transmitter_cntl |= RADEON_TMDS_TRANSMITTER_PLLEN; in radeon_legacy_tmds_int_mode_set()
865 WREG32(RADEON_TMDS_TRANSMITTER_CNTL, tmds_transmitter_cntl); in radeon_legacy_tmds_int_mode_set()
/linux/drivers/video/fbdev/aty/
H A Dradeonfb.h228 u32 tmds_transmitter_cntl; member