Lines Matching refs:otgsc
570 u32 otgsc = readl(USB_OTGSC); in msm_otg_init_sm() local
575 if (otgsc & OTGSC_ID) in msm_otg_init_sm()
580 if (otgsc & OTGSC_BSV) in msm_otg_init_sm()
601 if (otgsc & OTGSC_BSV) in msm_otg_init_sm()
664 u32 otgsc = 0; in msm_otg_irq() local
673 otgsc = readl(USB_OTGSC); in msm_otg_irq()
674 if (!(otgsc & (OTGSC_IDIS | OTGSC_BSVIS))) in msm_otg_irq()
677 if ((otgsc & OTGSC_IDIS) && (otgsc & OTGSC_IDIE)) { in msm_otg_irq()
678 if (otgsc & OTGSC_ID) in msm_otg_irq()
684 } else if ((otgsc & OTGSC_BSVIS) && (otgsc & OTGSC_BSVIE)) { in msm_otg_irq()
685 if (otgsc & OTGSC_BSV) in msm_otg_irq()
693 writel(otgsc, USB_OTGSC); in msm_otg_irq()