Searched refs:AHCI_REG_CAP_ISS (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/sys/dev/ic/ | ||
| D | ahcireg.h | 34 #define AHCI_REG_CAP_ISS (0xf<<20) /* Interface Speed Support */ macro |
| D | ahci.c | 200 switch (sc->sc_cap & AHCI_REG_CAP_ISS) { in ahci_attach() |