Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/chipidea/
A Dotg.c59 val |= OTGSC_IDIS; in hw_read_otgsc()
61 val &= ~OTGSC_IDIS; in hw_read_otgsc()
103 if (data & mask & OTGSC_IDIS) in hw_write_otgsc()
A Dbits.h110 #define OTGSC_IDIS BIT(16) macro
127 #define OTGSC_INT_STATUS_BITS (OTGSC_IDIS | OTGSC_AVVIS | OTGSC_ASVIS \
A Dotg_fsm.c756 } else if (otg_int_src & OTGSC_IDIS) { in ci_otg_fsm_irq()
757 hw_write_otgsc(ci, OTGSC_IDIS, OTGSC_IDIS); in ci_otg_fsm_irq()
A Dcore.c545 if (ci->is_otg && (otgsc & OTGSC_IDIE) && (otgsc & OTGSC_IDIS)) { in ci_irq_handler()
548 hw_write_otgsc(ci, OTGSC_IDIS, OTGSC_IDIS); in ci_irq_handler()
1299 (otgsc & OTGSC_IDIE) && (otgsc & OTGSC_IDIS)) in ci_extcon_wakeup_int()

Completed in 7 milliseconds