Home
last modified time | relevance | path

Searched refs:CFGCHIP2_PHYPWRDN (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/u-boot/drivers/usb/host/
H A Dohci-da8xx.c29 (CFGCHIP2_RESET | CFGCHIP2_PHYPWRDN | 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.h76 #define CFGCHIP2_PHYPWRDN (1 << 10) macro
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dda8xx-cfgchip.h113 #define CFGCHIP2_PHYPWRDN BIT(10) macro
/OK3568_Linux_fs/kernel/drivers/clk/davinci/
H A Dda8xx-cfgchip.c387 mask = CFGCHIP2_RESET | CFGCHIP2_PHYPWRDN | CFGCHIP2_PHY_PLLON; in da8xx_usb0_clk48_enable()
404 val = CFGCHIP2_PHYPWRDN; in da8xx_usb0_clk48_disable()