/linux-2.4.37.9/arch/ppc/boot/simple/ |
D | embed_config.c | 91 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 …]
|
D | m8xx_tty.c | 126 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/ |
D | m8xx_wdt.c | 89 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()
|
D | m8xx_setup.c | 140 fp = binfo->bi_intfreq / 16; in m8xx_calibrate_decr() 259 bp->bi_intfreq / 1000000, in m8xx_show_percpuinfo()
|
D | m8260_setup.c | 155 bp->bi_intfreq / 1000000, in m8260_show_percpuinfo()
|
D | ppc4xx_setup.c | 131 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/ |
D | ep405.h | 23 unsigned int bi_intfreq; /* Processor speed, in Hz */ member 33 #define bi_tbfreq bi_intfreq
|
D | walnut.h | 45 unsigned int bi_intfreq; /* Processor speed, in Hz */ member 54 #define bi_tbfreq bi_intfreq
|
D | redwood5.c | 43 bip->bi_intfreq, bip->bi_intfreq/ 1000000); in board_setup_arch()
|
D | oak_setup.c | 161 bp->bi_intfreq / 1000000, in oak_show_percpuinfo() 277 freq = bip->bi_intfreq; in oak_calibrate_decr()
|
D | redwood6.c | 130 bip->bi_intfreq, bip->bi_intfreq / 1000000); in board_setup_arch()
|
D | est8260.h | 16 unsigned int bi_intfreq; /* Internal Freq, in Hz */ member
|
D | bseip.h | 17 unsigned int bi_intfreq; /* Internal Freq, in Hz */ member
|
D | oak.h | 56 unsigned int bi_intfreq; /* Processor speed, in Hz */ member
|
D | redwood5.h | 30 unsigned int bi_intfreq; /* Processor speed, in Hz */ member
|
D | cpci405.h | 21 #define bi_tbfreq bi_intfreq
|
D | redwood6.h | 51 unsigned int bi_intfreq; /* Processor speed, in Hz */ member
|
D | rpx8260.h | 20 unsigned int bi_intfreq; /* Internal Freq, in Hz */ member
|
D | mbx.h | 25 unsigned int bi_intfreq; /* Internal Freq, in Hz */ member
|
D | rpxlite.h | 20 unsigned int bi_intfreq; /* Internal Freq, in Hz */ member
|
D | rpxclassic.h | 20 unsigned int bi_intfreq; /* Internal Freq, in Hz */ member
|
/linux-2.4.37.9/include/asm-ppc/ |
D | ppcboot.h | 62 unsigned long bi_intfreq; /* Internal Freq, in MHz */ member
|
/linux-2.4.37.9/arch/ppc/8xx_io/ |
D | commproc.c | 340 #define BRG_INT_CLK (((bd_t *)__res)->bi_intfreq)
|
D | fec.c | 1878 (( (bd->bi_intfreq + 500000) / 2500000 / 2 ) & 0x3F ) << 1; in fec_enet_init()
|