Searched refs:i2s_id (Results 1 – 1 of 1) sorted by relevance
| /Zephyr-latest/drivers/i2s/ |
| D | i2s_mcux_sai.c | 1170 #define I2S_MCUX_INIT(i2s_id) \ argument 1171 static void i2s_irq_connect_##i2s_id(const struct device *dev); \ 1173 PINCTRL_DT_INST_DEFINE(i2s_id); \ 1175 static const struct i2s_mcux_config i2s_##i2s_id##_config = { \ 1176 .base = (I2S_Type *)DT_INST_REG_ADDR(i2s_id), \ 1177 .clk_src = DT_INST_PROP_OR(i2s_id, clock_mux, 0), \ 1178 .clk_pre_div = DT_INST_PROP_OR(i2s_id, pre_div, 0), \ 1179 .clk_src_div = DT_INST_PROP_OR(i2s_id, podf, 0), \ 1180 .pll_src = DT_PHA_BY_NAME_OR(DT_DRV_INST(i2s_id), pll_clocks, src, value, 0), \ 1181 .pll_lp = DT_PHA_BY_NAME_OR(DT_DRV_INST(i2s_id), pll_clocks, lp, value, 0), \ [all …]
|