Searched refs:CFGCHIP2_OTGPWRDN (Results 1 – 2 of 2) sorted by relevance
80 regmap_write_bits(d_phy->regmap, CFGCHIP(2), CFGCHIP2_OTGPWRDN, 0); in da8xx_usb20_phy_power_on()89 regmap_write_bits(d_phy->regmap, CFGCHIP(2), CFGCHIP2_OTGPWRDN, in da8xx_usb20_phy_power_off()90 CFGCHIP2_OTGPWRDN); in da8xx_usb20_phy_power_off()136 regmap_set_bits(d_phy->regmap, CFGCHIP(2), CFGCHIP2_PHYPWRDN | CFGCHIP2_OTGPWRDN); in da8xx_runtime_suspend()143 u32 mask = CFGCHIP2_RESET | CFGCHIP2_PHYPWRDN | CFGCHIP2_OTGPWRDN | CFGCHIP2_PHY_PLLON; in da8xx_runtime_resume()
114 #define CFGCHIP2_OTGPWRDN BIT(9) macro