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

/freebsd-current/sys/dev/ata/
H A Data-sata.c165 if ((val & ATA_SC_DET_MASK) == ATA_SC_DET_IDLE) {
167 ATA_SC_DET_IDLE | ((ch->pm_level > 0) ? 0 :
202 ATA_SC_DET_IDLE | val1 | ((ch->pm_level > 0) ? 0 :
H A Data-all.h135 #define ATA_SC_DET_IDLE 0x00000000 macro
/freebsd-current/sys/powerpc/mpc85xx/
H A Dfsl_sata.h124 #define ATA_SC_DET_IDLE 0x00000000 macro
/freebsd-current/usr.sbin/bhyve/
H A Dahci.h129 #define ATA_SC_DET_IDLE 0x00000000 macro
/freebsd-current/sys/dev/siis/
H A Dsiis.h123 #define ATA_SC_DET_IDLE 0x00000000 macro
H A Dsiis.c1636 ATA_SC_DET_IDLE | val | ((ch->pm_level > 0) ? 0 :
/freebsd-current/sys/dev/ahci/
H A Dahci.h126 #define ATA_SC_DET_IDLE 0x00000000 macro
H A Dahci.c2673 detval = ahci_ch_detval(ch, ATA_SC_DET_IDLE);

Completed in 120 milliseconds