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

/freebsd-current/usr.sbin/bhyve/
H A Dpci_ahci.c435 p->tfd = ATA_S_READY | ATA_S_DSC;
546 pr->tfd = (1 << 8) | ATA_S_DSC | ATA_S_DMA;
852 ATA_S_READY | ATA_S_DSC);
855 ATA_S_READY | ATA_S_DSC);
978 ahci_write_fis_d2h(p, slot, cfis, ATA_S_DSC | ATA_S_READY);
993 ahci_write_fis_d2h(p, slot, cfis, ATA_S_DSC | ATA_S_READY);
1135 ahci_write_fis_d2h(p, slot, cfis, ATA_S_DSC | ATA_S_READY);
1184 ahci_write_fis_d2h(p, slot, cfis, ATA_S_READY | ATA_S_DSC);
1198 ahci_write_fis_d2h(p, slot, cfis, ATA_S_READY | ATA_S_DSC);
1270 ahci_write_fis_d2h(p, slot, cfis, ATA_S_READY | ATA_S_DSC);
[all...]
H A Dahci.h74 #define ATA_S_DSC 0x10 /* drive seek completed */ macro
/freebsd-current/sys/powerpc/mpc85xx/
H A Dfsl_sata.h69 #define ATA_S_DSC 0x10 /* drive seek completed */ macro
/freebsd-current/sys/dev/siis/
H A Dsiis.h70 #define ATA_S_DSC 0x10 /* drive seek completed */ macro
/freebsd-current/sys/dev/ata/
H A Data-lowlevel.c179 if (!(ATA_IDX_INB(ch, ATA_ALTSTAT) & ATA_S_DSC))
198 if (!(ATA_IDX_INB(ch, ATA_ALTSTAT) & ATA_S_DSC))
H A Data-all.h75 #define ATA_S_DSC 0x10 /* drive seek completed */ macro
/freebsd-current/sys/dev/mvs/
H A Dmvs.h216 #define ATA_S_DSC 0x10 /* drive seek completed */ macro
/freebsd-current/sys/dev/ahci/
H A Dahci.h71 #define ATA_S_DSC 0x10 /* drive seek completed */ macro

Completed in 122 milliseconds