Searched refs:apuch (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/dev/pci/ |
| D | esm.c | 717 uint16_t apuch; in esm_trigger_output() local 727 apuch = ch->num << 1; in esm_trigger_output() 790 wp_wrapu(ess, apuch + i, APUREG_WAVESPACE, wpwa & 0xff00); in esm_trigger_output() 791 wp_wrapu(ess, apuch + i, APUREG_CURPTR, offset); in esm_trigger_output() 792 wp_wrapu(ess, apuch + i, APUREG_ENDPTR, offset + size); in esm_trigger_output() 793 wp_wrapu(ess, apuch + i, APUREG_LOOPLEN, size - 1); in esm_trigger_output() 794 wp_wrapu(ess, apuch + i, APUREG_AMPLITUDE, 0xe800); in esm_trigger_output() 795 wp_wrapu(ess, apuch + i, APUREG_POSITION, 0x8f00 in esm_trigger_output() 798 wp_wrapu(ess, apuch + i, APUREG_FREQ_LOBYTE, APU_plus6dB in esm_trigger_output() 800 wp_wrapu(ess, apuch + i, APUREG_FREQ_HIWORD, dv >> 8); in esm_trigger_output() [all …]
|