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

/linux-master/drivers/usb/mtu3/
H A Dmtu3.h85 #define MTU3_FIFO_BIT_SIZE 128 macro
144 DECLARE_BITMAP(bitmap, MTU3_FIFO_BIT_SIZE);
H A Dmtu3_core.c552 bitmap_zero(tx_fifo->bitmap, MTU3_FIFO_BIT_SIZE);
558 bitmap_zero(rx_fifo->bitmap, MTU3_FIFO_BIT_SIZE);
565 bitmap_zero(tx_fifo->bitmap, MTU3_FIFO_BIT_SIZE);
571 bitmap_zero(rx_fifo->bitmap, MTU3_FIFO_BIT_SIZE);

Completed in 115 milliseconds