Home
last modified time | relevance | path

Searched refs:ATA_SS_DET_NO_DEVICE (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/powerpc/mpc85xx/
H A Dfsl_sata.h85 #define ATA_SS_DET_NO_DEVICE 0x00000000 macro
H A Dfsl_sata.c683 if ((status & ATA_SS_DET_MASK) != ATA_SS_DET_NO_DEVICE) in fsl_sata_phy_check_events()
/freebsd/usr.sbin/bhyve/
H A Dahci.h90 #define ATA_SS_DET_NO_DEVICE 0x00000000 macro
H A Dpci_ahci.c539 pr->ssts = ATA_SS_DET_NO_DEVICE; in ahci_port_reset()
/freebsd/sys/dev/siis/
H A Dsiis.h86 #define ATA_SS_DET_NO_DEVICE 0x00000000 macro
H A Dsiis.c1749 if ((status & ATA_SS_DET_MASK) != ATA_SS_DET_NO_DEVICE) in siis_sata_connect()
/freebsd/sys/dev/ahci/
H A Dahci.h87 #define ATA_SS_DET_NO_DEVICE 0x00000000 macro
H A Dahci.c1226 if ((status & ATA_SS_DET_MASK) != ATA_SS_DET_NO_DEVICE) in ahci_phy_check_events()
2613 if ((status & ATA_SS_DET_MASK) != ATA_SS_DET_NO_DEVICE) in ahci_sata_connect()
/freebsd/sys/dev/ata/
H A Data-all.h98 #define ATA_SS_DET_NO_DEVICE 0x00000000 macro
/freebsd/sys/dev/ata/chipsets/
H A Data-via.c492 if (*result != ATA_SS_DET_NO_DEVICE) { in ata_via_sata_scr_read()