Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/musb-new/
Dti-musb.c26 #define CM_PHY_OTG_PWRDN (1 << 1) macro
73 CM_PHY_PWRDN | CM_PHY_OTG_PWRDN, in ti_musb_set_phy_power()
77 CM_PHY_PWRDN | CM_PHY_OTG_PWRDN); in ti_musb_set_phy_power()
/external/u-boot/arch/arm/mach-omap2/am33xx/
Dboard.c167 #define CM_PHY_OTG_PWRDN (1 << 1) macro
174 clrsetbits_le32(reg_addr, CM_PHY_PWRDN | CM_PHY_OTG_PWRDN, in am33xx_usb_set_phy_power()
177 clrsetbits_le32(reg_addr, 0, CM_PHY_PWRDN | CM_PHY_OTG_PWRDN); in am33xx_usb_set_phy_power()