Home
last modified time | relevance | path

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

/freebsd/sys/dev/ata/
H A Data-sata.c165 if ((val & ATA_SC_DET_MASK) == ATA_SC_DET_IDLE) { in ata_sata_phy_reset()
167 ATA_SC_DET_IDLE | ((ch->pm_level > 0) ? 0 : in ata_sata_phy_reset()
202 ATA_SC_DET_IDLE | val1 | ((ch->pm_level > 0) ? 0 : in ata_sata_phy_reset()
H A Data-all.h135 #define ATA_SC_DET_IDLE 0x00000000 macro
/freebsd/sys/powerpc/mpc85xx/
H A Dfsl_sata.h124 #define ATA_SC_DET_IDLE 0x00000000 macro
/freebsd/usr.sbin/bhyve/
H A Dahci.h129 #define ATA_SC_DET_IDLE 0x00000000 macro
/freebsd/sys/dev/siis/
H A Dsiis.h123 #define ATA_SC_DET_IDLE 0x00000000 macro
H A Dsiis.c1634 ATA_SC_DET_IDLE | val | ((ch->pm_level > 0) ? 0 : in siis_reset()
/freebsd/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); in ahci_sata_phy_reset()