Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_ahci.c435 p->tfd = ATA_S_READY | ATA_S_DSC; in ahci_write_fis_d2h_ncq()
852 ATA_S_READY | ATA_S_DSC); in ahci_handle_dsm_trim()
855 ATA_S_READY | ATA_S_DSC); in ahci_handle_dsm_trim()
1481 tfd = ATA_S_READY | ATA_S_DSC; in atapi_start_stop_unit()
1524 tfd = ATA_S_READY | ATA_S_DSC; in atapi_mode_sense()
1544 tfd = ATA_S_READY | ATA_S_DSC; in atapi_mode_sense()
1597 tfd = ATA_S_READY | ATA_S_DSC; in atapi_get_event_status_notification()
1695 p->tfd = ATA_S_DSC | ATA_S_READY; in ahci_handle_cmd()
1708 p->tfd = ATA_S_DSC | ATA_S_READY; in ahci_handle_cmd()
1947 tfd = ATA_S_READY | ATA_S_DSC; in ata_ioreq_cb()
[all …]
H A Dahci.h74 #define ATA_S_DSC 0x10 /* drive seek completed */ macro
/freebsd/sys/powerpc/mpc85xx/
H A Dfsl_sata.h69 #define ATA_S_DSC 0x10 /* drive seek completed */ macro
/freebsd/sys/dev/siis/
H A Dsiis.h70 #define ATA_S_DSC 0x10 /* drive seek completed */ macro
/freebsd/sys/dev/ata/
H A Data-lowlevel.c179 if (!(ATA_IDX_INB(ch, ATA_ALTSTAT) & ATA_S_DSC)) in ata_begin_transaction()
198 if (!(ATA_IDX_INB(ch, ATA_ALTSTAT) & ATA_S_DSC)) in ata_begin_transaction()
H A Data-all.h75 #define ATA_S_DSC 0x10 /* drive seek completed */ macro
/freebsd/sys/dev/mvs/
H A Dmvs.h216 #define ATA_S_DSC 0x10 /* drive seek completed */ macro
/freebsd/sys/dev/ahci/
H A Dahci.h71 #define ATA_S_DSC 0x10 /* drive seek completed */ macro