Searched refs:otgsc (Results 1 – 5 of 5) sorted by relevance
742 u32 otgsc, otg_int_src = 0; in ci_otg_fsm_irq() local745 otgsc = hw_read_otgsc(ci, ~0); in ci_otg_fsm_irq()746 otg_int_src = otgsc & OTGSC_INT_STATUS_BITS & (otgsc >> 8); in ci_otg_fsm_irq()747 fsm->id = (otgsc & OTGSC_ID) ? 1 : 0; in ci_otg_fsm_irq()763 if (otgsc & OTGSC_BSV) { in ci_otg_fsm_irq()775 if (otgsc & OTGSC_AVV) { in ci_otg_fsm_irq()
524 u32 otgsc = 0; in ci_irq_handler() local541 otgsc = hw_read_otgsc(ci, ~0); in ci_irq_handler()552 if ((otgsc & OTGSC_IDIE) && (otgsc & OTGSC_IDIS)) { in ci_irq_handler()562 if ((otgsc & OTGSC_BSVIE) && (otgsc & OTGSC_BSVIS)) { in ci_irq_handler()1315 u32 otgsc = hw_read_otgsc(ci, ~0); in ci_extcon_wakeup_int() local1322 (otgsc & OTGSC_IDIE) && (otgsc & OTGSC_IDIS)) in ci_extcon_wakeup_int()1327 (otgsc & OTGSC_BSVIE) && (otgsc & OTGSC_BSVIS)) in ci_extcon_wakeup_int()
46 u32 otgsc; /* On-The-Go Status and Control */ member83 u32 otgsc; /* On-The-Go Status and Control */ member
385 if (!(fsl_readl(&dr_regs->otgsc) & OTGSC_STS_USB_ID)) { in dr_controller_stop()
121 u32 otgsc; member