Searched refs:OTG_DISABLE_0 (Results 1 – 2 of 2) sorted by relevance
56 &~(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()
209 #define OTG_DISABLE_0 (0x1 << 4) macro