sys/dev/ic/ahci.c
1037
ISSET(ahci_read(ap->ap_sc, AHCI_REG_CAP), AHCI_REG_CAP_SCLO)
sys/dev/ic/ahci.c
123
u_int32_t ahci_read(struct ahci_softc *, bus_size_t);
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
2010
is = ahci_read(sc, AHCI_REG_IS);
sys/dev/ic/ahci.c
219
ahci_read(sc, AHCI_REG_CAP2), AHCI_FMT_CAP2);
sys/dev/ic/ahci.c
223
pi = ahci_read(sc, AHCI_REG_PI);
sys/dev/ic/ahci.c
235
ccc_ctl = ahci_read(sc, AHCI_REG_CCC_CTL);
sys/dev/ic/ahci.c
2723
if ((ahci_read(sc, r) & mask) != target)
sys/dev/ic/ahci.c
325
ahci_write(sc, AHCI_REG_IS, ahci_read(sc, AHCI_REG_IS));
sys/dev/ic/ahci.c
406
DPRINTF(AHCI_D_VERBOSE, " GHC 0x%b", ahci_read(sc, AHCI_REG_GHC),
sys/dev/ic/ahci.c
410
cap = ahci_read(sc, AHCI_REG_CAP);
sys/dev/ic/ahci.c
413
pi = ahci_read(sc, AHCI_REG_PI);
sys/dev/ic/ahci.c
415
if (ISSET(AHCI_REG_GHC_AE, ahci_read(sc, AHCI_REG_GHC))) {
sys/dev/ic/ahci.c
433
reg = ahci_read(sc, AHCI_REG_VS);
sys/dev/ic/ahci.c
972
if (!ISSET(ahci_read(sc, AHCI_REG_CAP), AHCI_REG_CAP_SCLO))