Home
last modified time | relevance | path

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

/qemu/hw/scsi/
H A Dlsi53c895a.c83 #define LSI_SSTAT0_RST 0x02 macro
1904 if (!(s->sstat0 & LSI_SSTAT0_RST)) { in lsi_reg_writeb()
1906 s->sstat0 |= LSI_SSTAT0_RST; in lsi_reg_writeb()
1910 s->sstat0 &= ~LSI_SSTAT0_RST; in lsi_reg_writeb()