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