Lines Matching defs:offline_config
201 bool offline_config;
299 * an offline_config flag for these SoCs.
301 * DMA bits changing when SSI is running, so set offline_config.
310 .offline_config = true,
319 .offline_config = true,
325 .offline_config = true,
333 .offline_config = false,
395 * 1) For offline_config SoCs, enable all necessary bits of both streams
410 * On offline_config SoCs, SxCR and SIER are already configured when
414 if (ssi->soc->offline_config && ssi->streams)
417 if (ssi->soc->offline_config) {
498 * 1) For offline_config SoCs, to avoid online reconfigurations, disable all
531 * On offline_config SoCs, if the other stream is active, skip
534 if (ssi->soc->offline_config && aactive)
537 if (ssi->soc->offline_config) {
794 * disabled on offline_config SoCs. Even for online configurable SoCs