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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/au88x0/
H A Dau8820.h28 #define POS_MASK 0x00000fff macro
H A Dau8810.h20 #define POS_MASK 0x00000fff macro
H A Dau8830.h26 #define POS_MASK 0x00000fff macro
H A Dau88x0_core.c1110 temp = (dma->period_virt * dma->period_bytes) + (temp & POS_MASK);
1327 //temp = (temp & POS_MASK) + (((temp>>WT_SUBBUF_SHIFT) & WT_SUBBUF_MASK)*(dma->cfg0&POS_MASK));
1328 temp = (temp & POS_MASK) + ((dma->period_virt) * (dma->period_bytes));

Completed in 49 milliseconds