Searched refs:BM_STATUS_ERROR (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/hw/ide/ | ||
H A D | pci.h | 9 #define BM_STATUS_ERROR 0x02 macro |
/openbmc/qemu/hw/ide/ | ||
H A D | pci.c | 406 | (bm->status & ~val & (BM_STATUS_ERROR | BM_STATUS_INT)); in bmdma_status_writeb() |