Searched refs:FIFO_SIZE_BITS (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/au88x0/
H A Dau8820.h152 #define FIFO_SIZE_BITS 5 macro
153 #define FIFO_SIZE (1<<FIFO_SIZE_BITS) // 0x20
H A Dau8810.h161 #define FIFO_SIZE_BITS 5 macro
162 #define FIFO_SIZE (1<<FIFO_SIZE_BITS) // 0x20
H A Dau8830.h181 #define FIFO_SIZE_BITS 6 macro
182 #define FIFO_SIZE (1<<(FIFO_SIZE_BITS)) // 0x40
H A Dau88x0_core.c648 (((fifo << FIFO_SIZE_BITS) + x) << 2), 0);
737 (((fifo << FIFO_SIZE_BITS) + x) << 2), 0);

Completed in 103 milliseconds