Searched refs:otg_ctrl (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/usb/phy/ |
H A D | phy-mv-usb.c | 90 otg_ctrl.timer[A_WAIT_BCON_TIMER]); in mv_otg_timer_await_bcon() 92 mvotg->otg_ctrl.a_wait_bcon_timeout = 1; in mv_otg_timer_await_bcon() 109 timer = &mvotg->otg_ctrl.timer[id]; in mv_otg_cancel_timer() 125 timer = &mvotg->otg_ctrl.timer[id]; in mv_otg_set_timer() 290 struct mv_otg_ctrl *otg_ctrl = &mvotg->otg_ctrl; in mv_otg_update_inputs() local 297 otg_ctrl->b_sess_vld = 1; in mv_otg_update_inputs() 298 otg_ctrl->b_sess_end = 0; in mv_otg_update_inputs() 300 otg_ctrl->b_sess_vld = 0; in mv_otg_update_inputs() 301 otg_ctrl->b_sess_end = 1; in mv_otg_update_inputs() 304 otg_ctrl->b_sess_vld = !!(otgsc & OTGSC_STS_B_SESSION_VALID); in mv_otg_update_inputs() [all …]
|
H A D | phy-mv-usb.h | 136 struct mv_otg_ctrl otg_ctrl; member
|
/openbmc/linux/drivers/phy/ti/ |
H A D | phy-tusb1210.c | 59 u8 otg_ctrl; member 154 tusb->otg_ctrl = reg; in tusb1210_set_mode() 333 tusb1210_ulpi_write(tusb, ULPI_OTG_CTRL, tusb->otg_ctrl); in tusb1210_chg_det_work() 446 ret = tusb1210_ulpi_read(tusb, ULPI_OTG_CTRL, &tusb->otg_ctrl); in tusb1210_probe_charger_detect()
|
/openbmc/linux/drivers/power/supply/ |
H A D | isp1704_charger.c | 87 u8 otg_ctrl; in isp1704_charger_type() local 91 otg_ctrl = isp1704_read(isp, ULPI_OTG_CTRL); in isp1704_charger_type() 114 isp1704_write(isp, ULPI_OTG_CTRL, otg_ctrl); in isp1704_charger_type()
|
/openbmc/linux/drivers/usb/isp1760/ |
H A D | isp1760-core.c | 33 u32 otg_ctrl; in isp1760_init_core() local 89 otg_ctrl = (ISP176x_HW_DM_PULLDOWN_CLEAR | in isp1760_init_core() 93 otg_ctrl = (ISP176x_HW_SW_SEL_HC_DC_CLEAR | in isp1760_init_core() 97 isp1760_reg_write(hcd->regs, ISP176x_HC_OTG_CTRL, otg_ctrl); in isp1760_init_core()
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | ehci-zynq.c | 60 ulpi_write(&ulpi_vp, &ulpi->otg_ctrl, in ehci_zynq_probe()
|
/openbmc/u-boot/include/usb/ |
H A D | ulpi.h | 178 u8 otg_ctrl; /* 0x0A Write */ member
|