Home
last modified time | relevance | path

Searched refs:AHCI_CAP2_SDS (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/bhyve/
H A Dahci.h214 #define AHCI_CAP2_SDS 0x00000008 macro
/freebsd/sys/dev/ahci/
H A Dahci.h211 #define AHCI_CAP2_SDS 0x00000008 macro
H A Dahci.c350 (ctlr->caps2 & AHCI_CAP2_SDS) ? " SDS":"", in ahci_attach()
859 if (ch->caps2 & AHCI_CAP2_SDS) in ahci_ch_attach()