Searched refs:udccs (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | pxa25x_udc.c | 727 u32 udccs; in read_fifo() local 735 udccs = udc_ep_get_UDCCS(ep); in read_fifo() 736 if (unlikely ((udccs & UDCCS_BO_RPC) == 0)) in read_fifo() 743 if (likely (udccs & UDCCS_BO_RNE)) { in read_fifo() 750 ep->ep.name, udccs, count, in read_fifo() 775 if (udccs & UDCCS_IO_ROF) in read_fifo() 1312 "%s max %d %s udccs %02x irqs %lu\n", in udc_debug_show() 1315 /* TODO translate all five groups of udccs bits! */ in udc_debug_show() 1857 u32 udccs, tmp; in handle_ep() local 1869 udccs in handle_ep() [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | pxa25x_udc.c | 723 u32 udccs; in read_fifo() local 731 udccs = udc_ep_get_UDCCS(ep); in read_fifo() 732 if (unlikely ((udccs & UDCCS_BO_RPC) == 0)) in read_fifo() 739 if (likely (udccs & UDCCS_BO_RNE)) { in read_fifo() 746 ep->ep.name, udccs, count, in read_fifo() 771 if (udccs & UDCCS_IO_ROF) in read_fifo() 1311 "%s max %d %s udccs %02x irqs %lu\n", in udc_debug_show() 1314 /* TODO translate all five groups of udccs bits! */ in udc_debug_show() 1819 u32 udccs, tmp; in handle_ep() local 1831 udccs in handle_ep() [all...] |
Completed in 6 milliseconds