Searched refs:ANA_SB_TX_LLVL_PROG (Results 1 – 2 of 2) sorted by relevance
188 #define ANA_SB_TX_LLVL_PROG GENMASK(6, 4) macro1195 regmap_update_bits(hdptx->regmap, 0x0418, ANA_SB_TX_LLVL_PROG, in rockchip_hdptx_phy_dp_aux_init()1196 FIELD_PREP(ANA_SB_TX_LLVL_PROG, 0x7)); in rockchip_hdptx_phy_dp_aux_init()
290 #define ANA_SB_TX_LLVL_PROG(x) UPDATE(x, 6, 4) macro