Searched refs:otg_ctrl (Results 1 - 4 of 4) sorted by relevance

/drivers/usb/phy/
H A Dphy-mv-usb.c96 mvotg->otg_ctrl.a_wait_bcon_timeout = 1;
113 timer = &mvotg->otg_ctrl.timer[id];
130 timer = &mvotg->otg_ctrl.timer[id];
301 struct mv_otg_ctrl *otg_ctrl = &mvotg->otg_ctrl; local
308 otg_ctrl->b_sess_vld = 1;
309 otg_ctrl->b_sess_end = 0;
311 otg_ctrl->b_sess_vld = 0;
312 otg_ctrl->b_sess_end = 1;
315 otg_ctrl
340 struct mv_otg_ctrl *otg_ctrl = &mvotg->otg_ctrl; local
[all...]
H A Dphy-isp1301-omap.c493 u32 otg_ctrl; local
495 otg_ctrl = omap_readl(OTG_CTRL) & OTG_CTRL_MASK;
496 otg_ctrl &= ~OTG_XCEIV_INPUTS;
497 otg_ctrl &= ~(OTG_ID|OTG_ASESSVLD|OTG_VBUSVLD);
500 otg_ctrl |= OTG_ASESSVLD;
503 otg_ctrl &= ~OTG_CTRL_BITS;
506 otg_ctrl |= OTG_VBUSVLD;
515 otg_ctrl |= OTG_ID;
522 omap_writel(otg_ctrl, OTG_CTRL);
528 u32 otg_ctrl; local
543 u32 otg_ctrl, otg_change; local
656 u32 otg_ctrl; local
1126 u32 otg_ctrl; local
1415 u32 otg_ctrl; local
[all...]
H A Dphy-mv-usb.h140 struct mv_otg_ctrl otg_ctrl; member in struct:mv_otg
/drivers/power/
H A Disp1704_charger.c108 u8 otg_ctrl; local
112 otg_ctrl = isp1704_read(isp, ULPI_OTG_CTRL);
135 isp1704_write(isp, ULPI_OTG_CTRL, otg_ctrl);

Completed in 85 milliseconds