Home
last modified time | relevance | path

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

/openbmc/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()
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()
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dti-phy.txt7 "ti,control-phy-otghs" - if it has otghs_control mailbox register as on OMAP4.
20 - reg-names: "otghs_control" for control-phy-otghs
27 reg-names = "otghs_control";
/openbmc/linux/include/linux/phy/
H A Domap_control_phy.h24 u32 __iomem *otghs_control; member
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Domap4-l4.dtsi84 reg-names = "otghs_control";