Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/musb-new/
H A Dti-musb.c25 #define CM_PHY_OTG_PWRDN (1 << 1) macro
41 CM_PHY_PWRDN | CM_PHY_OTG_PWRDN, in ti_musb_set_phy_power()
45 CM_PHY_PWRDN | CM_PHY_OTG_PWRDN); in ti_musb_set_phy_power()
/openbmc/u-boot/arch/arm/mach-omap2/am33xx/
H A Dboard.c230 #define CM_PHY_OTG_PWRDN (1 << 1) macro
237 clrsetbits_le32(reg_addr, CM_PHY_PWRDN | CM_PHY_OTG_PWRDN, in am33xx_usb_set_phy_power()
240 clrsetbits_le32(reg_addr, 0, CM_PHY_PWRDN | CM_PHY_OTG_PWRDN); in am33xx_usb_set_phy_power()