Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/scsi/
H A Desp.h148 #define STAT_INT 0x80 macro
/openbmc/qemu/hw/scsi/
H A Desp.c48 if (!(s->rregs[ESP_RSTAT] & STAT_INT)) { in esp_raise_irq()
49 s->rregs[ESP_RSTAT] |= STAT_INT; in esp_raise_irq()
57 if (s->rregs[ESP_RSTAT] & STAT_INT) { in esp_lower_irq()
58 s->rregs[ESP_RSTAT] &= ~STAT_INT; in esp_lower_irq()