Home
last modified time | relevance | path

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

/linux/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/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.S76 bal 1f
119 bal 1f
/linux/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/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/drivers/media/i2c/
A Dmt9v011.c178 s16 bal; in set_balance() local
184 bal = core->global_gain; in set_balance()
185 bal += (core->blue_bal * core->global_gain / (1 << 7)); in set_balance()
186 blue_gain = calc_mt9v011_gain(bal); in set_balance()
188 bal = core->global_gain; in set_balance()
189 bal += (core->red_bal * core->global_gain / (1 << 7)); in set_balance()
190 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/drivers/net/ethernet/intel/fm10k/
A Dfm10k_vf.c15 u32 bal = 0, bah = 0, tdlen; in fm10k_stop_hw_vf() local
26 bal = (((u32)perm_addr[3]) << 24) | in fm10k_stop_hw_vf()
42 fm10k_write_reg(hw, FM10K_TDBAL(i), bal); in fm10k_stop_hw_vf()
44 fm10k_write_reg(hw, FM10K_RDBAL(i), bal); in fm10k_stop_hw_vf()
/linux/drivers/net/ethernet/intel/idpf/
A Didpf_dev.c28 ccq->reg.bal = PF_FW_ATQBAL; in idpf_ctlq_reg_init()
39 ccq->reg.bal = PF_FW_ARQBAL; in idpf_ctlq_reg_init()
A Didpf_vf_dev.c28 ccq->reg.bal = VF_ATQBAL; in idpf_vf_ctlq_reg_init()
39 ccq->reg.bal = VF_ARQBAL; in idpf_vf_ctlq_reg_init()
A Didpf_controlq.c19 cq->reg.bal = q_create_info->reg.bal; in idpf_ctlq_setup_regs()
49 wr32(hw, cq->reg.bal, lower_32_bits(cq->desc_ring.pa)); in idpf_ctlq_init_regs()
A Didpf_controlq_api.h31 u32 bal; member
/linux/drivers/net/ethernet/intel/ice/
A Dice_controlq.h70 u32 bal; member
A Dice_controlq.c12 (qinfo)->sq.bal = prefix##_ATQBAL; \
21 (qinfo)->rq.bal = prefix##_ARQBAL; \
270 wr32(hw, ring->bal, lower_32_bits(ring->desc_buf.pa)); in ice_cfg_cq_regs()
274 if (rd32(hw, ring->bal) != lower_32_bits(ring->desc_buf.pa)) in ice_cfg_cq_regs()
476 wr32(hw, cq->sq.bal, 0); in ice_shutdown_sq()
551 wr32(hw, cq->rq.bal, 0); in ice_shutdown_rq()
/linux/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/arch/s390/tools/
A Dopcodes.txt76 45 bal RX_RRRD

Completed in 39 milliseconds