sys/dev/ic/ahci.c
1037
ISSET(ahci_read(ap->ap_sc, AHCI_REG_CAP), AHCI_REG_CAP_SCLO)
sys/dev/ic/ahci.c
1560
!ISSET(ahci_read(ap->ap_sc, AHCI_REG_CAP), AHCI_REG_CAP_SPM)) {
sys/dev/ic/ahci.c
1612
cap = ahci_read(ap->ap_sc, AHCI_REG_CAP);
sys/dev/ic/ahci.c
194
sc->sc_cap = ahci_read(sc, AHCI_REG_CAP);
sys/dev/ic/ahci.c
374
ahci_write(sc, AHCI_REG_CAP, sc->sc_cap);
sys/dev/ic/ahci.c
410
cap = ahci_read(sc, AHCI_REG_CAP);
sys/dev/ic/ahci.c
429
ahci_write(sc, AHCI_REG_CAP, cap);
sys/dev/ic/ahci.c
972
if (!ISSET(ahci_read(sc, AHCI_REG_CAP), AHCI_REG_CAP_SCLO))