Searched refs:OTGSC_INT_STATUS_BITS (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/chipidea/ |
H A D | otg.c | 115 hw_write(ci, OP_OTGSC, mask | OTGSC_INT_STATUS_BITS, data); in hw_write_otgsc() 265 hw_write_otgsc(ci, OTGSC_INT_EN_BITS | OTGSC_INT_STATUS_BITS, in ci_hdrc_otg_destroy() 266 OTGSC_INT_STATUS_BITS); in ci_hdrc_otg_destroy()
|
H A D | bits.h | 127 #define OTGSC_INT_STATUS_BITS (OTGSC_IDIS | OTGSC_AVVIS | OTGSC_ASVIS \ macro
|
H A D | core.c | 943 hw_write_otgsc(ci, OTGSC_INT_EN_BITS | OTGSC_INT_STATUS_BITS, in ci_get_otg_capable() 944 OTGSC_INT_STATUS_BITS); in ci_get_otg_capable()
|
H A D | otg_fsm.c | 741 otg_int_src = otgsc & OTGSC_INT_STATUS_BITS & (otgsc >> 8); in ci_otg_fsm_irq()
|
/kernel/linux/linux-6.6/drivers/usb/chipidea/ |
H A D | otg.c | 115 hw_write(ci, OP_OTGSC, mask | OTGSC_INT_STATUS_BITS, data); in hw_write_otgsc() 265 hw_write_otgsc(ci, OTGSC_INT_EN_BITS | OTGSC_INT_STATUS_BITS, in ci_hdrc_otg_destroy() 266 OTGSC_INT_STATUS_BITS); in ci_hdrc_otg_destroy()
|
H A D | bits.h | 127 #define OTGSC_INT_STATUS_BITS (OTGSC_IDIS | OTGSC_AVVIS | OTGSC_ASVIS \ macro
|
H A D | core.c | 982 hw_write_otgsc(ci, OTGSC_INT_EN_BITS | OTGSC_INT_STATUS_BITS, in ci_get_otg_capable() 983 OTGSC_INT_STATUS_BITS); in ci_get_otg_capable()
|
H A D | otg_fsm.c | 748 otg_int_src = otgsc & OTGSC_INT_STATUS_BITS & (otgsc >> 8); in ci_otg_fsm_irq()
|
Completed in 11 milliseconds