Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/au88x0/
H A Dau8820.h153 #define FIFO_SIZE_BITS 5 macro
154 #define FIFO_SIZE (1<<FIFO_SIZE_BITS) // 0x20
H A Dau8810.h162 #define FIFO_SIZE_BITS 5 macro
163 #define FIFO_SIZE (1<<FIFO_SIZE_BITS) // 0x20
H A Dau8830.h182 #define FIFO_SIZE_BITS 6 macro
183 #define FIFO_SIZE (1<<(FIFO_SIZE_BITS)) // 0x40
H A Dau88x0_core.c772 (((fifo << FIFO_SIZE_BITS) + x) << 2), 0); in vortex_fifo_clearadbdata()
874 (((fifo << FIFO_SIZE_BITS) + x) << 2), 0); in vortex_fifo_clearwtdata()