Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/usb/
Dmsm_hsusb_hw.h51 #define OTGSC_BSVIS (1 << 19) macro
Dlangwell_otg.h50 # define OTGSC_BSVIS BIT(19) macro
Dlangwell_udc.h227 #define OTGSC_BSVIS BIT(19) /* B session valid interrupt status */ macro
/linux-2.6.39/drivers/usb/otg/
Dmsm_otg.c674 if (!(otgsc & (OTGSC_IDIS | OTGSC_BSVIS))) in msm_otg_irq()
684 } else if ((otgsc & OTGSC_BSVIS) && (otgsc & OTGSC_BSVIE)) { in msm_otg_irq()
Dlangwell_otg.c831 if (int_mask & OTGSC_BSVIS) { in otg_irq()