Home
last modified time | relevance | path

Searched refs:OTGSC_BSV (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/usb/chipidea/
Dotg.c50 val |= OTGSC_BSV; in hw_read_otgsc()
52 val &= ~OTGSC_BSV; in hw_read_otgsc()
101 if (hw_read_otgsc(ci, OTGSC_BSV)) in ci_handle_vbus_change()
120 hw_wait_reg(ci, OP_OTGSC, OTGSC_BSV, 0, in ci_handle_id_switch()
Dotg_fsm.c618 otg_bsess_vld = hw_read_otgsc(ci, OTGSC_BSV); in ci_otg_fsm_event()
731 if (otgsc & OTGSC_BSV) { in ci_otg_fsm_irq()
802 hw_read_otgsc(ci, OTGSC_BSV) ? 0 : 1; in ci_hdrc_otg_fsm_init()
804 hw_read_otgsc(ci, OTGSC_BSV) ? 1 : 0; in ci_hdrc_otg_fsm_init()
Dbits.h111 #define OTGSC_BSV BIT(11) macro
/linux-4.4.14/include/linux/usb/
Dmsm_hsusb_hw.h70 #define OTGSC_BSV (1 << 11) macro
/linux-4.4.14/drivers/usb/phy/
Dphy-msm-usb.c1162 if (otgsc & OTGSC_BSV) in msm_otg_init_sm()
1176 if (otgsc & OTGSC_BSV) in msm_otg_init_sm()
1308 if (otgsc & OTGSC_BSV) in msm_otg_irq()