HomeSort by: relevance | last modified time | path
    Searched refs:AHCI_VS_MNR (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
ahcisatareg.h 147 #define AHCI_VS_MNR(v) ((unsigned int)__SHIFTOUT(v, __BITS(15, 8)) * 10 + (unsigned int)__SHIFTOUT(v, __BITS(7, 0) * 1))
ahcisata_core.c 274 (AHCI_VS_MJR(ahci_rev) == 1 && AHCI_VS_MNR(ahci_rev) >= 20)) {
329 AHCI_VS_MJR(ahci_rev), AHCI_VS_MNR(ahci_rev),

Completed in 13 milliseconds