Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ide/
H A Dpci.h10 #define BM_STATUS_INT 0x04 macro
/openbmc/qemu/hw/ide/
H A Dpci.c374 bm->status |= BM_STATUS_INT; in bmdma_irq()
406 | (bm->status & ~val & (BM_STATUS_ERROR | BM_STATUS_INT)); in bmdma_status_writeb()
H A Dsii3112.c83 val |= (d->i.bmdma[1].status & BM_STATUS_INT ? (1 << 14) : 0); in sii3112_reg_read()