Home
last modified time | relevance | path

Searched full:otghs_control (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/phy/ti/
H 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()
282 control_phy->otghs_control = in omap_control_phy_probe()
283 devm_platform_ioremap_resource_byname(pdev, "otghs_control"); in omap_control_phy_probe()
284 if (IS_ERR(control_phy->otghs_control)) in omap_control_phy_probe()
285 return PTR_ERR(control_phy->otghs_control); in omap_control_phy_probe()
/linux/include/linux/phy/
H A Domap_control_phy.h13 OMAP_CTRL_TYPE_OTGHS = 1, /* Mailbox OTGHS_CONTROL */
24 u32 __iomem *otghs_control; member