Searched refs:PROTOCOL_SEL (Results 1 – 2 of 2) sorted by relevance
251 #define PROTOCOL_SEL BIT(2) macro1346 regmap_update_bits(hdptx->regmap, 0x0800, PROTOCOL_SEL, in rockchip_hdptx_phy_power_on()1347 FIELD_PREP(PROTOCOL_SEL, 0x0)); in rockchip_hdptx_phy_power_on()1360 regmap_update_bits(hdptx->regmap, 0x0800, PROTOCOL_SEL, in rockchip_hdptx_phy_power_on()1361 FIELD_PREP(PROTOCOL_SEL, 0x1)); in rockchip_hdptx_phy_power_on()
373 #define PROTOCOL_SEL BIT(2) macro