Home
last modified time | relevance | path

Searched refs:AHCI_CAP_SSS (Results 1 – 5 of 5) sorted by relevance

/src/usr.sbin/bhyve/
H A Dahci.h170 #define AHCI_CAP_SSS 0x08000000 macro
H A Dpci_ahci.c2587 AHCI_CAP_SMPS | AHCI_CAP_SSS | AHCI_CAP_SALP | in pci_ahci_init()
/src/sys/arm/freescale/imx/
H A Dimx6_ahci.c308 ATA_OUTL(ctlr->r_mem, AHCI_CAP, v | AHCI_CAP_SSS); in imx6_ahci_attach()
/src/sys/dev/ahci/
H A Dahci.h167 #define AHCI_CAP_SSS 0x08000000 macro
H A Dahci.c327 (ctlr->caps & AHCI_CAP_SSS) ? " SS":"", in ahci_attach()
2680 if (ch->caps & AHCI_CAP_SSS) { in ahci_sata_phy_reset()