Searched refs:CFGCHIP2_OTGPWRDN (Results 1 – 2 of 2) sorted by relevance
71 regmap_write_bits(d_phy->regmap, CFGCHIP(2), CFGCHIP2_OTGPWRDN, 0); in da8xx_usb20_phy_power_on()80 regmap_write_bits(d_phy->regmap, CFGCHIP(2), CFGCHIP2_OTGPWRDN, in da8xx_usb20_phy_power_off()81 CFGCHIP2_OTGPWRDN); in da8xx_usb20_phy_power_off()
114 #define CFGCHIP2_OTGPWRDN BIT(9) macro