Home
last modified time | relevance | path

Searched refs:EP_FIFO_BYTE_COUNT (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/usb/gadget/udc/
Dnet2280.h340 (~(0x07 << EP_FIFO_BYTE_COUNT)); in set_fifo_bytecount()
341 writel(tmp | (count << EP_FIFO_BYTE_COUNT), &ep->cfg->ep_cfg); in set_fifo_bytecount()
/Linux-v4.19/include/linux/usb/
Dusb338x.h42 #define EP_FIFO_BYTE_COUNT 16 macro