Searched refs:AHCI_REG_CAP (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/sys/dev/ic/ |
| D | ahcireg.h | 21 #define AHCI_REG_CAP 0x000 /* HBA Capabilities */ macro
|
| D | ahci.c | 194 sc->sc_cap = ahci_read(sc, AHCI_REG_CAP); in ahci_attach() 374 ahci_write(sc, AHCI_REG_CAP, sc->sc_cap); in ahci_activate() 410 cap = ahci_read(sc, AHCI_REG_CAP); in ahci_init() 429 ahci_write(sc, AHCI_REG_CAP, cap); in ahci_init() 972 if (!ISSET(ahci_read(sc, AHCI_REG_CAP), AHCI_REG_CAP_SCLO)) in ahci_port_clo() 1037 ISSET(ahci_read(ap->ap_sc, AHCI_REG_CAP), AHCI_REG_CAP_SCLO) in ahci_port_softreset() 1560 !ISSET(ahci_read(ap->ap_sc, AHCI_REG_CAP), AHCI_REG_CAP_SPM)) { in ahci_port_detect_pmp() 1612 cap = ahci_read(ap->ap_sc, AHCI_REG_CAP); in ahci_port_detect_pmp()
|