Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/phy/
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 …]