Searched refs:FIFO_SIZE_BITS (Results 1 – 4 of 4) sorted by relevance
153 #define FIFO_SIZE_BITS 5 macro154 #define FIFO_SIZE (1<<FIFO_SIZE_BITS) // 0x20
162 #define FIFO_SIZE_BITS 5 macro163 #define FIFO_SIZE (1<<FIFO_SIZE_BITS) // 0x20
182 #define FIFO_SIZE_BITS 6 macro183 #define FIFO_SIZE (1<<(FIFO_SIZE_BITS)) // 0x40
784 (((fifo << FIFO_SIZE_BITS) + x) << 2), 0); in vortex_fifo_clearadbdata()886 (((fifo << FIFO_SIZE_BITS) + x) << 2), 0); in vortex_fifo_clearwtdata()