Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/chipidea/
Dotg.c64 if (hw_read_otgsc(ci, OTGSC_BSV)) in ci_handle_vbus_change()
81 hw_wait_reg(ci, OP_OTGSC, OTGSC_BSV, 0, in ci_handle_id_switch()
Dotg_fsm.c619 otg_bsess_vld = hw_read_otgsc(ci, OTGSC_BSV); in ci_otg_fsm_event()
732 if (otgsc & OTGSC_BSV) { in ci_otg_fsm_irq()
803 hw_read_otgsc(ci, OTGSC_BSV) ? 0 : 1; in ci_hdrc_otg_fsm_init()
805 hw_read_otgsc(ci, OTGSC_BSV) ? 1 : 0; in ci_hdrc_otg_fsm_init()
Dbits.h99 #define OTGSC_BSV BIT(11) macro
/linux-4.1.27/include/linux/usb/
Dmsm_hsusb_hw.h61 #define OTGSC_BSV (1 << 11) macro
/linux-4.1.27/drivers/usb/phy/
Dphy-msm-usb.c1136 if (otgsc & OTGSC_BSV) in msm_otg_init_sm()
1150 if (otgsc & OTGSC_BSV) in msm_otg_init_sm()
1282 if (otgsc & OTGSC_BSV) in msm_otg_irq()