Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/gadget/
Ddwc2_udc_otg_phy.c56 &~(PHY_0_SLEEP | OTG_DISABLE_0 | ANALOG_PWRDOWN) in otg_phy_init()
59 writel((readl(&phy->phypwr) &~(OTG_DISABLE_0 | ANALOG_PWRDOWN) in otg_phy_init()
90 writel(readl(&phy->phypwr) | OTG_DISABLE_0 | ANALOG_PWRDOWN in otg_phy_off()
Ddwc2_udc_otg_regs.h209 #define OTG_DISABLE_0 (0x1 << 4) macro