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