Home
last modified time | relevance | path

Searched refs:CFGCHIP2_OTGPWRDN (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/phy/ti/
Dphy-da8xx-usb.c80 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()
/linux-6.12.1/include/linux/mfd/
Dda8xx-cfgchip.h114 #define CFGCHIP2_OTGPWRDN BIT(9) macro