Home
last modified time | relevance | path

Searched refs:UDCCS_IO_ROF (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dpxa25x_udc.c145 #define UDCCS_IO_ROF (1 << 3) /* Receive overflow */ macro
148 #define UDCCS_IO_ROF (1 << 2) /* Receive overflow */ macro
775 if (udccs & UDCCS_IO_ROF) in read_fifo()
1884 tmp = UDCCS_IO_ROF | UDCCS_IO_DME; in handle_ep()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dpxa25x_udc.c141 #define UDCCS_IO_ROF (1 << 3) /* Receive overflow */ macro
144 #define UDCCS_IO_ROF (1 << 2) /* Receive overflow */ macro
771 if (udccs & UDCCS_IO_ROF) in read_fifo()
1846 tmp = UDCCS_IO_ROF | UDCCS_IO_DME; in handle_ep()

Completed in 7 milliseconds