Home
last modified time | relevance | path

Searched full:bespoke (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/drivers/dai/nxp/sai/
Dsai.c45 const struct sai_bespoke_config *bespoke) in sai_mclk_config() argument
73 LOG_DBG("target MCLK is %u", bespoke->mclk_rate); in sai_mclk_config()
79 mclk_config.mclkHz = bespoke->mclk_rate; in sai_mclk_config()
191 const struct sai_bespoke_config *bespoke, in sai_config_set_err_051421() argument
196 bespoke->mclk_rate == bespoke->bclk_rate) { in sai_config_set_err_051421()
212 const struct sai_bespoke_config *bespoke; in sai_config_set() local
223 bespoke = bespoke_data; in sai_config_set()
246 if (bespoke->bclk_rate != in sai_config_set()
247 (bespoke->fsync_rate * bespoke->tdm_slot_width * bespoke->tdm_slots)) { in sai_config_set()
248 LOG_ERR("bad BCLK value: %d", bespoke->bclk_rate); in sai_config_set()
[all …]
/Zephyr-latest/drivers/dai/nxp/esai/
Desai.c378 const struct esai_bespoke_config *bespoke; in esai_config_set() local
397 bespoke = bespoke_data; in esai_config_set()
430 tx_config.fsync_div = bespoke->tdm_slots; in esai_config_set()
450 ret = esai_get_slot_format(bespoke->tdm_slot_width, in esai_config_set()
462 * directions set in bespoke data. in esai_config_set()
470 ret = esai_get_clock_rate_config(bespoke->mclk_rate, bespoke->mclk_rate, in esai_config_set()
471 bespoke->bclk_rate, in esai_config_set()
480 ret = esai_get_clock_rate_config(bespoke->mclk_rate, bespoke->mclk_rate, in esai_config_set()
481 bespoke->bclk_rate, in esai_config_set()
493 tx_config.slot_mask = bespoke->tx_slots; in esai_config_set()
[all …]
/Zephyr-latest/dts/bindings/dai/
Dnxp,dai-esai.yaml73 This provides extra flexibility since the bespoke configuration is not direction-based.
74 The values from this array will overwrite the values set through the bespoke
75 configuration. If unspecified, the values from the bespoke configuration will be used.
/Zephyr-latest/doc/hardware/peripherals/audio/
Ddai.rst10 It can be configured with bespoke data for vendor specific configuration.
/Zephyr-latest/include/zephyr/drivers/
Ddai.h24 * with bespoke data argument for device/vendor specific config. There are also
95 * The type of the DAI. This ID type is used to configure bespoke DAI HW
100 * usually need to pass extra bespoke configuration prior to DAI start.
390 * @param bespoke_cfg Pointer to the structure containing bespoke config.
553 * It allows setting bespoke configuration parameters that are specific to
555 * the full configuration blob. The details of the bespoke configuration are
561 * @param bespoke_cfg Pointer to the buffer containing bespoke configuration parameters.
/Zephyr-latest/tests/boards/intel_adsp/ssp/src/
Dmain.c19 /* sof ssp bespoke data */
367 /* bespoke config */ in ZTEST()
/Zephyr-latest/doc/develop/test/
Dbsim.rst161 Please follow the existing conventions and do not design one-off bespoke runners (e.g. a python