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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/ice1712/
H A Ddelta.h57 #define ICE1712_DELTA_DFS 0x01 /* fast/slow sample rate mode */ macro
H A Ddelta.c303 tmp2 = tmp & ~ICE1712_DELTA_DFS;
305 tmp2 |= ICE1712_DELTA_DFS;
326 tmp2 = tmp & ~ICE1712_DELTA_DFS;
328 tmp2 |= ICE1712_DELTA_DFS;
335 tmp = snd_ice1712_read(ice, ICE1712_IREG_GPIO_DATA) & ~ICE1712_DELTA_DFS;
337 tmp |= ICE1712_DELTA_DFS;

Completed in 48 milliseconds