Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/gadget/udc/
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()
/linux-6.12.1/include/linux/usb/
Dusb338x.h31 #define EP_FIFO_BYTE_COUNT 16 macro