Lines Matching refs:otgsc
1152 u32 otgsc = readl(USB_OTGSC); in msm_otg_init_sm() local
1157 if (otgsc & OTGSC_ID) in msm_otg_init_sm()
1162 if (otgsc & OTGSC_BSV) in msm_otg_init_sm()
1176 if (otgsc & OTGSC_BSV) in msm_otg_init_sm()
1287 u32 otgsc = 0; in msm_otg_irq() local
1296 otgsc = readl(USB_OTGSC); in msm_otg_irq()
1297 if (!(otgsc & (OTGSC_IDIS | OTGSC_BSVIS))) in msm_otg_irq()
1300 if ((otgsc & OTGSC_IDIS) && (otgsc & OTGSC_IDIE)) { in msm_otg_irq()
1301 if (otgsc & OTGSC_ID) in msm_otg_irq()
1307 } else if ((otgsc & OTGSC_BSVIS) && (otgsc & OTGSC_BSVIE)) { in msm_otg_irq()
1308 if (otgsc & OTGSC_BSV) in msm_otg_irq()
1316 writel(otgsc, USB_OTGSC); in msm_otg_irq()