Searched refs:NAK_OUT_PACKETS (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | net2280.h | 436 #define NAK_OUT_PACKETS 4 macro
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | net2280.h | 422 #define NAK_OUT_PACKETS 4 macro
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | net2280.h | 356 if ((tmp & BIT(NAK_OUT_PACKETS)) != 0) in stop_out_naking()
|
H A D | net2280.c | 676 if (tmp & BIT(NAK_OUT_PACKETS)) { in out_flush() 722 if ((tmp & BIT(NAK_OUT_PACKETS))) in read_fifo() 741 if (count == 0 && (tmp & BIT(NAK_OUT_PACKETS)) == 0) in read_fifo() 754 /* NAK_OUT_PACKETS will be set, so flushing is safe; in read_fifo() 882 BIT(NAK_OUT_PACKETS))) { in start_dma() 1086 if (req && (s & BIT(NAK_OUT_PACKETS))) in net2280_queue() 1175 if ((ep_stat & BIT(NAK_OUT_PACKETS)) == 0) { in scan_dma_completions() 2532 writel(t & ~BIT(NAK_OUT_PACKETS), &ep->regs->ep_stat); in handle_ep_small() 3495 * less than req->length. NAK_OUT_PACKETS may be set,
|
H A D | net2272.c | 115 if ((tmp & (1 << NAK_OUT_PACKETS)) == 0) { in assert_out_naking() 127 if ((tmp & (1 << NAK_OUT_PACKETS)) != 0) in stop_out_naking() 857 if ((s & (1 << NAK_OUT_PACKETS)) && in net2272_queue() 866 net2272_ep_write(ep, EP_STAT0, (1 << NAK_OUT_PACKETS)); in net2272_queue() 1604 ~((1 << NAK_OUT_PACKETS) in net2272_handle_ep()
|
H A D | net2272.h | 140 #define NAK_OUT_PACKETS 5 macro
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | net2280.h | 357 if ((tmp & BIT(NAK_OUT_PACKETS)) != 0) in stop_out_naking()
|
H A D | net2280.c | 676 if (tmp & BIT(NAK_OUT_PACKETS)) { in out_flush() 722 if ((tmp & BIT(NAK_OUT_PACKETS))) in read_fifo() 741 if (count == 0 && (tmp & BIT(NAK_OUT_PACKETS)) == 0) in read_fifo() 754 /* NAK_OUT_PACKETS will be set, so flushing is safe; in read_fifo() 882 BIT(NAK_OUT_PACKETS))) { in start_dma() 1078 if (req && (s & BIT(NAK_OUT_PACKETS))) in net2280_queue() 1167 if ((ep_stat & BIT(NAK_OUT_PACKETS)) == 0) { in scan_dma_completions() 2537 writel(t & ~BIT(NAK_OUT_PACKETS), &ep->regs->ep_stat); in handle_ep_small() 3502 * less than req->length. NAK_OUT_PACKETS may be set,
|
H A D | net2272.c | 115 if ((tmp & (1 << NAK_OUT_PACKETS)) == 0) { in assert_out_naking() 127 if ((tmp & (1 << NAK_OUT_PACKETS)) != 0) in stop_out_naking() 858 if ((s & (1 << NAK_OUT_PACKETS)) && in net2272_queue() 867 net2272_ep_write(ep, EP_STAT0, (1 << NAK_OUT_PACKETS)); in net2272_queue() 1616 ~((1 << NAK_OUT_PACKETS) in net2272_handle_ep()
|
H A D | net2272.h | 140 #define NAK_OUT_PACKETS 5 macro
|
Completed in 22 milliseconds