Searched refs:ctrl_phy (Results 1 – 2 of 2) sorted by relevance
139 * @ctrl_phy: struct omap_control_phy *144 static void omap_control_usb_host_mode(struct omap_control_phy *ctrl_phy) in omap_control_usb_host_mode() argument 148 val = readl(ctrl_phy->otghs_control); in omap_control_usb_host_mode() 151 writel(val, ctrl_phy->otghs_control); in omap_control_usb_host_mode() 157 * @ctrl_phy: struct omap_control_phy *162 static void omap_control_usb_device_mode(struct omap_control_phy *ctrl_phy) in omap_control_usb_device_mode() argument 166 val = readl(ctrl_phy->otghs_control); in omap_control_usb_device_mode() 170 writel(val, ctrl_phy->otghs_control); in omap_control_usb_device_mode() 176 * @ctrl_phy: struct omap_control_phy *181 static void omap_control_usb_set_sessionend(struct omap_control_phy *ctrl_phy) in omap_control_usb_set_sessionend() argument 203 struct omap_control_phy *ctrl_phy; omap_control_usb_set_mode() local [all...]
354 bool ctrl_phy = false; in sdhci_arasan_set_clock() local 382 * ctrl_phy = false (so we won't turn off/on). The in sdhci_arasan_set_clock() 391 ctrl_phy = true; in sdhci_arasan_set_clock() 395 if (ctrl_phy && sdhci_arasan->is_phy_on) { in sdhci_arasan_set_clock() 439 if (ctrl_phy) { in sdhci_arasan_set_clock()