Home
last modified time | relevance | path

Searched refs:AHCI_REG_CAP_NP (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/disk/ahci/
H A Dahci_attach.c454 AHCI_REG_CAP_NP(cap), sc->sc_ncmds, gen); in ahci_pci_attach()
462 AHCI_REG_CAP_NP(cap), sc->sc_ncmds, gen); in ahci_pci_attach()
H A Dahci.h46 #define AHCI_REG_CAP_NP(_r) (((_r) & 0x1f)+1) /* Number of Ports */ macro