Home
last modified time | relevance | path

Searched refs:iprop (Results 1 – 6 of 6) sorted by relevance

/sound/soc/fsl/
A Dfsl_utils.c37 const __be32 *iprop; in fsl_asoc_get_dma_channel() local
65 iprop = of_get_property(dma_channel_np, "cell-index", NULL); in fsl_asoc_get_dma_channel()
66 if (!iprop) { in fsl_asoc_get_dma_channel()
70 *dma_channel_id = be32_to_cpup(iprop); in fsl_asoc_get_dma_channel()
73 iprop = of_get_property(dma_np, "cell-index", NULL); in fsl_asoc_get_dma_channel()
74 if (!iprop) { in fsl_asoc_get_dma_channel()
79 *dma_id = be32_to_cpup(iprop); in fsl_asoc_get_dma_channel()
A Dp1022_ds.c205 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()
A Dp1022_rdk.c219 const u32 *iprop; in p1022_rdk_probe() local
289 iprop = of_get_property(codec_np, "clock-frequency", NULL); in p1022_rdk_probe()
290 if (!iprop || !*iprop) { in p1022_rdk_probe()
295 mdata->clk_frequency = be32_to_cpup(iprop); in p1022_rdk_probe()
A Dfsl_dma.c833 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()
A Dfsl_esai.c959 const __be32 *iprop; in fsl_esai_probe() local
1024 iprop = of_get_property(np, "fsl,fifo-depth", NULL); in fsl_esai_probe()
1025 if (iprop) in fsl_esai_probe()
1026 esai_priv->fifo_depth = be32_to_cpup(iprop); in fsl_esai_probe()
A Dfsl_ssi.c1432 const __be32 *iprop; in fsl_ssi_probe_from_dt() local
1468 iprop = of_get_property(np, "fsl,fifo-depth", NULL); in fsl_ssi_probe_from_dt()
1469 if (iprop) in fsl_ssi_probe_from_dt()
1470 ssi->fifo_depth = be32_to_cpup(iprop); in fsl_ssi_probe_from_dt()

Completed in 20 milliseconds