Searched refs:iprop (Results 1 – 7 of 7) sorted by relevance
/sound/soc/fsl/ |
D | fsl_utils.c | 39 const u32 *iprop; in fsl_asoc_get_dma_channel() local 67 iprop = of_get_property(dma_channel_np, "cell-index", NULL); in fsl_asoc_get_dma_channel() 68 if (!iprop) { in fsl_asoc_get_dma_channel() 72 *dma_channel_id = be32_to_cpup(iprop); in fsl_asoc_get_dma_channel() 75 iprop = of_get_property(dma_np, "cell-index", NULL); in fsl_asoc_get_dma_channel() 76 if (!iprop) { in fsl_asoc_get_dma_channel() 81 *dma_id = be32_to_cpup(iprop); in fsl_asoc_get_dma_channel()
|
D | mpc8610_hpcd.c | 199 const u32 *iprop; in mpc8610_hpcd_probe() local 231 iprop = of_get_property(np, "cell-index", NULL); in mpc8610_hpcd_probe() 232 if (!iprop) { in mpc8610_hpcd_probe() 237 machine_data->ssi_id = be32_to_cpup(iprop); in mpc8610_hpcd_probe() 257 iprop = of_get_property(codec_np, "clock-frequency", NULL); in mpc8610_hpcd_probe() 258 if (!iprop || !*iprop) { in mpc8610_hpcd_probe() 264 machine_data->clk_frequency = be32_to_cpup(iprop); in mpc8610_hpcd_probe()
|
D | p1022_ds.c | 209 const u32 *iprop; in p1022_ds_probe() local 241 iprop = of_get_property(np, "cell-index", NULL); in p1022_ds_probe() 242 if (!iprop) { in p1022_ds_probe() 247 mdata->ssi_id = be32_to_cpup(iprop); in p1022_ds_probe() 267 iprop = of_get_property(codec_np, "clock-frequency", NULL); in p1022_ds_probe() 268 if (!iprop || !*iprop) { in p1022_ds_probe() 274 mdata->clk_frequency = be32_to_cpup(iprop); in p1022_ds_probe()
|
D | p1022_rdk.c | 211 const u32 *iprop; in p1022_rdk_probe() local 259 iprop = of_get_property(codec_np, "clock-frequency", NULL); in p1022_rdk_probe() 260 if (!iprop || !*iprop) { in p1022_rdk_probe() 265 mdata->clk_frequency = be32_to_cpup(iprop); in p1022_rdk_probe()
|
D | fsl_dma.c | 888 const uint32_t *iprop; in fsl_soc_dma_probe() local 922 iprop = of_get_property(ssi_np, "fsl,fifo-depth", NULL); in fsl_soc_dma_probe() 923 if (iprop) in fsl_soc_dma_probe() 924 dma->ssi_fifo_depth = be32_to_cpup(iprop); in fsl_soc_dma_probe()
|
D | fsl_esai.c | 808 const uint32_t *iprop; in fsl_esai_probe() local 870 iprop = of_get_property(np, "fsl,fifo-depth", NULL); in fsl_esai_probe() 871 if (iprop) in fsl_esai_probe() 872 esai_priv->fifo_depth = be32_to_cpup(iprop); in fsl_esai_probe()
|
D | fsl_ssi.c | 1382 const uint32_t *iprop; in fsl_ssi_probe() local 1458 iprop = of_get_property(np, "fsl,fifo-depth", NULL); in fsl_ssi_probe() 1459 if (iprop) in fsl_ssi_probe() 1460 ssi_private->fifo_depth = be32_to_cpup(iprop); in fsl_ssi_probe()
|