HomeSort by: relevance | last modified time | path
    Searched refs:PCLOCK (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/landisk/stand/boot/
boot.h 6 #ifndef PCLOCK
7 #define PCLOCK 33333333
delay.c 91 #define TICKS_PER_SEC (PCLOCK / TICK_PRESC)
scifcons.c 155 scif_brr_write(divrnd(PCLOCK, 32 * bps) - 1);
  /src/sys/arch/sh3/sh3/
clock.c 76 uint32_t pclock; /* PCLOCK */ member in struct:__anond973615f0108
82 #ifdef PCLOCK
83 .pclock = PCLOCK,
133 /* Set TMU channel 0 source to PCLOCK / 16 */
135 sh_clock.tmuclk = sh_clock.pclock / 16;
162 * Estimate PCLOCK
164 if (sh_clock.pclock == 0) {
167 /* set TMU channel 1 source to PCLOCK / 4 *
    [all...]

Completed in 12 milliseconds