Home
last modified time | relevance | path

Searched refs:CFGCHIP2_PHYPWRDN (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/phy/ti/
Dphy-da8xx-usb.c136 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.h113 #define CFGCHIP2_PHYPWRDN BIT(10) macro
/linux-6.12.1/drivers/clk/davinci/
Dda8xx-cfgchip.c388 mask = CFGCHIP2_RESET | CFGCHIP2_PHYPWRDN | CFGCHIP2_PHY_PLLON; in da8xx_usb0_clk48_enable()
405 val = CFGCHIP2_PHYPWRDN; in da8xx_usb0_clk48_disable()