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

  /src/sys/arch/evbmips/sbmips/
cpu.c 92 int plldiv; local in function:cpu_attach
107 plldiv = G_SYS_PLL_DIV(READ_REG(MIPS_PHYS_TO_KSEG1(A_SCD_SYSTEM_CFG)));
108 if (plldiv == 0) {
110 plldiv = 6;
117 ci->ci_cpu_freq = 50000000 * plldiv;
cpu.c 92 int plldiv; local in function:cpu_attach
107 plldiv = G_SYS_PLL_DIV(READ_REG(MIPS_PHYS_TO_KSEG1(A_SCD_SYSTEM_CFG)));
108 if (plldiv == 0) {
110 plldiv = 6;
117 ci->ci_cpu_freq = 50000000 * plldiv;
  /src/sys/arch/sbmips/sbmips/
cpu.c 91 int plldiv; local in function:cpu_attach
106 plldiv = G_SYS_PLL_DIV(READ_REG(MIPS_PHYS_TO_KSEG1(A_SCD_SYSTEM_CFG)));
107 if (plldiv == 0) {
109 plldiv = 6;
116 ci->ci_cpu_freq = 50000000 * plldiv;
cpu.c 91 int plldiv; local in function:cpu_attach
106 plldiv = G_SYS_PLL_DIV(READ_REG(MIPS_PHYS_TO_KSEG1(A_SCD_SYSTEM_CFG)));
107 if (plldiv == 0) {
109 plldiv = 6;
116 ci->ci_cpu_freq = 50000000 * plldiv;

Completed in 24 milliseconds