Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/udc/
Dnet2280.h343 (~(0x07 << EP_FIFO_BYTE_COUNT)); in set_fifo_bytecount()
344 writel(tmp | (count << EP_FIFO_BYTE_COUNT), &ep->cfg->ep_cfg); in set_fifo_bytecount()
/linux-4.1.27/include/linux/usb/
Dusb338x.h41 #define EP_FIFO_BYTE_COUNT 16 macro