Home
last modified time | relevance | path

Searched refs:amr_type (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/amr/
HDamrvar.h242 int amr_type; member
244 #define AMR_IS_QUARTZ(sc) ((sc)->amr_type & AMR_TYPE_QUARTZ)
246 #define AMR_IS_40LD(sc) ((sc)->amr_type & AMR_TYPE_40LD)
248 #define AMR_IS_SG64(sc) ((sc)->amr_type & AMR_TYPE_SG64)
HDamr_pci.c206 sc->amr_type |= AMR_TYPE_QUARTZ; in amr_pci_attach()
212 sc->amr_type |= AMR_TYPE_SG64; in amr_pci_attach()
HDamr.c1000 sc->amr_type |= AMR_TYPE_40LD; in amr_query_controller()