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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dcs4232.c72 #define CS_OUT3(a, b, c) {CS_OUT(a);CS_OUT(b);CS_OUT(c);} macro
195 CS_OUT3(0x47, (base >> 8) & 0xff, base & 0xff); /* WSS base */
198 CS_OUT3(0x48, 0x00, 0x00) /* FM base off */
201 CS_OUT3(0x48, 0x03, 0x88); /* FM base 0x388 */
204 CS_OUT3(0x42, 0x00, 0x00); /* SB base off */
224 CS_OUT3(0x47, (mpu_base >> 8) & 0xff, mpu_base & 0xff); /* MPU base */
232 CS_OUT3 (0x47, (synth_base >> 8) & 0xff,

Completed in 48 milliseconds