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

  /src/sys/arch/prep/prep/
machdep.c 105 uint32_t busfreq; variable in typeref:typename:uint32_t
172 busfreq = be32toh(vpd->ProcessorBusHz);
353 /* set the timebase frequency to 1/8th busfreq */
354 openpic_write(OPENPIC_TIMER_FREQ, busfreq/8);
machdep.c 105 uint32_t busfreq; variable in typeref:typename:uint32_t
172 busfreq = be32toh(vpd->ProcessorBusHz);
353 /* set the timebase frequency to 1/8th busfreq */
354 openpic_write(OPENPIC_TIMER_FREQ, busfreq/8);

Completed in 22 milliseconds