Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/ti/
H A Dphy-da8xx-usb.c71 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()
/openbmc/u-boot/arch/arm/mach-davinci/include/mach/
H A Dda8xx-usb.h76 #define CFGCHIP2_OTGPWRDN (1 << 9) macro
/openbmc/linux/include/linux/mfd/
H A Dda8xx-cfgchip.h114 #define CFGCHIP2_OTGPWRDN BIT(9) macro