Home
last modified time | relevance | path

Searched refs:OTGSC_IDIS (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/chipidea/
H A Dbits.h110 #define OTGSC_IDIS BIT(16) macro
127 #define OTGSC_INT_STATUS_BITS (OTGSC_IDIS | OTGSC_AVVIS | OTGSC_ASVIS \
H A Dotg_fsm.c754 } else if (otg_int_src & OTGSC_IDIS) { in ci_otg_fsm_irq()
755 hw_write_otgsc(ci, OTGSC_IDIS, OTGSC_IDIS); in ci_otg_fsm_irq()
H A Dcore.c552 if ((otgsc & OTGSC_IDIE) && (otgsc & OTGSC_IDIS)) { in ci_irq_handler()
555 hw_write_otgsc(ci, OTGSC_IDIS, OTGSC_IDIS); in ci_irq_handler()
1322 (otgsc & OTGSC_IDIE) && (otgsc & OTGSC_IDIS)) in ci_extcon_wakeup_int()