Home
last modified time | relevance | path

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

/linux-2.6.39/sound/pci/au88x0/
Dau8820.h91 #define WT_SUBBUF_MASK (0x3 << WT_SUBBUF_SHIFT)
92 #define WT_SUBBUF_SHIFT 0x15 macro
Dau8810.h45 #define WT_SUBBUF_SHIFT 0xc macro
Dau8830.h59 #define WT_SUBBUF_SHIFT 0xc macro
Dau88x0_core.c1449 >> WT_SUBBUF_SHIFT; in vortex_wtdma_bufshift()
1499 *subbuf = (temp >> WT_SUBBUF_SHIFT) & WT_SUBBUF_MASK;