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

/freebsd-10.3-release/sys/dev/ic/
H A Dcd180.h43 #define CD180_PPRL 0x71 /* Prescaler Period Register LSB */ macro
/freebsd-10.3-release/sys/dev/rc/
H A Drc.c272 rcout(sc, CD180_PPRL, 0x22); /* Random values to Prescale reg. */
274 if (rcin(sc, CD180_PPRL) != 0x22 || rcin(sc, CD180_PPRH) != 0x11)
854 rcout(sc, CD180_PPRL, ((RC_OSCFREQ + 999) / 1000) & 0xFF);

Completed in 108 milliseconds