HomeSort by: relevance | last modified time | path
    Searched refs:AHCI_CAP_CLO (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
ahcisatareg.h 121 #define AHCI_CAP_CLO 0x01000000 /* Command list override */
ahcisata_core.c 857 if ((sc->sc_ahci_cap & AHCI_CAP_CLO) == AHCI_CAP_CLO) {
908 if ((sc->sc_ahci_cap & AHCI_CAP_CLO) == 0 && noclo_retry == 0) {
988 (sc->sc_ahci_cap & AHCI_CAP_CLO) ? 1 : 0);
1013 (sc->sc_ahci_cap & AHCI_CAP_CLO) ? 1 : 0);
1651 KASSERT(sc->sc_ahci_cap & AHCI_CAP_CLO);
1654 /* wait 1s for AHCI_CAP_CLO to clear */
1746 (sc->sc_ahci_cap & AHCI_CAP_CLO) ? 1 : 0);

Completed in 15 milliseconds