| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/u-boot/arch/nds32/cpu/n1213/ |
| H A D | start.S | 192 bal board_init_f_alloc_reserve 194 bal board_init_f_init_reserve 196 bal debug_uart_init 277 bal invalidate_icache_all 278 bal flush_dcache_all 462 bal do_interruption 469 bal do_interruption 476 bal do_interruption 483 bal do_interruption 490 bal do_interruption [all …]
|
| /OK3568_Linux_fs/kernel/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 | 75 bal 1f 118 bal 1f
|
| /OK3568_Linux_fs/kernel/arch/nds32/kernel/ |
| H A D | ex-exit.S | 128 bal do_notify_resume 131 bal schedule ! path, return to user mode 183 bal schedule_tail 192 bal syscall_trace_leave
|
| H A D | ex-scall.S | 80 bal syscall_trace_enter 94 bal syscall_trace_leave
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx18/ |
| H A D | cx18-av-audio.c | 361 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()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A 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()
|
| H A D | wm8775.c | 48 struct v4l2_ctrl *bal; member 87 u16 balance = (u16)state->bal->val; in wm8775_set_audio() 225 state->bal = v4l2_ctrl_new_std(&state->hdl, &wm8775_ctrl_ops, in wm8775_probe()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/u-boot/board/imgtec/boston/ |
| H A D | lowlevel_init.S | 27 bal lowlevel_display 35 bal lowlevel_display
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/ |
| H A 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()
|
| H A D | i40e_adminq.h | 38 u32 bal; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_adminq.c | 22 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()
|
| H A D | iavf_adminq.h | 38 u32 bal; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/fm10k/ |
| H A 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()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/ |
| H A D | ln_CD | 85 "Mis<U00E1>l<U00E1> m<U00ED>bal<U00E9>";/ 103 "s<U00E1>nz<U00E1> ya m<U00ED>bal<U00E9>";/ 113 "s<U00E1>nz<U00E1> ya z<U00F3>mi na m<U00ED>bal<U00E9>"
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/ |
| H A D | ln_CD | 85 "Mis<U00E1>l<U00E1> m<U00ED>bal<U00E9>";/ 103 "s<U00E1>nz<U00E1> ya m<U00ED>bal<U00E9>";/ 113 "s<U00E1>nz<U00E1> ya z<U00F3>mi na m<U00ED>bal<U00E9>"
|
| /OK3568_Linux_fs/kernel/arch/nds32/lib/ |
| H A D | memzero.S | 13 bal memset
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/ |
| H A D | ice_controlq.c | 12 (qinfo)->sq.bal = prefix##_ATQBAL; \ 21 (qinfo)->rq.bal = prefix##_ARQBAL; \ 268 wr32(hw, ring->bal, lower_32_bits(ring->desc_buf.pa)); in ice_cfg_cq_regs() 272 if (rd32(hw, ring->bal) != lower_32_bits(ring->desc_buf.pa)) in ice_cfg_cq_regs() 480 wr32(hw, cq->sq.bal, 0); in ice_shutdown_sq() 547 wr32(hw, cq->rq.bal, 0); in ice_shutdown_rq()
|
| H A D | ice_controlq.h | 61 u32 bal; member
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx88/ |
| H A D | cx88-alsa.c | 636 bal = cx_read(AUD_BAL_CTL); in snd_cx88_volume_get() local 638 value->value.integer.value[(bal & 0x40) ? 0 : 1] = vol; in snd_cx88_volume_get() 639 vol -= (bal & 0x3f); in snd_cx88_volume_get() 640 value->value.integer.value[(bal & 0x40) ? 1 : 0] = vol < 0 ? 0 : vol; in snd_cx88_volume_get()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-support/libuser/libuser/ |
| H A D | 0001-modules-files.c-parse_field-fix-string-formating-in-.patch | 12 Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/parallel-deqp-runner/parallel-deqp-runner/ |
| H A D | 0001-meson.build-WORKAROUND-Remove-vulkan-dependency.patch | 12 Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
|