Searched refs:bal (Results 1 – 14 of 14) sorted by relevance
| /linux/sound/oss/dmasound/ |
| H A D | dmasound_q40.c | 126 int bal = expand_bal; in q40_ctx_law() local 134 if (bal < 0) { in q40_ctx_law() 142 bal += hSpeed; in q40_ctx_law() 146 bal -= sSpeed; in q40_ctx_law() 148 expand_bal = bal; in q40_ctx_law() 162 int bal = expand_bal; in q40_ctx_s8() local 171 if (bal < 0) { in q40_ctx_s8() 179 bal += hSpeed; in q40_ctx_s8() 183 bal -= sSpeed; in q40_ctx_s8() 185 expand_bal = bal; in q40_ctx_s8() [all …]
|
| H A D | dmasound_atari.c | 392 long bal = expand_bal; in ata_ctx_law() local 403 if (bal < 0) { in ata_ctx_law() 410 bal += hSpeed; in ata_ctx_law() 414 bal -= sSpeed; in ata_ctx_law() 422 if (bal < 0) { in ata_ctx_law() 432 bal += hSpeed; in ata_ctx_law() 436 bal -= sSpeed; in ata_ctx_law() 440 expand_bal = bal; in ata_ctx_law() 452 long bal = expand_bal; in ata_ctx_s8() local 462 if (bal < 0) { in ata_ctx_s8() [all …]
|
| /linux/arch/mips/kernel/ |
| H A D | bmips_5xxx_init.S | 632 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
|
| H A D | relocate_kernel.S | 76 bal 1f 119 bal 1f
|
| /linux/drivers/media/i2c/ |
| H A D | mt9v011.c | 178 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()
|
| /linux/drivers/media/i2c/cx25840/ |
| H A D | cx25840-audio.c | 490 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/net/ethernet/intel/idpf/ |
| H A D | idpf_vf_dev.c | 31 ccq->reg.bal = VF_ATQBAL - mbx_start; in idpf_vf_ctlq_reg_init() 42 ccq->reg.bal = VF_ARQBAL - mbx_start; in idpf_vf_ctlq_reg_init()
|
| H A D | idpf_dev.c | 32 ccq->reg.bal = PF_FW_ATQBAL - mbx_start; in idpf_ctlq_reg_init() 43 ccq->reg.bal = PF_FW_ARQBAL - mbx_start; in idpf_ctlq_reg_init()
|
| H A D | idpf_controlq.c | 19 cq->reg.bal = q_create_info->reg.bal; in idpf_ctlq_setup_regs() 49 idpf_mbx_wr32(hw, cq->reg.bal, lower_32_bits(cq->desc_ring.pa)); in idpf_ctlq_init_regs()
|
| H A D | idpf_controlq_api.h | 31 u32 bal; member
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_controlq.c | 12 (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()
|
| H A D | ice_controlq.h | 70 u32 bal; member
|
| /linux/drivers/media/pci/cx88/ |
| H A D | cx88-alsa.c | 637 bal = cx_read(AUD_BAL_CTL); in snd_cx88_volume_get() local 639 value->value.integer.value[(bal & 0x40) ? 0 : 1] = vol; in snd_cx88_volume_get() 640 vol -= (bal & 0x3f); in snd_cx88_volume_get() 641 value->value.integer.value[(bal & 0x40) ? 1 : 0] = vol < 0 ? 0 : vol; in snd_cx88_volume_get()
|
| /linux/arch/s390/tools/ |
| H A D | opcodes.txt | 76 45 bal RX_RRRD
|