Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg_phy.c55 &~(PHY_0_SLEEP | OTG_DISABLE_0 | ANALOG_PWRDOWN) in otg_phy_init()
58 writel((readl(&phy->phypwr) &~(OTG_DISABLE_0 | ANALOG_PWRDOWN) in otg_phy_init()
89 writel(readl(&phy->phypwr) | OTG_DISABLE_0 | ANALOG_PWRDOWN in otg_phy_off()
H A Ddwc2_udc_otg_regs.h209 #define OTG_DISABLE_0 (0x1 << 4) macro