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

/freebsd-13-stable/sys/dev/ata/
H A Data-sata.c168 if ((val & ATA_SC_DET_MASK) == ATA_SC_DET_IDLE) {
170 ATA_SC_DET_IDLE | ((ch->pm_level > 0) ? 0 :
205 ATA_SC_DET_IDLE | val1 | ((ch->pm_level > 0) ? 0 :
H A Data-all.h137 #define ATA_SC_DET_IDLE 0x00000000 macro
/freebsd-13-stable/sys/powerpc/mpc85xx/
H A Dfsl_sata.h126 #define ATA_SC_DET_IDLE 0x00000000 macro
/freebsd-13-stable/usr.sbin/bhyve/
H A Dahci.h131 #define ATA_SC_DET_IDLE 0x00000000 macro
/freebsd-13-stable/sys/dev/siis/
H A Dsiis.h125 #define ATA_SC_DET_IDLE 0x00000000 macro
H A Dsiis.c1638 ATA_SC_DET_IDLE | val | ((ch->pm_level > 0) ? 0 :
/freebsd-13-stable/sys/dev/ahci/
H A Dahci.h128 #define ATA_SC_DET_IDLE 0x00000000 macro
H A Dahci.c2668 detval = ahci_ch_detval(ch, ATA_SC_DET_IDLE);

Completed in 145 milliseconds