Searched refs:AHCI_CAP (Results 1 – 5 of 5) sorted by relevance
106 cap = AHCI_READ(sc, AHCI_CAP); in ahcisata_acpi_attach()
104 #define AHCI_CAP 0x00 /* HBA capabilities */ macro
177 AHCI_WRITE(sc, AHCI_CAP, sc->sc_init_data.cap); in ahci_reset()269 sc->sc_init_data.cap = AHCI_READ(sc, AHCI_CAP); in ahci_attach()287 sc->sc_ahci_cap = AHCI_READ(sc, AHCI_CAP); in ahci_attach()
461 ahci_cap = AHCI_READ(sc, AHCI_CAP); in jmahci_attach()
432 ahci_cap_64bit = (AHCI_READ(sc, AHCI_CAP) & AHCI_CAP_64BIT) != 0; in ahci_pci_attach()