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

/linux-master/sound/pci/ice1712/
H A Ddelta.h48 #define ICE1712_DELTA_DFS 0x01 /* fast/slow sample rate mode */ macro
H A Ddelta.c311 tmp2 = tmp & ~ICE1712_DELTA_DFS;
313 tmp2 |= ICE1712_DELTA_DFS;
334 tmp2 = tmp & ~ICE1712_DELTA_DFS;
336 tmp2 |= ICE1712_DELTA_DFS;
343 tmp = snd_ice1712_read(ice, ICE1712_IREG_GPIO_DATA) & ~ICE1712_DELTA_DFS;
345 tmp |= ICE1712_DELTA_DFS;

Completed in 367 milliseconds