Searched refs:ANA_SB_TX_HLVL_PROG (Results 1 – 2 of 2) sorted by relevance
185 #define ANA_SB_TX_HLVL_PROG GENMASK(2, 0) macro1193 regmap_update_bits(hdptx->regmap, 0x0414, ANA_SB_TX_HLVL_PROG, in rockchip_hdptx_phy_dp_aux_init()1194 FIELD_PREP(ANA_SB_TX_HLVL_PROG, 0x7)); in rockchip_hdptx_phy_dp_aux_init()
287 #define ANA_SB_TX_HLVL_PROG(x) UPDATE(x, 2, 0) macro