Lines Matching defs:offline_config
202 bool offline_config;
304 * an offline_config flag for these SoCs.
306 * DMA bits changing when SSI is running, so set offline_config.
315 .offline_config = true,
324 .offline_config = true,
330 .offline_config = true,
338 .offline_config = false,
400 * 1) For offline_config SoCs, enable all necessary bits of both streams
415 * On offline_config SoCs, SxCR and SIER are already configured when
419 if (ssi->soc->offline_config && ssi->streams)
422 if (ssi->soc->offline_config) {
503 * 1) For offline_config SoCs, to avoid online reconfigurations, disable all
536 * On offline_config SoCs, if the other stream is active, skip
539 if (ssi->soc->offline_config && aactive)
542 if (ssi->soc->offline_config) {
798 * disabled on offline_config SoCs. Even for online configurable SoCs