Home
last modified time | relevance | path

Searched refs:AHCI_CAP_CLO (Results 1 – 2 of 2) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dahcisatareg.h121 #define AHCI_CAP_CLO 0x01000000 /* Command list override */ macro
H A Dahcisata_core.c698 if ((sc->sc_ahci_cap & AHCI_CAP_CLO) == AHCI_CAP_CLO) { in ahci_do_reset_drive()
806 (sc->sc_ahci_cap & AHCI_CAP_CLO) ? 1 : 0); in ahci_do_reset_drive()
832 (sc->sc_ahci_cap & AHCI_CAP_CLO) ? 1 : 0); in ahci_reset_channel()
1405 KASSERT(sc->sc_ahci_cap & AHCI_CAP_CLO); in ahci_channel_start()