Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/phy/
H A Dphy-rockchip-samsung-hdptx.c227 #define SB_EARC_SIG_DET_BYPASS BIT(4) macro
1221 SB_EARC_SIG_DET_BYPASS | SB_AFC_TOL, in rockchip_hdptx_phy_dp_aux_init()
1222 FIELD_PREP(SB_EARC_SIG_DET_BYPASS, 0x1) | in rockchip_hdptx_phy_dp_aux_init()
/rk3399_rockchip-uboot/drivers/video/drm/
H A Dphy-rockchip-samsung-hdptx-hdmi.c343 #define SB_EARC_SIG_DET_BYPASS(x) UPDATE(x, 4, 4) macro