Searched refs:SB_READY_DELAY_TIME (Results 1 – 2 of 2) sorted by relevance
211 #define SB_READY_DELAY_TIME GENMASK(5, 3) macro1206 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()
329 #define SB_READY_DELAY_TIME(x) UPDATE(x, 5, 3) macro