Searched refs:SB_EN (Results 1 – 2 of 2) sorted by relevance
180 #define SB_EN BIT(4) macro1274 regmap_update_bits(hdptx->regmap, 0x0410, SB_EN, in rockchip_hdptx_phy_dp_aux_init()1275 FIELD_PREP(SB_EN, 0x1)); in rockchip_hdptx_phy_dp_aux_init()
280 #define SB_EN(x) UPDATE(x, 4, 4) macro