Home
last modified time | relevance | path

Searched refs:bd_t (Results 1 – 25 of 43) sorted by relevance

12

/linux-2.4.37.9/arch/ppc/boot/simple/
Dembed_config.c30 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 …]
Dmisc-embedded.c72 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/
Dm8260_setup.c54 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()
Dppc4xx_setup.c93 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()
Dm8xx_setup.c55 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/
Doak_setup.c41 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()
Dep405.c65 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()
Dest8260.h24 } bd_t; typedef
26 extern bd_t m8xx_board_info;
Dbseip.h21 } bd_t; typedef
23 extern bd_t m8xx_board_info;
Drpx8260.h28 } bd_t; typedef
30 extern bd_t m8xx_board_info;
Dredwood5.c28 bd_t *bip = (bd_t *)__res; in board_setup_arch()
Drpxlite.h24 } bd_t; typedef
26 extern bd_t m8xx_board_info;
Drpxclassic.h24 } bd_t; typedef
26 extern bd_t m8xx_board_info;
Dcpci405.c69 bd_t *bip = (bd_t *) __res; in cpci405_early_serial_map()
Dredwood6.c117 bd_t *bip = (bd_t *) __res; in board_setup_arch()
Dsandpoint.c113 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()
Docotea.c58 unsigned char __res[sizeof (bd_t)];
258 bd_t *bip = (bd_t *) __res; in ocotea_setup_arch()
Doak.h58 } bd_t; typedef
Dredwood5.h35 } bd_t; typedef
Dep405.h29 } bd_t; typedef
Doak_setup.h26 extern unsigned char __res[sizeof(bd_t)];
Dredwood6.h56 } bd_t; typedef
Debony.c128 unsigned char __res[sizeof (bd_t)];
339 bd_t *bip = (bd_t *) __res; in ebony_setup_arch()
Dwalnut.h50 } bd_t; typedef
/linux-2.4.37.9/include/asm-ppc/
Dppcboot.h88 } bd_t; typedef

12