Searched refs:pwidth (Results 1 – 7 of 7) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/ |
| A D | pcm_linear.c | 72 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 D | pcm_misc.c | 151 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 D | pcm_local.h | 582 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 D | clk_factors.c | 329 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 D | clk_factors.h | 78 .pwidth = _pwidth, \ 203 u8 pwidth; member
|
| /bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Source/ |
| A D | gd32vf103_dma.c | 426 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 D | gd32vf103_dma.h | 258 void dma_periph_width_config(uint32_t dma_periph, dma_channel_enum channelx, uint32_t pwidth);
|
Completed in 16 milliseconds