Home
last modified time | relevance | path

Searched refs:bi_intfreq (Results 1 – 24 of 24) sorted by relevance

/linux-2.4.37.9/arch/ppc/boot/simple/
Dembed_config.c91 bd->bi_intfreq *= 1000000; in embed_config()
210 bd->bi_intfreq = bd->bi_busfreq = num * 1000000; in rpx_cpuspeed()
314 bd->bi_intfreq = 48000000; in embed_config()
352 bd->bi_intfreq = 48000000; in embed_config()
383 bd->bi_intfreq = 48000000; in embed_config()
445 bd->bi_intfreq = 200000000; in embed_config()
454 bd->bi_intfreq *= 1000000; in embed_config()
490 bd->bi_intfreq = 133000000; in embed_config()
582 bd->bi_intfreq = 200000000; in embed_config()
609 bd->bi_intfreq = 200000000; in embed_config()
[all …]
Dm8xx_tty.c126 ui = bd->bi_intfreq / 16 / bd->bi_baudrate;
195 (((bd->bi_intfreq/16) / 9600) << 1) | CPM_BRG_EN;
/linux-2.4.37.9/arch/ppc/kernel/
Dm8xx_wdt.c89 pitc = wdt_timeout / binfo->bi_intfreq * pitrtclk / 2; in m8xx_wdt_handler_install()
91 pitc = pitrtclk * wdt_timeout / binfo->bi_intfreq / 2; in m8xx_wdt_handler_install()
103 wdt_timeout /= binfo->bi_intfreq; in m8xx_wdt_handler_install()
Dm8xx_setup.c140 fp = binfo->bi_intfreq / 16; in m8xx_calibrate_decr()
259 bp->bi_intfreq / 1000000, in m8xx_show_percpuinfo()
Dm8260_setup.c155 bp->bi_intfreq / 1000000, in m8260_show_percpuinfo()
Dppc4xx_setup.c131 seq_printf(m, "clock\t\t: %ldMHz\n", (long) bip->bi_intfreq / 1000000); in ppc4xx_show_percpuinfo()
/linux-2.4.37.9/arch/ppc/platforms/
Dep405.h23 unsigned int bi_intfreq; /* Processor speed, in Hz */ member
33 #define bi_tbfreq bi_intfreq
Dwalnut.h45 unsigned int bi_intfreq; /* Processor speed, in Hz */ member
54 #define bi_tbfreq bi_intfreq
Dredwood5.c43 bip->bi_intfreq, bip->bi_intfreq/ 1000000); in board_setup_arch()
Doak_setup.c161 bp->bi_intfreq / 1000000, in oak_show_percpuinfo()
277 freq = bip->bi_intfreq; in oak_calibrate_decr()
Dredwood6.c130 bip->bi_intfreq, bip->bi_intfreq / 1000000); in board_setup_arch()
Dest8260.h16 unsigned int bi_intfreq; /* Internal Freq, in Hz */ member
Dbseip.h17 unsigned int bi_intfreq; /* Internal Freq, in Hz */ member
Doak.h56 unsigned int bi_intfreq; /* Processor speed, in Hz */ member
Dredwood5.h30 unsigned int bi_intfreq; /* Processor speed, in Hz */ member
Dcpci405.h21 #define bi_tbfreq bi_intfreq
Dredwood6.h51 unsigned int bi_intfreq; /* Processor speed, in Hz */ member
Drpx8260.h20 unsigned int bi_intfreq; /* Internal Freq, in Hz */ member
Dmbx.h25 unsigned int bi_intfreq; /* Internal Freq, in Hz */ member
Drpxlite.h20 unsigned int bi_intfreq; /* Internal Freq, in Hz */ member
Drpxclassic.h20 unsigned int bi_intfreq; /* Internal Freq, in Hz */ member
/linux-2.4.37.9/include/asm-ppc/
Dppcboot.h62 unsigned long bi_intfreq; /* Internal Freq, in MHz */ member
/linux-2.4.37.9/arch/ppc/8xx_io/
Dcommproc.c340 #define BRG_INT_CLK (((bd_t *)__res)->bi_intfreq)
Dfec.c1878 (( (bd->bi_intfreq + 500000) / 2500000 / 2 ) & 0x3F ) << 1; in fec_enet_init()