/linux-2.4.37.9/arch/ppc/boot/simple/ |
D | embed_config.c | 30 static bd_t bdinfo; 51 embed_config(bd_t **bdp) in embed_config() 56 bd_t *bd; in embed_config() 141 rpx_eth(bd_t *bd, u_char *cp) in rpx_eth() 170 rpx_brate(bd_t *bd, u_char *cp) in rpx_brate() 186 rpx_cpuspeed(bd_t *bd, u_char *cp) in rpx_cpuspeed() 223 rpx_memsize(bd_t *bd, u_char *cp) in rpx_memsize() 246 embed_config(bd_t **bdp) in embed_config() 249 bd_t *bd; in embed_config() 327 embed_config(bd_t **bdp) in embed_config() [all …]
|
D | misc-embedded.c | 72 bd_t hold_resid_buf __attribute__ ((__section__ (".data.boot"))); 73 bd_t *hold_residual = &hold_resid_buf; 75 extern unsigned long serial_init(int chan, bd_t *bp); 80 extern void embed_config(bd_t **bp); 86 embed_config(bd_t **bdp) in embed_config() 92 bd_t *bp) in load_kernel() 110 memcpy(hold_residual,bp,sizeof(bd_t)); in load_kernel() 129 puthex((unsigned long)((unsigned long)bp + sizeof(bd_t))); in load_kernel() 133 puthex((unsigned long)((unsigned long)hold_residual + sizeof(bd_t))); in load_kernel()
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | m8260_setup.c | 54 unsigned char __res[sizeof(bd_t)]; 82 bd_t *binfo = (bd_t *)__res; in m8260_calibrate_decr() 115 extern void m8260_gorom(bd_t *bi, uint addr); in m8260_restart() 148 bd_t *bp; in m8260_show_percpuinfo() 150 bp = (bd_t *)__res; in m8260_show_percpuinfo() 196 bd_t *binfo; in m8260_find_end_of_memory() 199 binfo = (bd_t *)__res; in m8260_find_end_of_memory() 223 memcpy( (void *)__res,(void *)(r3+KERNELBASE), sizeof(bd_t) ); in platform_init()
|
D | ppc4xx_setup.c | 93 unsigned char __res[sizeof (bd_t)]; 129 bd_t *bip = (bd_t *) __res; in ppc4xx_show_percpuinfo() 143 bd_t *bip = (bd_t *) __res; in ppc4xx_show_cpuinfo() 162 bd_t *bip = (bd_t *) __res; in ppc4xx_find_end_of_memory() 236 bd_t *bip = (bd_t *) __res; in ppc4xx_calibrate_decr() 342 sizeof (bd_t)); in platform_init()
|
D | m8xx_setup.c | 55 unsigned char __res[sizeof(bd_t)]; 61 extern void m8xx_wdt_handler_install(bd_t *bp); 127 bd_t *binfo = (bd_t *)__res; in m8xx_calibrate_decr() 253 bd_t *bp; in m8xx_show_percpuinfo() 255 bp = (bd_t *)__res; in m8xx_show_percpuinfo() 313 bd_t *binfo; in m8xx_find_end_of_memory() 316 binfo = (bd_t *)__res; in m8xx_find_end_of_memory() 365 memcpy( (void *)__res,(void *)(r3+KERNELBASE), sizeof(bd_t) ); in platform_init()
|
/linux-2.4.37.9/arch/ppc/platforms/ |
D | oak_setup.c | 41 unsigned char __res[sizeof(bd_t)]; 79 memcpy((void *)__res, (void *)(r3 + KERNELBASE), sizeof(bd_t)); in platform_init() 157 bd_t *bp = (bd_t *)__res; in oak_show_percpuinfo() 275 bd_t *bip = (bd_t *)__res; in oak_calibrate_decr()
|
D | ep405.c | 65 bd_t *bip = (bd_t *) __res; in board_setup_arch() 145 bd_t *bip = (bd_t *) __res; in board_io_mapping() 180 bd_t *bip = (bd_t *) __res; in board_init()
|
D | est8260.h | 24 } bd_t; typedef 26 extern bd_t m8xx_board_info;
|
D | bseip.h | 21 } bd_t; typedef 23 extern bd_t m8xx_board_info;
|
D | rpx8260.h | 28 } bd_t; typedef 30 extern bd_t m8xx_board_info;
|
D | redwood5.c | 28 bd_t *bip = (bd_t *)__res; in board_setup_arch()
|
D | rpxlite.h | 24 } bd_t; typedef 26 extern bd_t m8xx_board_info;
|
D | rpxclassic.h | 24 } bd_t; typedef 26 extern bd_t m8xx_board_info;
|
D | cpci405.c | 69 bd_t *bip = (bd_t *) __res; in cpci405_early_serial_map()
|
D | redwood6.c | 117 bd_t *bip = (bd_t *) __res; in board_setup_arch()
|
D | sandpoint.c | 113 unsigned char __res[sizeof (bd_t)]; 472 bd_t *bp = (bd_t *) __res; in sandpoint_find_end_of_memory() 669 sizeof (bd_t)); in platform_init()
|
D | ocotea.c | 58 unsigned char __res[sizeof (bd_t)]; 258 bd_t *bip = (bd_t *) __res; in ocotea_setup_arch()
|
D | oak.h | 58 } bd_t; typedef
|
D | redwood5.h | 35 } bd_t; typedef
|
D | ep405.h | 29 } bd_t; typedef
|
D | oak_setup.h | 26 extern unsigned char __res[sizeof(bd_t)];
|
D | redwood6.h | 56 } bd_t; typedef
|
D | ebony.c | 128 unsigned char __res[sizeof (bd_t)]; 339 bd_t *bip = (bd_t *) __res; in ebony_setup_arch()
|
D | walnut.h | 50 } bd_t; typedef
|
/linux-2.4.37.9/include/asm-ppc/ |
D | ppcboot.h | 88 } bd_t; typedef
|