Searched refs:OP_ENDPTCOMPLETE (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/chipidea/ |
H A D | ci.h | 65 OP_ENDPTCOMPLETE, enumerator
|
H A D | core.c | 69 [OP_ENDPTCOMPLETE] = 0x7CU, 94 [OP_ENDPTCOMPLETE] = 0xE8U,
|
H A D | udc.c | 262 return hw_test_and_clear(ci, OP_ENDPTCOMPLETE, BIT(n)); in hw_test_and_clear_complete() 336 hw_write(ci, OP_ENDPTCOMPLETE, 0, 0); in hw_usb_reset()
|
/kernel/linux/linux-6.6/drivers/usb/chipidea/ |
H A D | ci.h | 66 OP_ENDPTCOMPLETE, enumerator
|
H A D | core.c | 70 [OP_ENDPTCOMPLETE] = 0x7CU, 96 [OP_ENDPTCOMPLETE] = 0xE8U,
|
H A D | udc.c | 265 return hw_test_and_clear(ci, OP_ENDPTCOMPLETE, BIT(n)); in hw_test_and_clear_complete() 339 hw_write(ci, OP_ENDPTCOMPLETE, 0, 0); in hw_usb_reset()
|
Completed in 10 milliseconds