Searched refs:MC146818_BCD (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/mc146818/
H A Dmc146818var.h42 #define MC146818_BCD 0x0002 /* use BCD mode */ macro
H A Dmc146818.c90 sc->sc_regb |= (sc->sc_flag & MC146818_BCD) ? 0 : MC_REGB_BINARY;
130 #define FROMREG(x) ((sc->sc_flag & MC146818_BCD) ? FROMBCD(x) : (x))
210 #define TOREG(x) ((sc->sc_flag & MC146818_BCD) ? TOBCD(x) : (x))

Completed in 125 milliseconds