Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/musb/
H A Dda8xx.c51 cfgchip2 &= ~(CFGCHIP2_RESET | CFGCHIP2_PHYPWRDN | CFGCHIP2_OTGPWRDN | in phy_on()
80 cfgchip2 |= CFGCHIP2_PHYPWRDN | CFGCHIP2_OTGPWRDN; in phy_off()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci-da8xx.c30 CFGCHIP2_OTGPWRDN | CFGCHIP2_OTGMODE | in usb_phy_on()
52 CFGCHIP2_PHYPWRDN | CFGCHIP2_OTGPWRDN | in usb_phy_off()
/OK3568_Linux_fs/u-boot/arch/arm/mach-davinci/include/mach/
H A Dda8xx-usb.h77 #define CFGCHIP2_OTGPWRDN (1 << 9) macro
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dda8xx-cfgchip.h114 #define CFGCHIP2_OTGPWRDN BIT(9) macro