Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dnet2280.h422 #define NAK_OUT_PACKETS 4 macro
/linux/drivers/usb/gadget/udc/
H A Dnet2280.h357 if ((tmp & BIT(NAK_OUT_PACKETS)) != 0) in stop_out_naking()
H A Dnet2272.h140 #define NAK_OUT_PACKETS 5 macro
H A Dnet2280.c676 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()
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()