Searched refs:ctrl_phy (Results 1 – 2 of 2) sorted by relevance
154 static void omap_control_usb_host_mode(struct omap_control_phy *ctrl_phy) in omap_control_usb_host_mode() argument158 val = readl(ctrl_phy->otghs_control); in omap_control_usb_host_mode()161 writel(val, ctrl_phy->otghs_control); in omap_control_usb_host_mode()172 static void omap_control_usb_device_mode(struct omap_control_phy *ctrl_phy) in omap_control_usb_device_mode() argument176 val = readl(ctrl_phy->otghs_control); in omap_control_usb_device_mode()180 writel(val, ctrl_phy->otghs_control); in omap_control_usb_device_mode()191 static void omap_control_usb_set_sessionend(struct omap_control_phy *ctrl_phy) in omap_control_usb_set_sessionend() argument195 val = readl(ctrl_phy->otghs_control); in omap_control_usb_set_sessionend()198 writel(val, ctrl_phy->otghs_control); in omap_control_usb_set_sessionend()213 struct omap_control_phy *ctrl_phy; in omap_control_usb_set_mode() local[all …]
170 bool ctrl_phy = false; in sdhci_arasan_set_clock() local202 ctrl_phy = true; in sdhci_arasan_set_clock()206 if (ctrl_phy && sdhci_arasan->is_phy_on) { in sdhci_arasan_set_clock()223 if (ctrl_phy) { in sdhci_arasan_set_clock()