Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/phy/
H A Dphy-rockchip-samsung-hdptx.c211 #define SB_READY_DELAY_TIME GENMASK(5, 3) macro
1206 SB_READY_DELAY_TIME | SB_TG_OSC_EN_DELAY_TIME, in rockchip_hdptx_phy_dp_aux_init()
1207 FIELD_PREP(SB_READY_DELAY_TIME, 0x2) | in rockchip_hdptx_phy_dp_aux_init()
/rk3399_rockchip-uboot/drivers/video/drm/
H A Dphy-rockchip-samsung-hdptx-hdmi.c329 #define SB_READY_DELAY_TIME(x) UPDATE(x, 5, 3) macro