Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Drenesas_usb3.c194 #define P0_INT_STSED BIT(18) macro
203 #define P0_INT_ALL_BITS (P0_INT_STSED | P0_INT_SETUP | P0_INT_BFRDY)
1953 if (p0_int_sta & P0_INT_STSED) in usb3_irq_epc_pipe0()