Home
last modified time | relevance | path

Searched refs:bal (Results 1 – 17 of 17) sorted by relevance

/linux-6.3-rc2/sound/oss/dmasound/
A Ddmasound_q40.c134 if (bal < 0) { in q40_ctx_law()
142 bal += hSpeed; in q40_ctx_law()
146 bal -= sSpeed; in q40_ctx_law()
171 if (bal < 0) { in q40_ctx_s8()
183 bal -= sSpeed; in q40_ctx_s8()
207 if (bal < 0) { in q40_ctx_u8()
218 bal -= sSpeed; in q40_ctx_u8()
244 while(bal<0) { in q40_ctc_law()
258 bal -= sSpeed; in q40_ctc_law()
297 bal -= sSpeed; in q40_ctc_s8()
[all …]
A Ddmasound_atari.c403 if (bal < 0) { in ata_ctx_law()
414 bal -= sSpeed; in ata_ctx_law()
422 if (bal < 0) { in ata_ctx_law()
436 bal -= sSpeed; in ata_ctx_law()
462 if (bal < 0) { in ata_ctx_s8()
472 bal -= sSpeed; in ata_ctx_s8()
479 if (bal < 0) { in ata_ctx_s8()
490 bal -= sSpeed; in ata_ctx_s8()
516 if (bal < 0) { in ata_ctx_u8()
527 bal -= sSpeed; in ata_ctx_u8()
[all …]
/linux-6.3-rc2/arch/mips/kernel/
A Dbmips_5xxx_init.S632 bal set_zephyr
637 bal set_llmb
641 bal set_branch_pred
645 bal set_luc
649 bal set_cwf_tse
657 bal set_clock_ratio
661 bal set_other_config
A Drelocate_kernel.S77 bal 1f
120 bal 1f
/linux-6.3-rc2/drivers/media/pci/cx18/
A Dcx18-av-audio.c361 int bal = balance >> 8; in set_balance() local
362 if (bal > 0x80) { in set_balance()
366 cx18_av_and_or(cx, 0x8d5, ~0x7f, bal & 0x7f); in set_balance()
371 cx18_av_and_or(cx, 0x8d5, ~0x7f, 0x80 - bal); in set_balance()
/linux-6.3-rc2/drivers/media/i2c/cx25840/
A Dcx25840-audio.c490 int bal = balance >> 8; in set_balance() local
491 if (bal > 0x80) { in set_balance()
495 cx25840_and_or(client, 0x8d5, ~0x7f, bal & 0x7f); in set_balance()
500 cx25840_and_or(client, 0x8d5, ~0x7f, 0x80 - bal); in set_balance()
/linux-6.3-rc2/drivers/media/i2c/
A Dmt9v011.c180 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()
A Dwm8775.c48 struct v4l2_ctrl *bal; member
87 u16 balance = (u16)state->bal->val; in wm8775_set_audio()
224 state->bal = v4l2_ctrl_new_std(&state->hdl, &wm8775_ctrl_ops, in wm8775_probe()
/linux-6.3-rc2/drivers/net/ethernet/intel/i40e/
A Di40e_adminq.c25 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()
A Di40e_adminq.h38 u32 bal; member
/linux-6.3-rc2/drivers/net/ethernet/intel/fm10k/
A Dfm10k_vf.c14 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-6.3-rc2/drivers/net/ethernet/intel/iavf/
A Diavf_adminq.c22 hw->aq.asq.bal = IAVF_VF_ATQBAL1; in iavf_adminq_init_regs()
27 hw->aq.arq.bal = IAVF_VF_ARQBAL1; in iavf_adminq_init_regs()
268 wr32(hw, hw->aq.asq.bal, lower_32_bits(hw->aq.asq.desc_buf.pa)); in iavf_config_asq_regs()
272 reg = rd32(hw, hw->aq.asq.bal); in iavf_config_asq_regs()
297 wr32(hw, hw->aq.arq.bal, lower_32_bits(hw->aq.arq.desc_buf.pa)); in iavf_config_arq_regs()
304 reg = rd32(hw, hw->aq.arq.bal); in iavf_config_arq_regs()
461 wr32(hw, hw->aq.asq.bal, 0); in iavf_shutdown_asq()
495 wr32(hw, hw->aq.arq.bal, 0); in iavf_shutdown_arq()
A Diavf_adminq.h38 u32 bal; member
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_controlq.h63 u32 bal; member
A Dice_controlq.c12 (qinfo)->sq.bal = prefix##_ATQBAL; \
21 (qinfo)->rq.bal = prefix##_ARQBAL; \
281 wr32(hw, ring->bal, lower_32_bits(ring->desc_buf.pa)); in ice_cfg_cq_regs()
285 if (rd32(hw, ring->bal) != lower_32_bits(ring->desc_buf.pa)) in ice_cfg_cq_regs()
490 wr32(hw, cq->sq.bal, 0); in ice_shutdown_sq()
556 wr32(hw, cq->rq.bal, 0); in ice_shutdown_rq()
/linux-6.3-rc2/drivers/media/pci/cx88/
A Dcx88-alsa.c635 bal = cx_read(AUD_BAL_CTL); in snd_cx88_volume_get() local
637 value->value.integer.value[(bal & 0x40) ? 0 : 1] = vol; in snd_cx88_volume_get()
638 vol -= (bal & 0x3f); in snd_cx88_volume_get()
639 value->value.integer.value[(bal & 0x40) ? 1 : 0] = vol < 0 ? 0 : vol; in snd_cx88_volume_get()
/linux-6.3-rc2/arch/s390/tools/
A Dopcodes.txt76 45 bal RX_RRRD

Completed in 34 milliseconds