Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/au88x0/
H A Dau8820.h92 #define WT_SUBBUF_MASK (0x3 << WT_SUBBUF_SHIFT)
93 #define WT_SUBBUF_SHIFT 0x15 macro
H A Dau8810.h46 #define WT_SUBBUF_SHIFT 0xc macro
H A Dau8830.h60 #define WT_SUBBUF_SHIFT 0xc macro
H A Dau88x0_core.c1442 >> WT_SUBBUF_SHIFT) & WT_SUBBUF_MASK; in vortex_wtdma_bufshift()
1492 *subbuf = (temp >> WT_SUBBUF_SHIFT) & WT_SUBBUF_MASK;