HomeSort by: relevance | last modified time | path
    Searched defs:tc1 (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/libedit/
Makefile 80 CLEANFILES+=help.h.tmp vi.h.tmp tc1.o tc1 .depend
130 tc1.o: ${LIBEDITDIR}/TEST/tc1.c
132 tc1: libedit.a tc1.o target
  /src/sys/arch/mvme68k/dev/
clock_pcc.c 160 uint16_t tc1, tc2; local in function:clock_pcc_getcount
174 tc1 = pcc_reg_read16(sys_pcc, PCCREG_TMR1_COUNT);
177 if (tc1 > tc2) {
179 tc1 = tc2;
184 cnt += (tc1 - clock_pcc_reload) +
  /src/sys/dev/mvme/
clock_pcctwo.c 164 uint32_t tc1, tc2; local in function:clock_pcctwo_getcount
178 tc1 = pcc2_reg_read32(sys_pcctwo, PCC2REG_TIMER1_COUNTER);
181 if (tc1 > tc2) {
183 tc1 = tc2;
188 cnt += tc1 + (PCCTWO_TIMERFREQ / 100) * PCCTWO_TT_CTRL_OVF(cr);
  /src/sys/arch/epoc32/windermere/
windermere.c 245 volatile uint32_t *tc1, *tc2; local in function:windermere_initclocks
248 tc1 =
253 /* set clock to TC1 */
254 ctrl = TC_READ(tc1, TC_CTRL);
256 TC_WRITE(tc1, TC_CTRL, ctrl);
257 TC_WRITE(tc1, TC_LOAD, 512 * 1000 / hz - 1); /* 512kHz / hz - 1 */
272 volatile uint32_t *tc1; local in function:windermere_clockintr
274 tc1 =
276 TC_WRITE(tc1, TC_EOI, EOI_EOI);
  /src/sys/dev/acpi/
acpi_tz.c 91 uint32_t tc1; member in struct:acpitz_zone
533 (void)acpitz_get_integer(dv, "_TC1", &sc->sc_zone.tc1);
  /src/sys/arch/mac68k/dev/
zs.c 504 int i, tc, tc0 = 0, tc1, s, sf = 0; local in function:zs_set_speed
525 tc1 = BPS_TO_TCONST(xcs->cs_clocks[i].clk >> 4, bps);
526 if (tc1 >= 0) {
527 rate1 = TCONST_TO_BPS(xcs->cs_clocks[i].clk >> 4, tc1);
533 tc0 = tc1;
552 tc1 = ZSWR4_CLK_X1;
556 tc1 = ZSWR4_CLK_X16;
560 tc1 = ZSWR4_CLK_X32;
564 tc1 = ZSWR4_CLK_X64;
572 tc0 = tc1;
    [all...]
  /src/sys/arch/macppc/dev/
zs.c 568 int i, tc, tc0 = 0, tc1, s, sf = 0; local in function:zs_set_speed
589 tc1 = BPS_TO_TCONST(xcs->cs_clocks[i].clk >> 4, bps);
590 if (tc1 >= 0) {
591 rate1 = TCONST_TO_BPS(xcs->cs_clocks[i].clk >> 4, tc1);
597 tc0 = tc1;
616 tc1 = ZSWR4_CLK_X1;
620 tc1 = ZSWR4_CLK_X16;
624 tc1 = ZSWR4_CLK_X32;
628 tc1 = ZSWR4_CLK_X64;
636 tc0 = tc1;
    [all...]

Completed in 478 milliseconds