Searched refs:BSY (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | ide-test.c | 66 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 …]
|
/openbmc/qemu/hw/ssi/ |
H A D | npcm_pspi.c | 41 FIELD(PSPI_STAT, BSY, 0, 1) 51 if ((!FIELD_EX16(s->regs[R_PSPI_STAT], PSPI_STAT, BSY)) && in npcm_pspi_update_irq()
|
/openbmc/linux/Documentation/driver-api/ |
H A D | libata.rst | 450 category. packet_task is used to poll BSY bit after issuing PACKET 451 command. Once BSY is turned off by the device, packet_task 634 - ATA_STATUS doesn't contain !BSY && DRDY && !DRQ while trying to 637 - !BSY && !DRQ during PIO data transfer. 641 - !BSY && ERR after CDB transfer starts but before the last byte of CDB 666 For ATA commands, this type of errors are indicated by !BSY && ERR 671 - !BSY && ERR && ABRT right after issuing PACKET indicates that PACKET 674 - !BSY && ERR(==CHK) && !ABRT after the last byte of CDB is transferred 677 - !BSY && ERR(==CHK) && ABRT after the last byte of CDB is transferred 760 NCQ command error is indicated by cleared BSY and set ERR bit during NCQ [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | fsl-fman.txt | 303 of MDIO_CFG[BSY] being cleared, when performing an
|
/openbmc/linux/drivers/scsi/aic7xxx/ |
H A D | aic7xxx.seq | 186 * We've just been selected. Assert BSY and 455 * Assert BSY and setup the phase for
|