Searched refs:usb_phy_ctrl (Results 1 – 7 of 7) sorted by relevance
42 unsigned int usb_phy_ctrl = dev->pdata->usb_phy_ctrl; in otg_phy_init() local52 writel(readl(usb_phy_ctrl) | USB_PHY_CTRL_EN0, usb_phy_ctrl); in otg_phy_init()80 unsigned int usb_phy_ctrl = dev->pdata->usb_phy_ctrl; in otg_phy_off() local93 writel(readl(usb_phy_ctrl) &~USB_PHY_CTRL_EN0, usb_phy_ctrl); in otg_phy_off()
22 unsigned int usb_phy_ctrl; member
194 .usb_phy_ctrl = S5PC110_USB_PHY_CONTROL,
260 .usb_phy_ctrl = EXYNOS4X12_USBPHY_CONTROL,
199 .usb_phy_ctrl = EXYNOS4_USBPHY_CONTROL,
469 .usb_phy_ctrl = EXYNOS4X12_USBPHY_CONTROL,
284 .usb_phy_ctrl = EXYNOS4_USBPHY_CONTROL,
Completed in 8 milliseconds