Home
last modified time | relevance | path

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

/original-bsd/sys/sparc/sbus/
H A Despreg.h192 #define ESPTIMO_REGVAL(timo_ms, ccf, mhz) \ argument
193 howmany(1000 * (timo_ms), ((ccf) * 7682) / (mhz))
/original-bsd/sys/pmax/dev/
H A Dascreg.h237 #define ASC_TIMEOUT_250(clk, ccf) (((clk) * 31) / (ccf)) argument
H A Dasc.c391 int ccf; /* CCF, whatever that really is? */ member
484 asc->ccf = ASC_CCF(25);
485 asc->timeout_250 = ASC_TIMEOUT_250(25, asc->ccf);
493 asc->ccf = ASC_CCF(13);
494 asc->timeout_250 = ASC_TIMEOUT_250(13, asc->ccf);
597 regs->asc_ccf = asc->ccf;