Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.sbin/bhyve/
HDpci_ahci.c438 p->tfd = ATA_S_READY | ATA_S_DSC; in ahci_write_fis_d2h_ncq()
552 pr->tfd |= ATA_S_READY; in ahci_port_reset()
854 (ATA_E_ABORT << 8) | ATA_S_READY | ATA_S_ERROR); in ahci_handle_dsm_trim()
857 (ATA_E_ABORT << 8) | ATA_S_READY | ATA_S_ERROR); in ahci_handle_dsm_trim()
902 ATA_S_READY | ATA_S_DSC); in ahci_handle_next_trim()
905 ATA_S_READY | ATA_S_DSC); in ahci_handle_next_trim()
1002 (ATA_E_ABORT << 8) | ATA_S_READY | ATA_S_ERROR); in ahci_handle_read_log()
1021 (ATA_E_ABORT << 8) | ATA_S_READY | ATA_S_ERROR); in ahci_handle_read_log()
1028 ahci_write_fis_d2h(p, slot, cfis, ATA_S_DSC | ATA_S_READY); in ahci_handle_read_log()
1039 (ATA_E_ABORT << 8) | ATA_S_READY | ATA_S_ERROR); in handle_identify()
[all …]
HDahci.h78 #define ATA_S_READY 0x40 /* drive ready */ macro
/freebsd-13-stable/sys/powerpc/mpc85xx/
HDfsl_sata.h73 #define ATA_S_READY 0x40 /* drive ready */ macro
/freebsd-13-stable/sys/dev/ata/
HData-lowlevel.c129 if (ata_wait(ch, request->unit, (ATA_S_READY | ATA_S_DRQ)) < 0) { in ata_begin_transaction()
279 flags |= ATA_S_READY; in ata_end_transaction()
302 if (ata_wait(ch, request->unit, (ATA_S_READY | ATA_S_DRQ)) < 0) { in ata_end_transaction()
544 else if (lsb == 0 && msb == 0 && (stat0 & ATA_S_READY)) { in ata_generic_reset()
577 else if (lsb == 0 && msb == 0 && (stat1 & ATA_S_READY)) { in ata_generic_reset()
HData-all.h79 #define ATA_S_READY 0x40 /* drive ready */ macro
/freebsd-13-stable/sys/dev/siis/
HDsiis.h74 #define ATA_S_READY 0x40 /* drive ready */ macro
/freebsd-13-stable/sys/dev/mvs/
HDmvs.h220 #define ATA_S_READY 0x40 /* drive ready */ macro
/freebsd-13-stable/sys/dev/ahci/
HDahci.h75 #define ATA_S_READY 0x40 /* drive ready */ macro