Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/mpc85xx/
H A Dfsl_sata.h90 #define ATA_SS_SPD_MASK 0x000000f0 macro
H A Dfsl_sata.c1793 status = ATA_INL(ch->r_mem, FSL_SATA_P_SSTS) & ATA_SS_SPD_MASK; in fsl_sataaction()
/freebsd/sys/dev/ata/
H A Data-sata.c71 ((status & ATA_SS_SPD_MASK) != ATA_SS_SPD_NO_SPEED) && in ata_sata_phy_check_events()
120 ((status & ATA_SS_SPD_MASK) != ATA_SS_SPD_NO_SPEED) && in ata_sata_connect()
H A Data-all.h103 #define ATA_SS_SPD_MASK 0x000000f0 macro
/freebsd/usr.sbin/bhyve/
H A Dahci.h95 #define ATA_SS_SPD_MASK 0x000000f0 macro
H A Dpci_ahci.c1069 ata_ident->satacapabilities2 = ((p->ssts & ATA_SS_SPD_MASK) >> 3); in ata_identify_init()
1130 (p->ssts & ATA_SS_SPD_MASK) >> 3); in ata_identify_init()
/freebsd/sys/dev/siis/
H A Dsiis.h91 #define ATA_SS_SPD_MASK 0x000000f0 macro
H A Dsiis.c817 ((status & ATA_SS_SPD_MASK) != ATA_SS_SPD_NO_SPEED) && in siis_phy_check_events()
1755 ((status & ATA_SS_SPD_MASK) != ATA_SS_SPD_NO_SPEED) && in siis_sata_connect()
1897 status = ATA_INL(ch->r_mem, SIIS_P_SSTS) & ATA_SS_SPD_MASK; in siisaction()
/freebsd/sys/dev/ahci/
H A Dahci.h92 #define ATA_SS_SPD_MASK 0x000000f0 macro
H A Dahci.c2618 ((status & ATA_SS_SPD_MASK) != ATA_SS_SPD_NO_SPEED) && in ahci_sata_connect()
2795 status = ATA_INL(ch->r_mem, AHCI_P_SSTS) & ATA_SS_SPD_MASK; in ahciaction()