Home
last modified time | relevance | path

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

/linux-4.1.27/sound/drivers/opl3/
Dopl3_drums.c86 unsigned char op_offset = snd_opl3_regmap[data->voice][data->op]; in snd_opl3_drum_voice_set() local
91 opl3_reg = OPL3_LEFT | (OPL3_REG_AM_VIB + op_offset); in snd_opl3_drum_voice_set()
95 opl3_reg = OPL3_LEFT | (OPL3_REG_KSL_LEVEL + op_offset); in snd_opl3_drum_voice_set()
99 opl3_reg = OPL3_LEFT | (OPL3_REG_ATTACK_DECAY + op_offset); in snd_opl3_drum_voice_set()
103 opl3_reg = OPL3_LEFT | (OPL3_REG_SUSTAIN_RELEASE + op_offset); in snd_opl3_drum_voice_set()
111 opl3_reg = OPL3_LEFT | (OPL3_REG_WAVE_SELECT + op_offset); in snd_opl3_drum_voice_set()
140 unsigned char op_offset = snd_opl3_regmap[data->voice][data->op]; in snd_opl3_drum_vol_set() local
148 opl3_reg = OPL3_LEFT | (OPL3_REG_KSL_LEVEL + op_offset); in snd_opl3_drum_vol_set()
Dopl3_synth.c450 unsigned char op_offset; in snd_opl3_set_voice() local
476 op_offset = snd_opl3_regmap[voice_offset][voice->op]; in snd_opl3_set_voice()
495 opl3_reg = reg_side | (OPL3_REG_AM_VIB + op_offset); in snd_opl3_set_voice()
504 opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + op_offset); in snd_opl3_set_voice()
513 opl3_reg = reg_side | (OPL3_REG_ATTACK_DECAY + op_offset); in snd_opl3_set_voice()
522 opl3_reg = reg_side | (OPL3_REG_SUSTAIN_RELEASE + op_offset); in snd_opl3_set_voice()
543 opl3_reg = reg_side | (OPL3_REG_WAVE_SELECT + op_offset); in snd_opl3_set_voice()
Dopl3_midi.c308 unsigned char op_offset; in snd_opl3_note_on() local
481 op_offset = snd_opl3_regmap[voice_offset][i]; in snd_opl3_note_on()
485 opl3_reg = reg_side | (OPL3_REG_AM_VIB + op_offset); in snd_opl3_note_on()
490 opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + op_offset); in snd_opl3_note_on()
495 opl3_reg = reg_side | (OPL3_REG_ATTACK_DECAY + op_offset); in snd_opl3_note_on()
500 opl3_reg = reg_side | (OPL3_REG_SUSTAIN_RELEASE + op_offset); in snd_opl3_note_on()
505 opl3_reg = reg_side | (OPL3_REG_WAVE_SELECT + op_offset); in snd_opl3_note_on()
/linux-4.1.27/arch/x86/kernel/
Dftrace.c721 unsigned long op_offset; in create_trampoline() local
735 op_offset = (unsigned long)ftrace_regs_caller_op_ptr; in create_trampoline()
739 op_offset = (unsigned long)ftrace_caller_op_ptr; in create_trampoline()
779 op_offset -= start_offset; in create_trampoline()
780 memcpy(&op_ptr, trampoline + op_offset, OP_REF_SIZE); in create_trampoline()
790 offset -= (unsigned long)trampoline + op_offset + OP_REF_SIZE; in create_trampoline()
795 memcpy(trampoline + op_offset, &op_ptr, OP_REF_SIZE); in create_trampoline()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd.h1069 __u64 op_offset; member
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Ddir.c183 op_data->op_offset = hash; in ll_dir_filler()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1091 mdc_readdir_pack(req, op_data->op_offset, in mdc_readpage()
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c2184 __u64 offset = op_data->op_offset; in lmv_readpage()