/sound/soc/amd/vangogh/ |
D | acp5x.h | 113 u32 high; member 156 byte_count.bcount.high = in acp_get_byte_count() 165 byte_count.bcount.high = in acp_get_byte_count() 175 byte_count.bcount.high = in acp_get_byte_count() 184 byte_count.bcount.high = in acp_get_byte_count()
|
D | acp5x-pcm-dma.c | 106 u32 low, high, val, acp_fifo_addr, reg_fifo_addr; in config_acp5x_dma() local 139 high = upper_32_bits(addr); in config_acp5x_dma() 142 high |= BIT(31); in config_acp5x_dma() 143 acp_writel(high, rtd->acp5x_base + ACP_SCRATCH_REG_0 + val + 4); in config_acp5x_dma()
|
/sound/pci/emu10k1/ |
D | emuproc.c | 285 u32 low, high; in snd_emu10k1_proc_acode_read() local 288 high = snd_emu10k1_efx_read(emu, pc * 2 + 1); in snd_emu10k1_proc_acode_read() 291 (high >> 24) & 0x0f, in snd_emu10k1_proc_acode_read() 292 (high >> 12) & 0x7ff, in snd_emu10k1_proc_acode_read() 293 (high >> 0) & 0x7ff, in snd_emu10k1_proc_acode_read() 297 high, low); in snd_emu10k1_proc_acode_read() 300 (high >> 20) & 0x0f, in snd_emu10k1_proc_acode_read() 301 (high >> 10) & 0x3ff, in snd_emu10k1_proc_acode_read() 302 (high >> 0) & 0x3ff, in snd_emu10k1_proc_acode_read() 306 high, low); in snd_emu10k1_proc_acode_read()
|
/sound/synth/emux/ |
D | emux_effect.c | 39 int low, high; /* value range */ member 100 else if (effect > parm_defs[type].high) in effect_set_byte() 101 effect = parm_defs[type].high; in effect_set_byte() 117 else if (effect > parm_defs[type].high) in effect_set_word() 118 effect = parm_defs[type].high; in effect_set_word()
|
D | soundfont.c | 465 zp->v.high = map.map_key; in load_map() 610 avp->high = 127; in init_voice_info() 1036 zone->v.high = freq_to_note(patch.high_note) / 100; in load_guspatch() 1043 zone->v.root, zone->v.tune, zone->v.low, zone->v.high); in load_guspatch() 1295 if (*notep >= zp->v.low && *notep <= zp->v.high && in search_zones()
|
/sound/soc/amd/renoir/ |
D | acp3x-pdm-dma.c | 173 u32 low, high, val; in config_acp_dma() local 188 high = upper_32_bits(addr); in config_acp_dma() 191 high |= BIT(31); in config_acp_dma() 192 rn_writel(high, rtd->acp_base + ACP_SCRATCH_REG_0 + val + 4); in config_acp_dma() 258 byte_count.bcount.high = in acp_pdm_get_byte_count()
|
D | rn_acp3x.h | 77 u32 high; member
|
/sound/soc/amd/raven/ |
D | acp3x-pcm-dma.c | 110 u32 low, high, val, acp_fifo_addr, reg_fifo_addr; in config_acp3x_dma() local 144 high = upper_32_bits(addr); in config_acp3x_dma() 147 high |= BIT(31); in config_acp3x_dma() 148 rv_writel(high, rtd->acp3x_base + mmACP_SCRATCH_REG_0 + val in config_acp3x_dma()
|
/sound/soc/amd/ |
D | acp.h | 169 u32 high; member
|
D | acp-pcm-dma.c | 303 u32 high; in acp_pte_config() local 313 high = upper_32_bits(addr); in acp_pte_config() 322 high |= BIT(31); in acp_pte_config() 323 acp_reg_write(high, acp_mmio, mmACP_SRBM_Targ_Idx_Data); in acp_pte_config() 988 byte_count.bcount.high = acp_reg_read(rtd->acp_mmio, in acp_get_byte_count()
|
/sound/soc/xilinx/ |
D | xlnx_formatter_pcm.c | 458 u32 low, high, active_ch, val, bytes_per_ch, bits_per_sample; in xlnx_formatter_pcm_hw_params() local 501 high = upper_32_bits(runtime->dma_addr); in xlnx_formatter_pcm_hw_params() 503 writel(high, stream_data->mmio + XLNX_AUD_BUFF_ADDR_MSB); in xlnx_formatter_pcm_hw_params()
|
/sound/oss/dmasound/ |
D | dmasound_paula.c | 250 u_char *high = &frame[*frameUsed>>1]; \ 251 u_char *low = high+write_sq_block_size_half; \ 258 *high++ = data>>8; \
|
/sound/isa/msnd/ |
D | msnd.h | 277 unsigned char high,
|
D | msnd.c | 95 int snd_msnd_send_word(struct snd_msnd *dev, unsigned char high, in snd_msnd_send_word() argument 101 outb(high, io + HP_TXH); in snd_msnd_send_word()
|
/sound/core/oss/ |
D | pcm_plugin.c | 45 unsigned int high = (src_rate * 105) / 100; in rate_match() local 46 return dst_rate >= low && dst_rate <= high; in rate_match()
|
/sound/soc/codecs/ |
D | Kconfig | 1345 high-efficiency mono Class-D audio power amplifiers. 1422 Enable support for Texas Instruments TAS5720L/M high-efficiency mono 1429 Enable support for Texas Instruments TAS6424 high-efficiency
|