Searched refs:otghs_control (Results 1 – 4 of 4) sorted by relevance
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()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()287 control_phy->otghs_control = in omap_control_phy_probe()289 if (IS_ERR(control_phy->otghs_control)) in omap_control_phy_probe()290 return PTR_ERR(control_phy->otghs_control); in omap_control_phy_probe()
7 "ti,control-phy-otghs" - if it has otghs_control mailbox register as on OMAP4.20 - reg-names: "otghs_control" for control-phy-otghs27 reg-names = "otghs_control";
24 u32 __iomem *otghs_control; member
84 reg-names = "otghs_control";
Completed in 9 milliseconds