Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/amr/
H A Damrvar.h247 #define AMR_TYPE_QUARTZ (1<<0) macro
248 #define AMR_IS_QUARTZ(sc) ((sc)->amr_type & AMR_TYPE_QUARTZ)
H A Damr_pci.c216 sc->amr_type |= AMR_TYPE_QUARTZ; in amr_pci_attach()