Searched refs:tmds_transmitter_cntl (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
H A D | radeon_base.c | 1335 save->tmds_transmitter_cntl = INREG(TMDS_TRANSMITTER_CNTL); in radeon_save_state() 1505 OUTREG(TMDS_TRANSMITTER_CNTL, mode->tmds_transmitter_cntl); in radeon_write_mode() 1896 newmode->tmds_transmitter_cntl = rinfo->init_state.tmds_transmitter_cntl; in radeonfb_set_par() 1904 newmode->tmds_transmitter_cntl &= ~(TMDS_PLLRST); in radeonfb_set_par() 1908 newmode->tmds_transmitter_cntl &= ~TMDS_PLL_EN; in radeonfb_set_par() 1910 newmode->tmds_transmitter_cntl |= TMDS_PLL_EN; in radeonfb_set_par()
|
H A D | radeonfb.h | 228 u32 tmds_transmitter_cntl; member
|
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/ |
H A D | radeon_base.c | 1336 save->tmds_transmitter_cntl = INREG(TMDS_TRANSMITTER_CNTL); in radeon_save_state() 1506 OUTREG(TMDS_TRANSMITTER_CNTL, mode->tmds_transmitter_cntl); in radeon_write_mode() 1897 newmode->tmds_transmitter_cntl = rinfo->init_state.tmds_transmitter_cntl; in radeonfb_set_par() 1905 newmode->tmds_transmitter_cntl &= ~(TMDS_PLLRST); in radeonfb_set_par() 1909 newmode->tmds_transmitter_cntl &= ~TMDS_PLL_EN; in radeonfb_set_par() 1911 newmode->tmds_transmitter_cntl |= TMDS_PLL_EN; in radeonfb_set_par()
|
H A D | radeonfb.h | 228 u32 tmds_transmitter_cntl; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_legacy_encoders.c | 789 uint32_t tmp, tmds_pll_cntl, tmds_transmitter_cntl, fp_gen_cntl; in radeon_legacy_tmds_int_mode_set() local 825 tmds_transmitter_cntl = RREG32(RADEON_TMDS_TRANSMITTER_CNTL) & in radeon_legacy_tmds_int_mode_set() 831 tmds_transmitter_cntl &= ~(RADEON_TMDS_TRANSMITTER_PLLEN); in radeon_legacy_tmds_int_mode_set() 833 tmds_transmitter_cntl |= RADEON_TMDS_TRANSMITTER_PLLEN; in radeon_legacy_tmds_int_mode_set() 872 WREG32(RADEON_TMDS_TRANSMITTER_CNTL, tmds_transmitter_cntl); in radeon_legacy_tmds_int_mode_set()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | radeon_legacy_encoders.c | 782 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()
|
Completed in 16 milliseconds