Searched refs:SB_RX_RESCAL_DONE (Results 1 – 2 of 2) sorted by relevance
176 #define SB_RX_RESCAL_DONE BIT(0) macro1271 regmap_update_bits(hdptx->regmap, 0x040c, SB_RX_RESCAL_DONE, in rockchip_hdptx_phy_dp_aux_init()1272 FIELD_PREP(SB_RX_RESCAL_DONE, 0x1)); in rockchip_hdptx_phy_dp_aux_init()
275 #define SB_RX_RESCAL_DONE(x) UPDATE(x, 0, 0) macro