Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/gadget/udc/
Drenesas_usb3.c197 #define P0_INT_BFRDY BIT(0) macro
198 #define P0_INT_ALL_BITS (P0_INT_STSED | P0_INT_SETUP | P0_INT_BFRDY)
1873 if (p0_int_sta & P0_INT_BFRDY) in usb3_irq_epc_pipe0()