/Linux-v4.19/sound/oss/dmasound/ |
D | dmasound_q40.c | 125 int bal = expand_bal; in q40_ctx_law() local 133 if (bal < 0) { in q40_ctx_law() 141 bal += hSpeed; in q40_ctx_law() 145 bal -= sSpeed; in q40_ctx_law() 147 expand_bal = bal; in q40_ctx_law() 161 int bal = expand_bal; in q40_ctx_s8() local 170 if (bal < 0) { in q40_ctx_s8() 178 bal += hSpeed; in q40_ctx_s8() 182 bal -= sSpeed; in q40_ctx_s8() 184 expand_bal = bal; in q40_ctx_s8() [all …]
|
D | dmasound_atari.c | 391 long bal = expand_bal; in ata_ctx_law() local 402 if (bal < 0) { in ata_ctx_law() 409 bal += hSpeed; in ata_ctx_law() 413 bal -= sSpeed; in ata_ctx_law() 421 if (bal < 0) { in ata_ctx_law() 431 bal += hSpeed; in ata_ctx_law() 435 bal -= sSpeed; in ata_ctx_law() 439 expand_bal = bal; in ata_ctx_law() 451 long bal = expand_bal; in ata_ctx_s8() local 461 if (bal < 0) { in ata_ctx_s8() [all …]
|
/Linux-v4.19/arch/mips/kernel/ |
D | bmips_5xxx_init.S | 632 bal set_zephyr 637 bal init_fpu 643 bal set_llmb 647 bal set_branch_pred 651 bal set_luc 655 bal set_cwf_tse 663 bal set_clock_ratio 667 bal set_other_config
|
D | relocate_kernel.S | 77 bal 1f 120 bal 1f
|
/Linux-v4.19/arch/nds32/kernel/ |
D | ex-exit.S | 119 bal do_notify_resume 122 bal schedule ! path, return to user mode 174 bal schedule_tail 183 bal syscall_trace_leave
|
D | ex-scall.S | 78 bal syscall_trace_enter 92 bal syscall_trace_leave
|
/Linux-v4.19/drivers/media/pci/cx18/ |
D | cx18-av-audio.c | 370 int bal = balance >> 8; in set_balance() local 371 if (bal > 0x80) { in set_balance() 375 cx18_av_and_or(cx, 0x8d5, ~0x7f, bal & 0x7f); in set_balance() 380 cx18_av_and_or(cx, 0x8d5, ~0x7f, 0x80 - bal); in set_balance()
|
/Linux-v4.19/drivers/media/i2c/cx25840/ |
D | cx25840-audio.c | 499 int bal = balance >> 8; in set_balance() local 500 if (bal > 0x80) { in set_balance() 504 cx25840_and_or(client, 0x8d5, ~0x7f, bal & 0x7f); in set_balance() 509 cx25840_and_or(client, 0x8d5, ~0x7f, 0x80 - bal); in set_balance()
|
/Linux-v4.19/drivers/media/i2c/ |
D | mt9v011.c | 180 s16 bal; in set_balance() local 186 bal = core->global_gain; in set_balance() 187 bal += (core->blue_bal * core->global_gain / (1 << 7)); in set_balance() 188 blue_gain = calc_mt9v011_gain(bal); in set_balance() 190 bal = core->global_gain; in set_balance() 191 bal += (core->red_bal * core->global_gain / (1 << 7)); in set_balance() 192 red_gain = calc_mt9v011_gain(bal); in set_balance()
|
D | wm8775.c | 57 struct v4l2_ctrl *bal; member 96 u16 balance = (u16)state->bal->val; in wm8775_set_audio() 234 state->bal = v4l2_ctrl_new_std(&state->hdl, &wm8775_ctrl_ops, in wm8775_probe()
|
/Linux-v4.19/drivers/net/ethernet/intel/i40e/ |
D | i40e_adminq.c | 25 hw->aq.asq.bal = I40E_VF_ATQBAL1; in i40e_adminq_init_regs() 30 hw->aq.arq.bal = I40E_VF_ARQBAL1; in i40e_adminq_init_regs() 36 hw->aq.asq.bal = I40E_PF_ATQBAL; in i40e_adminq_init_regs() 41 hw->aq.arq.bal = I40E_PF_ARQBAL; in i40e_adminq_init_regs() 281 wr32(hw, hw->aq.asq.bal, lower_32_bits(hw->aq.asq.desc_buf.pa)); in i40e_config_asq_regs() 285 reg = rd32(hw, hw->aq.asq.bal); in i40e_config_asq_regs() 310 wr32(hw, hw->aq.arq.bal, lower_32_bits(hw->aq.arq.desc_buf.pa)); in i40e_config_arq_regs() 317 reg = rd32(hw, hw->aq.arq.bal); in i40e_config_arq_regs() 463 wr32(hw, hw->aq.asq.bal, 0); in i40e_shutdown_asq() 497 wr32(hw, hw->aq.arq.bal, 0); in i40e_shutdown_arq()
|
D | i40e_adminq.h | 38 u32 bal; member
|
/Linux-v4.19/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_vf.c | 14 u32 bal = 0, bah = 0, tdlen; in fm10k_stop_hw_vf() local 25 bal = (((u32)perm_addr[3]) << 24) | in fm10k_stop_hw_vf() 41 fm10k_write_reg(hw, FM10K_TDBAL(i), bal); in fm10k_stop_hw_vf() 43 fm10k_write_reg(hw, FM10K_RDBAL(i), bal); in fm10k_stop_hw_vf()
|
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/ |
D | i40e_adminq.c | 33 hw->aq.asq.bal = I40E_VF_ATQBAL1; in i40e_adminq_init_regs() 38 hw->aq.arq.bal = I40E_VF_ARQBAL1; in i40e_adminq_init_regs() 278 wr32(hw, hw->aq.asq.bal, lower_32_bits(hw->aq.asq.desc_buf.pa)); in i40e_config_asq_regs() 282 reg = rd32(hw, hw->aq.asq.bal); in i40e_config_asq_regs() 307 wr32(hw, hw->aq.arq.bal, lower_32_bits(hw->aq.arq.desc_buf.pa)); in i40e_config_arq_regs() 314 reg = rd32(hw, hw->aq.arq.bal); in i40e_config_arq_regs() 460 wr32(hw, hw->aq.asq.bal, 0); in i40e_shutdown_asq() 494 wr32(hw, hw->aq.arq.bal, 0); in i40e_shutdown_arq()
|
D | i40e_adminq.h | 38 u32 bal; member
|
/Linux-v4.19/arch/nds32/lib/ |
D | memzero.S | 13 bal memset
|
/Linux-v4.19/drivers/net/ethernet/intel/ice/ |
D | ice_controlq.c | 20 cq->sq.bal = PF_FW_ATQBAL; in ice_adminq_init_regs() 29 cq->rq.bal = PF_FW_ARQBAL; in ice_adminq_init_regs() 321 wr32(hw, cq->sq.bal, lower_32_bits(cq->sq.desc_buf.pa)); in ice_cfg_sq_regs() 325 reg = rd32(hw, cq->sq.bal); in ice_cfg_sq_regs() 350 wr32(hw, cq->rq.bal, lower_32_bits(cq->rq.desc_buf.pa)); in ice_cfg_rq_regs() 357 reg = rd32(hw, cq->rq.bal); in ice_cfg_rq_regs() 505 wr32(hw, cq->sq.bal, 0); in ice_shutdown_sq() 563 wr32(hw, cq->rq.bal, 0); in ice_shutdown_rq()
|
D | ice_controlq.h | 57 u32 bal; member
|
/Linux-v4.19/drivers/media/pci/cx88/ |
D | cx88-alsa.c | 645 bal = cx_read(AUD_BAL_CTL); in snd_cx88_volume_get() local 647 value->value.integer.value[(bal & 0x40) ? 0 : 1] = vol; in snd_cx88_volume_get() 648 vol -= (bal & 0x3f); in snd_cx88_volume_get() 649 value->value.integer.value[(bal & 0x40) ? 1 : 0] = vol < 0 ? 0 : vol; in snd_cx88_volume_get()
|
/Linux-v4.19/arch/s390/tools/ |
D | opcodes.txt | 74 45 bal RX_RRRD
|