Searched refs:USB_PHY_CTRL_EN0 (Results 1 – 2 of 2) sorted by relevance
51 writel(readl(usb_phy_ctrl) | USB_PHY_CTRL_EN0, usb_phy_ctrl); in otg_phy_init()92 writel(readl(usb_phy_ctrl) &~USB_PHY_CTRL_EN0, usb_phy_ctrl); in otg_phy_off()
217 #define USB_PHY_CTRL_EN0 (0x1 << 0) macro