Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/mtu3/
Dmtu3.h73 #define MTU3_FIFO_BIT_SIZE 128 macro
130 DECLARE_BITMAP(bitmap, MTU3_FIFO_BIT_SIZE);
Dmtu3_core.c445 bitmap_zero(tx_fifo->bitmap, MTU3_FIFO_BIT_SIZE); in get_ep_fifo_config()
451 bitmap_zero(rx_fifo->bitmap, MTU3_FIFO_BIT_SIZE); in get_ep_fifo_config()
458 bitmap_zero(tx_fifo->bitmap, MTU3_FIFO_BIT_SIZE); in get_ep_fifo_config()
464 bitmap_zero(rx_fifo->bitmap, MTU3_FIFO_BIT_SIZE); in get_ep_fifo_config()