Searched refs:CFGCHIP2_OTGPWRDN (Results 1 – 2 of 2) sorted by relevance
79 regmap_write_bits(d_phy->regmap, CFGCHIP(2), CFGCHIP2_OTGPWRDN, 0); in da8xx_usb20_phy_power_on()88 regmap_write_bits(d_phy->regmap, CFGCHIP(2), CFGCHIP2_OTGPWRDN, in da8xx_usb20_phy_power_off()89 CFGCHIP2_OTGPWRDN); in da8xx_usb20_phy_power_off()
123 #define CFGCHIP2_OTGPWRDN BIT(9) macro