Symbol: es_wr
sys/dev/sound/pci/es137x.c
1002
es_wr(es, ES1370_REG_SERIAL_CONTROL, es->sctrl, 4);
sys/dev/sound/pci/es137x.c
1055
es_wr(es, ES1370_REG_CONTROL, es->ctrl, 4);
sys/dev/sound/pci/es137x.c
1056
es_wr(es, ES1370_REG_SERIAL_CONTROL, es->sctrl, 4);
sys/dev/sound/pci/es137x.c
1057
es_wr(es, ES1371_REG_LEGACY, 0, 4);
sys/dev/sound/pci/es137x.c
1064
es_wr(es, ES1370_REG_STATUS, cssr, 4);
sys/dev/sound/pci/es137x.c
1068
es_wr(es, ES1370_REG_CONTROL, es->ctrl, 4);
sys/dev/sound/pci/es137x.c
1069
es_wr(es, ES1371_REG_LEGACY, ES1371_SYNC_RES, 4);
sys/dev/sound/pci/es137x.c
1071
es_wr(es, ES1370_REG_CONTROL, es->sctrl, 4);
sys/dev/sound/pci/es137x.c
1074
es_wr(es, ES1371_REG_SMPRATE, ES1371_DIS_SRC, 4);
sys/dev/sound/pci/es137x.c
1098
es_wr(es, ES1371_REG_SMPRATE, 0, 4);
sys/dev/sound/pci/es137x.c
1100
es_wr(es, ES1371_REG_CODEC, 0, 4);
sys/dev/sound/pci/es137x.c
1101
es_wr(es, ES1370_REG_STATUS, cssr, 4);
sys/dev/sound/pci/es137x.c
1122
es_wr(es, ES1371_REG_SMPRATE, (x & (ES1371_DIS_SRC | ES1371_DIS_P1 |
sys/dev/sound/pci/es137x.c
1137
es_wr(es, ES1371_REG_CODEC, ((addr << CODEC_POADD_SHIFT) &
sys/dev/sound/pci/es137x.c
1142
es_wr(es, ES1371_REG_SMPRATE, orig, 4);
sys/dev/sound/pci/es137x.c
1161
es_wr(es, ES1371_REG_SMPRATE, (x & (ES1371_DIS_SRC | ES1371_DIS_P1 |
sys/dev/sound/pci/es137x.c
1176
es_wr(es, ES1371_REG_CODEC, ((addr << CODEC_POADD_SHIFT) &
sys/dev/sound/pci/es137x.c
1181
es_wr(es, ES1371_REG_SMPRATE, orig, 4);
sys/dev/sound/pci/es137x.c
1209
es_wr(es, ES1371_REG_SMPRATE, r, 4);
sys/dev/sound/pci/es137x.c
1221
es_wr(es, ES1371_REG_SMPRATE, r | ES1371_SRC_RAM_WE, 4);
sys/dev/sound/pci/es137x.c
1282
es_wr(es, ES1371_REG_SMPRATE, r, 4);
sys/dev/sound/pci/es137x.c
1289
es_wr(es, ES1371_REG_SMPRATE, r, 4);
sys/dev/sound/pci/es137x.c
1425
es_wr(es, ES1370_REG_CONTROL, es->ctrl, 4);
sys/dev/sound/pci/es137x.c
1426
es_wr(es, ES1370_REG_STATUS, r, 4);
sys/dev/sound/pci/es137x.c
1495
es_wr(es, ES1370_REG_CONTROL, es->ctrl, 4);
sys/dev/sound/pci/es137x.c
428
es_wr(es, ES1370_REG_CODEC,
sys/dev/sound/pci/es137x.c
508
es_wr(es, ES1370_REG_MEMPAGE,
sys/dev/sound/pci/es137x.c
510
es_wr(es, ES1370_REG_DAC1_FRAMEADR & 0xff,
sys/dev/sound/pci/es137x.c
512
es_wr(es, ES1370_REG_DAC1_FRAMECNT & 0xff,
sys/dev/sound/pci/es137x.c
515
es_wr(es, ES1370_REG_MEMPAGE,
sys/dev/sound/pci/es137x.c
517
es_wr(es, ES1370_REG_DAC2_FRAMEADR & 0xff,
sys/dev/sound/pci/es137x.c
519
es_wr(es, ES1370_REG_DAC2_FRAMECNT & 0xff,
sys/dev/sound/pci/es137x.c
523
es_wr(es, ES1370_REG_MEMPAGE, ES1370_REG_ADC_FRAMEADR >> 8, 1);
sys/dev/sound/pci/es137x.c
524
es_wr(es, ES1370_REG_ADC_FRAMEADR & 0xff,
sys/dev/sound/pci/es137x.c
526
es_wr(es, ES1370_REG_ADC_FRAMECNT & 0xff,
sys/dev/sound/pci/es137x.c
561
es_wr(es, ES1370_REG_SERIAL_CONTROL, es->sctrl, 4);
sys/dev/sound/pci/es137x.c
607
es_wr(es, ES1370_REG_CONTROL, es->ctrl, 4);
sys/dev/sound/pci/es137x.c
705
es_wr(es, ES1370_REG_MEMPAGE, reg >> 8, 4);
sys/dev/sound/pci/es137x.c
781
es_wr(es, ES1370_REG_DAC1_SCOUNT, cnt, 4);
sys/dev/sound/pci/es137x.c
783
es_wr(es, ES1370_REG_MEMPAGE,
sys/dev/sound/pci/es137x.c
785
es_wr(es, ES1370_REG_DAC1_FRAMECNT & 0xff,
sys/dev/sound/pci/es137x.c
798
es_wr(es, ES1370_REG_DAC2_SCOUNT, cnt, 4);
sys/dev/sound/pci/es137x.c
800
es_wr(es, ES1370_REG_MEMPAGE,
sys/dev/sound/pci/es137x.c
802
es_wr(es, ES1370_REG_DAC2_FRAMECNT & 0xff,
sys/dev/sound/pci/es137x.c
817
es_wr(es, ES1370_REG_ADC_SCOUNT, cnt, 4);
sys/dev/sound/pci/es137x.c
819
es_wr(es, ES1370_REG_MEMPAGE,
sys/dev/sound/pci/es137x.c
821
es_wr(es, ES1370_REG_ADC_FRAMECNT & 0xff,
sys/dev/sound/pci/es137x.c
826
es_wr(es, ES1370_REG_SERIAL_CONTROL, es->sctrl, 4);
sys/dev/sound/pci/es137x.c
827
es_wr(es, ES1370_REG_CONTROL, es->ctrl, 4);
sys/dev/sound/pci/es137x.c
870
es_wr(es, ES1370_REG_MEMPAGE, reg >> 8, 4);
sys/dev/sound/pci/es137x.c
943
es_wr(es, ES1370_REG_SERIAL_CONTROL, sctrl, 4);
sys/dev/sound/pci/es137x.c
944
es_wr(es, ES1370_REG_SERIAL_CONTROL, es->sctrl, 4);
sys/dev/sound/pci/es137x.c
999
es_wr(es, ES1370_REG_CONTROL, es->ctrl, 4);