Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/
Dcs4232.c74 #define CS_OUT3(a, b, c) {CS_OUT(a);CS_OUT(b);CS_OUT(c);} macro
191 CS_OUT3(0x47, (base >> 8) & 0xff, base & 0xff); /* WSS base */ in probe_cs4232()
194 CS_OUT3(0x48, 0x00, 0x00) /* FM base off */ in probe_cs4232()
196 CS_OUT3(0x48, 0x03, 0x88); /* FM base 0x388 */ in probe_cs4232()
198 CS_OUT3(0x42, 0x00, 0x00); /* SB base off */ in probe_cs4232()
218 CS_OUT3(0x47, (mpu_base >> 8) & 0xff, mpu_base & 0xff); /* MPU base */ in probe_cs4232()
226 CS_OUT3 (0x47, (synth_base >> 8) & 0xff, in probe_cs4232()