Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/usb/
Dnet2280.h432 #define NAK_OUT_PACKETS 4 macro
/linux-4.1.27/drivers/usb/gadget/udc/
Dnet2280.h361 if ((tmp & BIT(NAK_OUT_PACKETS)) != 0) in stop_out_naking()
Dnet2272.h158 #define NAK_OUT_PACKETS 5 macro
Dnet2272.c129 if ((tmp & (1 << NAK_OUT_PACKETS)) == 0) { in assert_out_naking()
141 if ((tmp & (1 << NAK_OUT_PACKETS)) != 0) in stop_out_naking()
876 if ((s & (1 << NAK_OUT_PACKETS)) && in net2272_queue()
885 net2272_ep_write(ep, EP_STAT0, (1 << NAK_OUT_PACKETS)); in net2272_queue()
1616 ~((1 << NAK_OUT_PACKETS) in net2272_handle_ep()
Dnet2280.c612 if (tmp & BIT(NAK_OUT_PACKETS)) { in out_flush()
658 if ((tmp & BIT(NAK_OUT_PACKETS))) in read_fifo()
677 if (count == 0 && (tmp & BIT(NAK_OUT_PACKETS)) == 0) in read_fifo()
822 BIT(NAK_OUT_PACKETS))) { in start_dma()
1025 if (req && (s & BIT(NAK_OUT_PACKETS))) in net2280_queue()
1110 if ((tmp & BIT(NAK_OUT_PACKETS)) == 0) { in scan_dma_completions()
2369 writel(t & ~BIT(NAK_OUT_PACKETS), &ep->regs->ep_stat); in handle_ep_small()