Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/usb/
Dmsm_hsusb_hw.h53 #define OTGSC_BSVIE (1 << 27) macro
Dlangwell_otg.h43 # define OTGSC_BSVIE BIT(27) macro
Dlangwell_udc.h220 #define OTGSC_BSVIE BIT(27) /* B session valid interrupt enable */ macro
/linux-2.6.39/drivers/usb/otg/
Dmsm_otg.c242 val |= OTGSC_IDIE | OTGSC_BSVIE; in msm_otg_reset()
245 val |= OTGSC_BSVIE; in msm_otg_reset()
627 writel(readl(USB_OTGSC) & ~OTGSC_BSVIE, USB_OTGSC); in msm_otg_sm_work()
684 } else if ((otgsc & OTGSC_BSVIS) && (otgsc & OTGSC_BSVIE)) { in msm_otg_irq()
Dlangwell_otg.c238 val &= (~(OTGSC_BSVIE | OTGSC_BSEIE)); in langwell_otg_start_srp()
250 val |= (OTGSC_BSVIE | OTGSC_BSEIE); in langwell_otg_start_srp()
2120 val32 = OTGSC_DPIE | OTGSC_BSEIE | OTGSC_BSVIE | in langwell_otg_probe()