Searched refs:iprop (Results 1 – 7 of 7) sorted by relevance
/sound/soc/fsl/ |
D | fsl_utils.c | 35 const __be32 *iprop; in fsl_asoc_get_dma_channel() local 63 iprop = of_get_property(dma_channel_np, "cell-index", NULL); in fsl_asoc_get_dma_channel() 64 if (!iprop) { in fsl_asoc_get_dma_channel() 68 *dma_channel_id = be32_to_cpup(iprop); in fsl_asoc_get_dma_channel() 71 iprop = of_get_property(dma_np, "cell-index", NULL); in fsl_asoc_get_dma_channel() 72 if (!iprop) { in fsl_asoc_get_dma_channel() 77 *dma_id = be32_to_cpup(iprop); in fsl_asoc_get_dma_channel()
|
D | p1022_ds.c | 205 const u32 *iprop; in p1022_ds_probe() local 260 iprop = of_get_property(np, "cell-index", NULL); in p1022_ds_probe() 261 if (!iprop) { in p1022_ds_probe() 266 mdata->ssi_id = be32_to_cpup(iprop); in p1022_ds_probe() 286 iprop = of_get_property(codec_np, "clock-frequency", NULL); in p1022_ds_probe() 287 if (!iprop || !*iprop) { in p1022_ds_probe() 293 mdata->clk_frequency = be32_to_cpup(iprop); in p1022_ds_probe()
|
D | mpc8610_hpcd.c | 195 const u32 *iprop; in mpc8610_hpcd_probe() local 249 iprop = of_get_property(np, "cell-index", NULL); in mpc8610_hpcd_probe() 250 if (!iprop) { in mpc8610_hpcd_probe() 255 machine_data->ssi_id = be32_to_cpup(iprop); in mpc8610_hpcd_probe() 275 iprop = of_get_property(codec_np, "clock-frequency", NULL); in mpc8610_hpcd_probe() 276 if (!iprop || !*iprop) { in mpc8610_hpcd_probe() 282 machine_data->clk_frequency = be32_to_cpup(iprop); in mpc8610_hpcd_probe()
|
D | p1022_rdk.c | 207 const u32 *iprop; in p1022_rdk_probe() local 277 iprop = of_get_property(codec_np, "clock-frequency", NULL); in p1022_rdk_probe() 278 if (!iprop || !*iprop) { in p1022_rdk_probe() 283 mdata->clk_frequency = be32_to_cpup(iprop); in p1022_rdk_probe()
|
D | fsl_dma.c | 833 const uint32_t *iprop; in fsl_soc_dma_probe() local 869 iprop = of_get_property(ssi_np, "fsl,fifo-depth", NULL); in fsl_soc_dma_probe() 870 if (iprop) in fsl_soc_dma_probe() 871 dma->ssi_fifo_depth = be32_to_cpup(iprop); in fsl_soc_dma_probe()
|
D | fsl_esai.c | 958 const __be32 *iprop; in fsl_esai_probe() local 1023 iprop = of_get_property(np, "fsl,fifo-depth", NULL); in fsl_esai_probe() 1024 if (iprop) in fsl_esai_probe() 1025 esai_priv->fifo_depth = be32_to_cpup(iprop); in fsl_esai_probe()
|
D | fsl_ssi.c | 1402 const __be32 *iprop; in fsl_ssi_probe_from_dt() local 1438 iprop = of_get_property(np, "fsl,fifo-depth", NULL); in fsl_ssi_probe_from_dt() 1439 if (iprop) in fsl_ssi_probe_from_dt() 1440 ssi->fifo_depth = be32_to_cpup(iprop); in fsl_ssi_probe_from_dt()
|