Symbol: wp_wrapu
sys/dev/sound/pci/maestro.c
1004
wp_wrapu(ch->parent, 1, APUREG_AMPLITUDE, 0);
sys/dev/sound/pci/maestro.c
1005
wp_wrapu(ch->parent, 1, APUREG_ROUTING, 3 << APU_DATASRC_A_SHIFT);
sys/dev/sound/pci/maestro.c
1010
wp_wrapu(ch->parent, 2, APUREG_AMPLITUDE, 0);
sys/dev/sound/pci/maestro.c
1011
wp_wrapu(ch->parent, 2, APUREG_EFFECT_GAIN, 0xf0);
sys/dev/sound/pci/maestro.c
1012
wp_wrapu(ch->parent, 2, APUREG_ROUTING, 0x15 << APU_DATASRC_A_SHIFT);
sys/dev/sound/pci/maestro.c
1017
wp_wrapu(ch->parent, 3, APUREG_AMPLITUDE, 0);
sys/dev/sound/pci/maestro.c
1018
wp_wrapu(ch->parent, 3, APUREG_EFFECT_GAIN, 0xf0);
sys/dev/sound/pci/maestro.c
1019
wp_wrapu(ch->parent, 3, APUREG_ROUTING, 0x14 << APU_DATASRC_A_SHIFT);
sys/dev/sound/pci/maestro.c
1026
wp_wrapu(ch->parent, 0, APUREG_APUTYPE,
sys/dev/sound/pci/maestro.c
1028
wp_wrapu(ch->parent, 1, APUREG_APUTYPE,
sys/dev/sound/pci/maestro.c
1030
wp_wrapu(ch->parent, 2, APUREG_APUTYPE,
sys/dev/sound/pci/maestro.c
1032
wp_wrapu(ch->parent, 3, APUREG_APUTYPE,
sys/dev/sound/pci/maestro.c
1052
wp_wrapu(ch->parent, apuch, APUREG_APUTYPE,
sys/dev/sound/pci/maestro.c
225
static void wp_wrapu(struct agg_info*, unsigned, u_int16_t, u_int16_t);
sys/dev/sound/pci/maestro.c
478
wp_wrapu(ess, apuch, APUREG_WAVESPACE, (wpwa >> 8) & APU_64KPAGE_MASK);
sys/dev/sound/pci/maestro.c
479
wp_wrapu(ess, apuch, APUREG_CURPTR, wpwa);
sys/dev/sound/pci/maestro.c
480
wp_wrapu(ess, apuch, APUREG_ENDPTR, wpwa + size);
sys/dev/sound/pci/maestro.c
481
wp_wrapu(ess, apuch, APUREG_LOOPLEN, size);
sys/dev/sound/pci/maestro.c
482
wp_wrapu(ess, apuch, APUREG_ROUTING, 0);
sys/dev/sound/pci/maestro.c
483
wp_wrapu(ess, apuch, APUREG_AMPLITUDE, 0xf000);
sys/dev/sound/pci/maestro.c
484
wp_wrapu(ess, apuch, APUREG_POSITION, 0x8f00
sys/dev/sound/pci/maestro.c
487
wp_wrapu(ess, apuch, APUREG_FREQ_LOBYTE,
sys/dev/sound/pci/maestro.c
489
wp_wrapu(ess, apuch, APUREG_FREQ_HIWORD, dv >> 8);
sys/dev/sound/pci/maestro.c
913
wp_wrapu(ch->parent, apuch, APUREG_APUTYPE,
sys/dev/sound/pci/maestro.c
915
wp_wrapu(ch->parent, apuch + 1, APUREG_APUTYPE,
sys/dev/sound/pci/maestro.c
919
wp_wrapu(ch->parent, apuch, APUREG_APUTYPE,
sys/dev/sound/pci/maestro.c
939
wp_wrapu(ch->parent, (ch->num << 1) | 32, APUREG_APUTYPE,
sys/dev/sound/pci/maestro.c
941
wp_wrapu(ch->parent, (ch->num << 1) | 33, APUREG_APUTYPE,
sys/dev/sound/pci/maestro.c
998
wp_wrapu(ch->parent, 0, APUREG_AMPLITUDE, 0);
sys/dev/sound/pci/maestro.c
999
wp_wrapu(ch->parent, 0, APUREG_ROUTING, 2 << APU_DATASRC_A_SHIFT);