Home
last modified time | relevance | path

Searched refs:TMDS_PLL_EN (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/
H A Dradeon.h658 #define TMDS_PLL_EN (1 << 0) macro
/openbmc/linux/include/video/
H A Dradeon.h660 #define TMDS_PLL_EN (1 << 0) macro
/openbmc/linux/drivers/video/fbdev/aty/
H A Dradeon_base.c1909 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 Dradeon_pm.c805 reg &= ~(TMDS_PLL_EN | TMDS_PLLRST); in radeon_pm_low_current()
2496 tmp |= TMDS_PLL_EN;