Home
last modified time | relevance | path

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

/qemu/tests/qtest/
H A Dide-test.c66 BSY = 0x80, enumerator
634 assert_bit_clear(data, BSY | DF | ERR); in test_identify()
641 assert_bit_clear(data, BSY | DF | ERR | DRQ); in test_identify()
755 assert_bit_set(data, BSY | DRDY); in test_flush()
767 } while (data & BSY); in test_flush()
803 assert_bit_set(data, BSY | DRDY); in test_pci_retry_flush()
817 } while (data & BSY); in test_pci_retry_flush()
985 data = ide_wait_clear(qts, BSY); in cdrom_pio_impl()
988 assert_bit_clear(data, ERR | DF | BSY); in cdrom_pio_impl()
1009 data = ide_wait_clear(qts, BSY); in cdrom_pio_impl()
[all …]
/qemu/hw/ssi/
H A Dnpcm_pspi.c41 FIELD(PSPI_STAT, BSY, 0, 1)
51 if ((!FIELD_EX16(s->regs[R_PSPI_STAT], PSPI_STAT, BSY)) && in npcm_pspi_update_irq()