Searched refs:soc_data (Results 1 – 10 of 10) sorted by relevance
/sound/soc/tegra/ |
D | tegra210_admaif.c | 23 #define CH_TX_REG(reg, id) CH_REG(admaif->soc_data->tx_base, reg, id) 25 #define CH_RX_REG(reg, id) CH_REG(admaif->soc_data->rx_base, reg, id) 84 unsigned int num_ch = admaif->soc_data->num_ch; in tegra_admaif_wr_reg() 85 unsigned int rx_base = admaif->soc_data->rx_base; in tegra_admaif_wr_reg() 86 unsigned int tx_base = admaif->soc_data->tx_base; in tegra_admaif_wr_reg() 87 unsigned int global_base = admaif->soc_data->global_base; in tegra_admaif_wr_reg() 88 unsigned int reg_max = admaif->soc_data->regmap_conf->max_register; in tegra_admaif_wr_reg() 118 unsigned int num_ch = admaif->soc_data->num_ch; in tegra_admaif_rd_reg() 119 unsigned int rx_base = admaif->soc_data->rx_base; in tegra_admaif_rd_reg() 120 unsigned int tx_base = admaif->soc_data->tx_base; in tegra_admaif_rd_reg() [all …]
|
D | tegra210_ahub.c | 29 for (i = 0; i < ahub->soc_data->reg_count; i++) { in tegra_ahub_get_value_enum() 34 reg_val &= ahub->soc_data->mask[i]; in tegra_ahub_get_value_enum() 82 for (i = 0; i < ahub->soc_data->reg_count; i++) { in tegra_ahub_put_value_enum() 85 update[i].mask = ahub->soc_data->mask[i]; in tegra_ahub_put_value_enum() 609 ahub->soc_data = of_device_get_match_data(&pdev->dev); in tegra_ahub_probe() 624 ahub->soc_data->regmap_config); in tegra_ahub_probe() 633 ahub->soc_data->cmpnt_drv, in tegra_ahub_probe() 634 ahub->soc_data->dai_drv, in tegra_ahub_probe() 635 ahub->soc_data->num_dais); in tegra_ahub_probe()
|
D | tegra30_ahub.c | 133 ahub->soc_data->set_audio_cif(ahub->regmap_apbif, reg, &cif_conf); in tegra30_ahub_allocate_rx_fifo() 235 ahub->soc_data->set_audio_cif(ahub->regmap_apbif, reg, &cif_conf); in tegra30_ahub_allocate_tx_fifo() 511 const struct tegra30_ahub_soc_data *soc_data; in tegra30_ahub_probe() local 524 soc_data = match->data; in tegra30_ahub_probe() 533 soc_data->mod_list_mask)) in tegra30_ahub_probe() 557 ahub->soc_data = soc_data; in tegra30_ahub_probe()
|
D | tegra210_admaif.h | 156 const struct tegra_admaif_soc_data *soc_data; member
|
D | tegra210_ahub.h | 122 const struct tegra_ahub_soc_data *soc_data; member
|
D | tegra30_i2s.h | 224 const struct tegra30_i2s_soc_data *soc_data; member
|
D | tegra30_i2s.c | 189 i2s->soc_data->set_audio_cif(i2s->regmap, reg, &cif_conf); in tegra30_i2s_hw_params() 416 i2s->soc_data = (struct tegra30_i2s_soc_data *)match->data; in tegra30_i2s_platform_probe()
|
D | tegra30_ahub.h | 512 const struct tegra30_ahub_soc_data *soc_data; member
|
/sound/soc/fsl/ |
D | fsl_sai.c | 61 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_isr() 172 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_set_dai_sysclk_tr() 226 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_set_dai_fmt_tr() 351 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_set_bclk() 439 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_hw_params() 534 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_hw_free() 550 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_config_disable() 585 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_trigger() 679 if (sai->soc_data->use_edma) in fsl_sai_startup() 705 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_dai_probe() [all …]
|
D | fsl_sai.h | 270 const struct fsl_sai_soc_data *soc_data; member
|