Home
last modified time | relevance | path

Searched refs:slot_width (Results 1 – 28 of 28) sorted by relevance

/linux-4.1.27/sound/soc/codecs/
Dadau1977.c128 unsigned int slot_width; member
300 unsigned int slot_width; in adau1977_hw_params() local
339 slot_width = 16; in adau1977_hw_params()
344 slot_width = 32; in adau1977_hw_params()
351 if (adau1977->slot_width) in adau1977_hw_params()
352 slot_width = adau1977->slot_width; in adau1977_hw_params()
354 if (slot_width == 16) in adau1977_hw_params()
515 adau1977->slot_width = 0; in adau1977_set_tdm_slot()
603 adau1977->slot_width = width; in adau1977_set_tdm_slot()
717 if (adau1977->slot_width == 16) in adau1977_startup()
[all …]
Dmc13783.c309 int slot_width) in mc13783_set_tdm_slot_dac() argument
354 int slot_width) in mc13783_set_tdm_slot_codec() argument
376 int slot_width) in mc13783_set_tdm_slot_sync() argument
381 slot_width); in mc13783_set_tdm_slot_sync()
386 slot_width); in mc13783_set_tdm_slot_sync()
Dadau17x1.c548 unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width) in adau17x1_set_dai_tdm_slot() argument
559 slot_width = 32; in adau17x1_set_dai_tdm_slot()
579 switch (slot_width * slots) { in adau17x1_set_dai_tdm_slot()
Dab8500-codec.c2226 int slots, int slot_width) in ab8500_codec_set_dai_tdm_slot() argument
2235 switch (slot_width) { in ab8500_codec_set_dai_tdm_slot()
2250 __func__, slot_width); in ab8500_codec_set_dai_tdm_slot()
2255 __func__, slot_width); in ab8500_codec_set_dai_tdm_slot()
Dwm9081.c1193 unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width) in wm9081_set_tdm_slot() argument
1204 wm9081->tdm_width = slot_width; in wm9081_set_tdm_slot()
Dtlv320aic3x.c1275 int slots, int slot_width) in aic3x_set_dai_tdm_slot() argument
1298 aic3x->tdm_delay = lsb * slot_width; in aic3x_set_dai_tdm_slot()
Dwm8993.c1355 unsigned int rx_mask, int slots, int slot_width) in wm8993_set_tdm_slot() argument
1397 wm8993->tdm_width = slot_width; in wm8993_set_tdm_slot()
Darizona.c1557 unsigned int rx_mask, int slots, int slot_width) in arizona_set_tdm_slot() argument
1580 arizona->tdm_width[dai->id - 1] = slot_width; in arizona_set_tdm_slot()
Dwm8904.c1522 unsigned int rx_mask, int slots, int slot_width) in wm8904_set_tdm_slot() argument
1560 wm8904->tdm_width = slot_width; in wm8904_set_tdm_slot()
Dmax98090.c1748 unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width) in max98090_set_tdm_slot() argument
1759 max98090->tdm_width = slot_width; in max98090_set_tdm_slot()
Drt5670.c2554 unsigned int rx_mask, int slots, int slot_width) in rt5670_set_tdm_slot() argument
2578 switch (slot_width) { in rt5670_set_tdm_slot()
Drt5645.c2304 unsigned int rx_mask, int slots, int slot_width) in rt5645_set_tdm_slot() argument
2349 switch (slot_width) { in rt5645_set_tdm_slot()
Drt5677.c4285 unsigned int rx_mask, int slots, int slot_width) in rt5677_set_tdm_slot() argument
4309 switch (slot_width) { in rt5677_set_tdm_slot()
/linux-4.1.27/sound/soc/fsl/
Dfsl_esai.c58 u32 slot_width; member
346 u32 rx_mask, int slots, int slot_width) in fsl_esai_set_dai_tdm_slot() argument
366 esai_priv->slot_width = slot_width; in fsl_esai_set_dai_tdm_slot()
516 u32 slot_width = width; in fsl_esai_hw_params() local
521 if (esai_priv->slot_width) in fsl_esai_hw_params()
522 slot_width = esai_priv->slot_width; in fsl_esai_hw_params()
524 bclk = params_rate(params) * slot_width * esai_priv->slots; in fsl_esai_hw_params()
546 val = ESAI_xCR_xSWS(slot_width, width) | (tx ? ESAI_xCR_PADC : 0); in fsl_esai_hw_params()
Dfsl-asoc-card.c62 u32 slot_width; member
147 if (cpu_priv->slot_width) { in fsl_asoc_card_hw_params()
149 cpu_priv->slot_width); in fsl_asoc_card_hw_params()
467 priv->cpu_priv.slot_width = 32; in fsl_asoc_card_probe()
Dimx-ssi.c62 unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width) in imx_ssi_set_dai_tdm_slot() argument
Dfsl_ssi.c971 u32 rx_mask, int slots, int slot_width) in fsl_ssi_set_dai_tdm_slot() argument
/linux-4.1.27/sound/soc/ux500/
Dux500_msp_dai.c584 int slots, int slot_width) in ux500_msp_dai_set_tdm_slot() argument
609 if (!(slot_width == 16)) { in ux500_msp_dai_set_tdm_slot()
611 __func__, slot_width); in ux500_msp_dai_set_tdm_slot()
614 drvdata->slot_width = slot_width; in ux500_msp_dai_set_tdm_slot()
699 drvdata->msp->playback_dma_data.data_size = drvdata->slot_width; in ux500_msp_dai_probe()
700 drvdata->msp->capture_dma_data.data_size = drvdata->slot_width; in ux500_msp_dai_probe()
763 drvdata->slot_width = 16; in ux500_msp_drv_probe()
Dux500_msp_dai.h58 int slot_width; member
/linux-4.1.27/include/sound/
Dsimple_card.h21 int slot_width; member
Dsoc-dai.h114 unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width);
149 int slots, int slot_width);
Dsoc.h1532 unsigned int *slot_width);
/linux-4.1.27/sound/soc/pxa/
Dpxa-ssp.c384 unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width) in pxa_ssp_set_dai_tdm_slot() argument
394 if (slot_width > 16) in pxa_ssp_set_dai_tdm_slot()
395 sscr0 |= SSCR0_EDSS | SSCR0_DataSize(slot_width - 16); in pxa_ssp_set_dai_tdm_slot()
397 sscr0 |= SSCR0_DataSize(slot_width); in pxa_ssp_set_dai_tdm_slot()
/linux-4.1.27/drivers/scsi/mvsas/
Dmv_sas.h185 u32 slot_width; member
189 #define MVS_CHIP_SLOT_SZ (1U << mvi->chip->slot_width)
Dmv_init.c376 (1L << mvs_chips[ent->driver_data].slot_width) * in mvs_pci_alloc()
/linux-4.1.27/sound/soc/generic/
Dsimple-card.c139 set->slot_width); in __asoc_simple_card_dai_init()
229 ret = snd_soc_of_parse_tdm_slot(np, &dai->slots, &dai->slot_width); in asoc_simple_card_sub_parse_of()
/linux-4.1.27/drivers/pci/hotplug/
Dcpqphp.h52 u8 slot_width; member
67 SMBIOS_SLOT_WIDTH = offsetof(struct smbios_system_slot, slot_width),
/linux-4.1.27/sound/soc/
Dsoc-core.c2224 unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width) in snd_soc_dai_set_tdm_slot() argument
2237 slots, slot_width); in snd_soc_dai_set_tdm_slot()
3291 unsigned int *slot_width) in snd_soc_of_parse_tdm_slot() argument
3310 if (slot_width) in snd_soc_of_parse_tdm_slot()
3311 *slot_width = val; in snd_soc_of_parse_tdm_slot()