Lines Matching refs:otgsc
1134 u32 otgsc = readl(USB_OTGSC); in msm_otg_init_sm() local
1139 if (otgsc & OTGSC_ID) in msm_otg_init_sm()
1144 if (otgsc & OTGSC_BSV) in msm_otg_init_sm()
1158 if (otgsc & OTGSC_BSV) in msm_otg_init_sm()
1267 u32 otgsc = 0; in msm_otg_irq() local
1276 otgsc = readl(USB_OTGSC); in msm_otg_irq()
1277 if (!(otgsc & (OTGSC_IDIS | OTGSC_BSVIS))) in msm_otg_irq()
1280 if ((otgsc & OTGSC_IDIS) && (otgsc & OTGSC_IDIE)) { in msm_otg_irq()
1281 if (otgsc & OTGSC_ID) in msm_otg_irq()
1287 } else if ((otgsc & OTGSC_BSVIS) && (otgsc & OTGSC_BSVIE)) { in msm_otg_irq()
1288 if (otgsc & OTGSC_BSV) in msm_otg_irq()
1296 writel(otgsc, USB_OTGSC); in msm_otg_irq()