Home
last modified time | relevance | path

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

/linux/drivers/usb/chipidea/
H A Dbits.h127 #define OTGSC_INT_STATUS_BITS (OTGSC_IDIS | OTGSC_AVVIS | OTGSC_ASVIS \ macro
H A Dcore.c962 hw_write_otgsc(ci, OTGSC_INT_EN_BITS | OTGSC_INT_STATUS_BITS, in ci_get_otg_capable()
963 OTGSC_INT_STATUS_BITS); in ci_get_otg_capable()
H A Dotg_fsm.c746 otg_int_src = otgsc & OTGSC_INT_STATUS_BITS & (otgsc >> 8); in ci_otg_fsm_irq()