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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ice1712/
H A Ddelta.h60 #define ICE1712_DELTA_DFS 0x01 /* fast/slow sample rate mode */ macro
H A Ddelta.c304 tmp2 = tmp & ~ICE1712_DELTA_DFS;
306 tmp2 |= ICE1712_DELTA_DFS;
327 tmp2 = tmp & ~ICE1712_DELTA_DFS;
329 tmp2 |= ICE1712_DELTA_DFS;
336 tmp = snd_ice1712_read(ice, ICE1712_IREG_GPIO_DATA) & ~ICE1712_DELTA_DFS;
338 tmp |= ICE1712_DELTA_DFS;

Completed in 21 milliseconds