Home
last modified time | relevance | path

Searched refs:ctrl_phy (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/phy/ti/
A Dphy-omap-control.c148 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()
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()
185 val = readl(ctrl_phy->otghs_control); in omap_control_usb_set_sessionend()
188 writel(val, ctrl_phy->otghs_control); in omap_control_usb_set_sessionend()
203 struct omap_control_phy *ctrl_phy; in omap_control_usb_set_mode() local
208 ctrl_phy = dev_get_drvdata(dev); in omap_control_usb_set_mode()
209 if (!ctrl_phy) { in omap_control_usb_set_mode()
219 omap_control_usb_host_mode(ctrl_phy); in omap_control_usb_set_mode()
[all …]
/linux/drivers/mmc/host/
A Dsdhci-of-arasan.c265 bool ctrl_phy = false; in sdhci_arasan_set_clock() local
302 ctrl_phy = true; in sdhci_arasan_set_clock()
306 if (ctrl_phy && sdhci_arasan->is_phy_on) { in sdhci_arasan_set_clock()
337 if (ctrl_phy) { in sdhci_arasan_set_clock()

Completed in 5 milliseconds