Symbol: es1371_src_write
sys/dev/sound/pci/es137x.c
1076
es1371_src_write(es, idx, 0);
sys/dev/sound/pci/es137x.c
1077
es1371_src_write(es, ES_SMPREG_DAC1 + ES_SMPREG_TRUNC_N, 16 << 4);
sys/dev/sound/pci/es137x.c
1078
es1371_src_write(es, ES_SMPREG_DAC1 + ES_SMPREG_INT_REGS, 16 << 10);
sys/dev/sound/pci/es137x.c
1079
es1371_src_write(es, ES_SMPREG_DAC2 + ES_SMPREG_TRUNC_N, 16 << 4);
sys/dev/sound/pci/es137x.c
1080
es1371_src_write(es, ES_SMPREG_DAC2 + ES_SMPREG_INT_REGS, 16 << 10);
sys/dev/sound/pci/es137x.c
1081
es1371_src_write(es, ES_SMPREG_VOL_ADC, 1 << 12);
sys/dev/sound/pci/es137x.c
1082
es1371_src_write(es, ES_SMPREG_VOL_ADC + 1, 1 << 12);
sys/dev/sound/pci/es137x.c
1083
es1371_src_write(es, ES_SMPREG_VOL_DAC1, 1 << 12);
sys/dev/sound/pci/es137x.c
1084
es1371_src_write(es, ES_SMPREG_VOL_DAC1 + 1, 1 << 12);
sys/dev/sound/pci/es137x.c
1085
es1371_src_write(es, ES_SMPREG_VOL_DAC2, 1 << 12);
sys/dev/sound/pci/es137x.c
1086
es1371_src_write(es, ES_SMPREG_VOL_DAC2 + 1, 1 << 12);
sys/dev/sound/pci/es137x.c
1245
es1371_src_write(es, ES_SMPREG_ADC + ES_SMPREG_TRUNC_N,
sys/dev/sound/pci/es137x.c
1250
es1371_src_write(es, ES_SMPREG_ADC + ES_SMPREG_TRUNC_N,
sys/dev/sound/pci/es137x.c
1253
es1371_src_write(es, ES_SMPREG_ADC + ES_SMPREG_INT_REGS,
sys/dev/sound/pci/es137x.c
1256
es1371_src_write(es, ES_SMPREG_ADC + ES_SMPREG_VFREQ_FRAC,
sys/dev/sound/pci/es137x.c
1258
es1371_src_write(es, ES_SMPREG_VOL_ADC, n << 8);
sys/dev/sound/pci/es137x.c
1259
es1371_src_write(es, ES_SMPREG_VOL_ADC + 1, n << 8);
sys/dev/sound/pci/es137x.c
1283
es1371_src_write(es, dac + ES_SMPREG_INT_REGS,
sys/dev/sound/pci/es137x.c
1286
es1371_src_write(es, dac + ES_SMPREG_VFREQ_FRAC, freq & 0x7fff);
sys/dev/sound/pci/es137x.c
239
static void es1371_src_write(struct es_info *,