Home
last modified time | relevance | path

Searched refs:ATA_SS_DET_PHY_ONLINE (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/powerpc/mpc85xx/
H A Dfsl_sata.h87 #define ATA_SS_DET_PHY_ONLINE 0x00000003 macro
/freebsd/sys/dev/ata/
H A Data-sata.c70 } else if (((status & ATA_SS_DET_MASK) == ATA_SS_DET_PHY_ONLINE) && in ata_sata_phy_check_events()
119 if (((status & ATA_SS_DET_MASK) == ATA_SS_DET_PHY_ONLINE) && in ata_sata_connect()
H A Data-all.h100 #define ATA_SS_DET_PHY_ONLINE 0x00000003 macro
/freebsd/usr.sbin/bhyve/
H A Dahci.h92 #define ATA_SS_DET_PHY_ONLINE 0x00000003 macro
H A Dpci_ahci.c541 pr->ssts = ATA_SS_DET_PHY_ONLINE | ATA_SS_IPM_ACTIVE; in ahci_port_reset()
/freebsd/sys/dev/siis/
H A Dsiis.h88 #define ATA_SS_DET_PHY_ONLINE 0x00000003 macro
H A Dsiis.c813 if (((status & ATA_SS_DET_MASK) == ATA_SS_DET_PHY_ONLINE) && in siis_phy_check_events()
1751 if (((status & ATA_SS_DET_MASK) == ATA_SS_DET_PHY_ONLINE) && in siis_sata_connect()
/freebsd/sys/dev/ahci/
H A Dahci.h89 #define ATA_SS_DET_PHY_ONLINE 0x00000003 macro
H A Dahci.c2615 if (((status & ATA_SS_DET_MASK) == ATA_SS_DET_PHY_ONLINE) && in ahci_sata_connect()