Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/phy/ti/
Dphy-omap-control.c154 static void omap_control_usb_host_mode(struct omap_control_phy *ctrl_phy) in omap_control_usb_host_mode() argument
158 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() argument
176 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() argument
195 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 …]
/Linux-v4.19/drivers/mmc/host/
Dsdhci-of-arasan.c170 bool ctrl_phy = false; in sdhci_arasan_set_clock() local
202 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()