Searched refs:SB_RCAL_RSTN (Results 1 – 2 of 2) sorted by relevance
241 #define SB_RCAL_RSTN BIT(1) macro1244 regmap_update_bits(hdptx->regmap, 0x047c, SB_RCAL_RSTN, in rockchip_hdptx_phy_dp_aux_init()1245 FIELD_PREP(SB_RCAL_RSTN, 0x1)); in rockchip_hdptx_phy_dp_aux_init()
353 #define SB_RCAL_RSTN(x) UPDATE(x, 1, 1) macro