Home
last modified time | relevance | path

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

/qemu/hw/audio/
H A Des1370.c311 s->status = new_status | STAT_INTR; in es1370_update_status()
313 s->status = new_status & ~STAT_INTR; in es1370_update_status()
345 uint32_t new_status = s->status; in es1370_maybe_lower_irq() local
348 new_status &= ~STAT_DAC1; in es1370_maybe_lower_irq()
352 new_status &= ~STAT_DAC2; in es1370_maybe_lower_irq()
356 new_status &= ~STAT_ADC; in es1370_maybe_lower_irq()
359 if (new_status != s->status) { in es1370_maybe_lower_irq()
360 es1370_update_status (s, new_status); in es1370_maybe_lower_irq()
698 uint32_t new_status = s->status; in es1370_run_channel() local
720 new_status |= b->stat_int; in es1370_run_channel()
[all …]