Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/dai/intel/ssp/
Dssp.c2361 int array_index = SSP_ARRAY_INDEX(dir); in dai_ssp_trigger() local
2367 if (dp->state[array_index] == DAI_STATE_PAUSED || in dai_ssp_trigger()
2368 dp->state[array_index] == DAI_STATE_PRE_RUNNING) { in dai_ssp_trigger()
2369 dai_ssp_start(dp, array_index); in dai_ssp_trigger()
2373 dai_ssp_stop(dp, array_index); in dai_ssp_trigger()
2376 dai_ssp_pause(dp, array_index); in dai_ssp_trigger()
2379 dai_ssp_early_start(dp, array_index); in dai_ssp_trigger()
2443 int array_index = SSP_ARRAY_INDEX(dir); in dai_ssp_get_properties() local
2445 prop->fifo_address = ssp_plat_data->fifo[array_index].offset; in dai_ssp_get_properties()
2446 prop->dma_hs_id = ssp_plat_data->fifo[array_index].handshake; in dai_ssp_get_properties()