Searched refs:AMR_IS_QUARTZ (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/amr/
H A Damr_pci.c222 rtype = AMR_IS_QUARTZ(sc) ? SYS_RES_MEMORY : SYS_RES_IOPORT;
519 AMR_IS_QUARTZ(sc) ? SYS_RES_MEMORY : SYS_RES_IOPORT,
H A Damrvar.h244 #define AMR_IS_QUARTZ(sc) ((sc)->amr_type & AMR_TYPE_QUARTZ) macro
H A Damr.c210 if (AMR_IS_QUARTZ(sc)) {
223 if ((AMR_IS_QUARTZ(sc) ? amr_quartz_init(sc) : amr_std_init(sc)))

Completed in 81 milliseconds