Home
last modified time | relevance | path

Searched refs:pwidth (Results 1 – 7 of 7) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/
A Dpcm_linear.c72 int sign, width, pwidth, endian; in snd_pcm_linear_get_index() local
80 pwidth = snd_pcm_format_physical_width(src_format); in snd_pcm_linear_get_index()
82 if (pwidth == 24) { in snd_pcm_linear_get_index()
101 int sign, width, pwidth, endian; in snd_pcm_linear_put_index() local
109 pwidth = snd_pcm_format_physical_width(dst_format); in snd_pcm_linear_put_index()
111 if (pwidth == 24) { in snd_pcm_linear_put_index()
A Dpcm_misc.c151 snd_pcm_format_t snd_pcm_build_linear_format(int width, int pwidth, int unsignd, int big_endian) in snd_pcm_build_linear_format() argument
153 if (pwidth == 24) { in snd_pcm_build_linear_format()
A Dpcm_local.h582 snd_pcm_format_t snd_pcm_build_linear_format(int width, int pwidth, int unsignd, int big_endian);
/bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi/
A Dclk_factors.c329 if (config->pwidth) in sunxi_clk_factors_recalc_rate()
331 factor_val.factorp = GET_BITS(config->pshift, config->pwidth, reg); in sunxi_clk_factors_recalc_rate()
431 if (config->pwidth) in sunxi_clk_factors_set_rate()
433 reg = SET_BITS(config->pshift, config->pwidth, reg, factor_val.factorp); in sunxi_clk_factors_set_rate()
521 factor->factorp = (table[index].factor >> f_config->pshift) & ((1 << (f_config->pwidth)) - 1); in sunxi_clk_get_common_factors()
604 factor->factorp = (table[i].factor >> f_config->pshift) & ((1 << (f_config->pwidth)) - 1); in sunxi_clk_com_ftr_sr()
A Dclk_factors.h78 .pwidth = _pwidth, \
203 u8 pwidth; member
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Source/
A Dgd32vf103_dma.c426 void dma_periph_width_config (uint32_t dma_periph, dma_channel_enum channelx, uint32_t pwidth) in dma_periph_width_config() argument
438 ctl |= pwidth; in dma_periph_width_config()
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Include/
A Dgd32vf103_dma.h258 void dma_periph_width_config(uint32_t dma_periph, dma_channel_enum channelx, uint32_t pwidth);

Completed in 16 milliseconds