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

  /src/sys/arch/hpc/stand/
Makefile 67 rm -f hpc_stand.vcb hpc_stand.vcw hpc_stand.vco
68 rm -f hpcboot/HPCBOOT.vcb hpcboot/HPCBOOT.VCW hpcboot/HPCBOOT.VCO
  /src/sys/dev/pci/
pm3fb.c 1296 unsigned long feedback, prescale, postscale, IntRef, VCO, out_freq, diff, VCOlow, VCOhigh, bdiff = 1000000;
1303 * prescale produce an VCO outside the acceptable range
1350 VCO = (2 * PM3_EXT_CLOCK_FREQ * feedback) / prescale;
1351 if (VCO >= PM3_VCO_FREQ_MIN && VCO <= PM3_VCO_FREQ_MAX) {
1352 out_freq = VCO / (1UL << postscale);

Completed in 13 milliseconds