Searched refs:SB_PWM_AFC_CTRL (Results 1 – 2 of 2) sorted by relevance
240 #define SB_PWM_AFC_CTRL GENMASK(7, 2) macro1230 regmap_update_bits(hdptx->regmap, 0x047c, SB_PWM_AFC_CTRL, in rockchip_hdptx_phy_dp_aux_init()1231 FIELD_PREP(SB_PWM_AFC_CTRL, 0x5)); in rockchip_hdptx_phy_dp_aux_init()
351 #define SB_PWM_AFC_CTRL(x) UPDATE(x, 7, 2) macro