Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Dnet2280.h339 (~(0x07 << EP_FIFO_BYTE_COUNT)); in set_fifo_bytecount()
340 writel(tmp | (count << EP_FIFO_BYTE_COUNT), &ep->cfg->ep_cfg); in set_fifo_bytecount()
/openbmc/linux/include/linux/usb/
H A Dusb338x.h31 #define EP_FIFO_BYTE_COUNT 16 macro