Lines Matching refs:status
13 * SSI interrupt status debug message when debugging
154 u32 status;
158 status = rsnd_ssi_status_get(mod);
159 if (status & bit)
165 dev_warn(dev, "%s status check failed\n", rsnd_mod_name(mod));
529 /* clear error status */
750 u32 status;
766 status = rsnd_ssi_status_get(mod);
769 if (!is_dma && (status & DIRQ))
773 if (is_dma && (status & (UIRQ | OIRQ))) {
774 rsnd_dbg_irq_status(dev, "%s err status : 0x%08x\n",
775 rsnd_mod_name(mod), status);
780 status = 0;
790 status = rsnd_mod_read(mod,
792 status &= 0xf << (id * 4);
794 if (status) {
796 "%s err status : 0x%08x\n",
797 rsnd_mod_name(mod), status);
807 status = rsnd_mod_read(mod,
809 status &= 0xf << 4;
811 if (status) {
813 "%s err status : 0x%08x\n",
814 rsnd_mod_name(mod), status);
854 * We can't include parent SSI status on SSI, because we don't know
864 * OTOH, using each mod's status is good for MUX case.
955 * mod->status.