otghs_control     148 drivers/phy/ti/phy-omap-control.c 	val = readl(ctrl_phy->otghs_control);
otghs_control     151 drivers/phy/ti/phy-omap-control.c 	writel(val, ctrl_phy->otghs_control);
otghs_control     166 drivers/phy/ti/phy-omap-control.c 	val = readl(ctrl_phy->otghs_control);
otghs_control     170 drivers/phy/ti/phy-omap-control.c 	writel(val, ctrl_phy->otghs_control);
otghs_control     185 drivers/phy/ti/phy-omap-control.c 	val = readl(ctrl_phy->otghs_control);
otghs_control     188 drivers/phy/ti/phy-omap-control.c 	writel(val, ctrl_phy->otghs_control);
otghs_control     290 drivers/phy/ti/phy-omap-control.c 		control_phy->otghs_control = devm_ioremap_resource(
otghs_control     292 drivers/phy/ti/phy-omap-control.c 		if (IS_ERR(control_phy->otghs_control))
otghs_control     293 drivers/phy/ti/phy-omap-control.c 			return PTR_ERR(control_phy->otghs_control);
otghs_control      24 include/linux/phy/omap_control_phy.h 	u32 __iomem *otghs_control;