Home
last modified time | relevance | path

Searched refs:format_val (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/base/regmap/
Dregmap.c710 map->format.format_val = regmap_format_8; in regmap_init()
717 map->format.format_val = regmap_format_16_be; in regmap_init()
722 map->format.format_val = regmap_format_16_le; in regmap_init()
727 map->format.format_val = regmap_format_16_native; in regmap_init()
737 map->format.format_val = regmap_format_24; in regmap_init()
743 map->format.format_val = regmap_format_32_be; in regmap_init()
748 map->format.format_val = regmap_format_32_le; in regmap_init()
753 map->format.format_val = regmap_format_32_native; in regmap_init()
770 !(map->format.format_reg && map->format.format_val)) in regmap_init()
782 } else if (map->format.format_val) { in regmap_init()
[all …]
Dinternal.h40 void (*format_val)(void *buf, unsigned int val, unsigned int shift); member
Dregcache.c508 if (map->format.format_val) { in regcache_set_val()
509 map->format.format_val(base + (map->cache_word_size * idx), in regcache_set_val()
/linux-4.1.27/sound/pci/hda/
Dhda_controller.c141 azx_sd_writew(chip, azx_dev, SD_FORMAT, azx_dev->format_val); in azx_setup_controller()
462 azx_dev->format_val = 0; in azx_pcm_hw_free()
480 unsigned int bufsize, period_bytes, format_val, stream_tag; in azx_pcm_prepare() local
493 format_val = snd_hda_calc_stream_format(apcm->codec, in azx_pcm_prepare()
499 if (!format_val) { in azx_pcm_prepare()
511 bufsize, format_val); in azx_pcm_prepare()
515 format_val != azx_dev->format_val || in azx_pcm_prepare()
519 azx_dev->format_val = format_val; in azx_pcm_prepare()
551 azx_dev->format_val, substream); in azx_pcm_prepare()
1399 azx_dev->format_val = format; in azx_load_dsp_prepare()
[all …]
Dhda_controller.h208 unsigned int format_val; /* format value to be set in the member
Dhda_tegra.c109 azx_dev->format_val = 0; in substream_alloc_pages()
Dpatch_ca0132.c2053 unsigned int format_val; in dma_convert_to_hda_format() local
2055 format_val = snd_hda_calc_stream_format(codec, in dma_convert_to_hda_format()
2062 *hda_format = (unsigned short)format_val; in dma_convert_to_hda_format()
Dhda_intel.c1763 azx_dev->format_val = 0; in substream_alloc_pages()