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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/pci/rme9652/
H A Dhdspm.c186 #define HDSPM_DS_DoubleWire (1<<26) /* AES32 ONLY */ macro
2329 return (hdspm->control_register & HDSPM_DS_DoubleWire) ? 1 : 0;
2335 hdspm->control_register |= HDSPM_DS_DoubleWire;
2337 hdspm->control_register &= ~HDSPM_DS_DoubleWire;
3266 hdspm->control_register & HDSPM_DS_DoubleWire?
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/pci/rme9652/
H A Dhdspm.c186 #define HDSPM_DS_DoubleWire (1<<26) /* AES32 ONLY */ macro
2329 return (hdspm->control_register & HDSPM_DS_DoubleWire) ? 1 : 0;
2335 hdspm->control_register |= HDSPM_DS_DoubleWire;
2337 hdspm->control_register &= ~HDSPM_DS_DoubleWire;
3266 hdspm->control_register & HDSPM_DS_DoubleWire?

Completed in 129 milliseconds