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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/mips/
H A Dsgio2audio.c79 #define CHANNEL_RING_MASK (CHANNEL_RING_SIZE - 1) macro
398 src_pos = (src_pos + sizeof(u64)) & CHANNEL_RING_MASK;
448 dst_pos = (dst_pos + sizeof(u64)) & CHANNEL_RING_MASK;

Completed in 94 milliseconds