Searched refs:bd_t (Results 26 - 50 of 78) sorted by relevance

1234

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/platforms/85xx/
H A Dtqm85xx.c67 unsigned char __res[sizeof (bd_t)];
99 bd_t *binfo = (bd_t *) __res;
202 bd_t *binfo = (bd_t *) __res;
236 bd_t *binfo = (bd_t *) __res;
333 sizeof (bd_t));
338 bd_t *binfo = (bd_t *) __re
[all...]
H A Dmpc85xx_cds_common.c65 unsigned char __res[sizeof (bd_t)];
104 bd_t *binfo = (bd_t *) __res;
148 bd_t *binfo = (bd_t *) __res;
402 bd_t *binfo = (bd_t *) __res;
520 sizeof (bd_t));
525 bd_t *binfo = (bd_t *) __re
[all...]
H A Dmpc8540_ads.c60 bd_t *binfo = (bd_t *) __res;
150 sizeof (bd_t));
154 bd_t *binfo = (bd_t *) __res;
H A Dmpc8560_ads.c131 bd_t *binfo = (bd_t *) __res;
258 sizeof (bd_t));
H A Dsbc8560.c99 bd_t *binfo = (bd_t *) __res;
177 sizeof (bd_t));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/platforms/
H A Dcpci690.h21 * Define bd_t to pass in the MAC addresses used by the GT64260's enet ctlrs.
28 } bd_t; typedef in typeref:struct:board_info
H A Dmpc866ads_setup.c256 bd_t *bd = (bd_t *) __res;
302 bd_t *bd = (bd_t *) __res;
343 bd_t *bd = (bd_t *) __res;
395 bd_t *bd = (bd_t *) __res;
H A Drpxclassic.h23 } bd_t; typedef in typeref:struct:bd_info
25 extern bd_t m8xx_board_info;
H A Dmpc885ads_setup.c262 bd_t *bd = (bd_t *) __res;
367 bd_t *bd = (bd_t *) __res;
411 bd_t *bd = (bd_t *) __res;
459 bd_t *bd = (bd_t *) __res;
H A Dmbx.h36 } bd_t; typedef in typeref:struct:bd_info
H A Dmpc8272ads_setup.c197 bd_t* bi = (void*)__res;
220 bd_t *bd = (bd_t *) __res;
349 bd_t *bd = (bd_t *) __res;
H A Dsandpoint.c106 unsigned char __res[sizeof(bd_t)];
308 bd_t *bp = (bd_t *)__res;
496 bd_t *bp = (bd_t *)__res;
665 /* ASSUMPTION: If both r3 (bd_t pointer) and r6 (cmdline pointer)
666 * are non-zero, then we should use the board info from the bd_t
671 * uses a bd_t board info structure, and the kernel boot wrapper,
676 memcpy( (void *)__res,(void *)(r3+KERNELBASE), sizeof(bd_t) );
H A Dlite5200.c42 bd_t __res;
178 /* Load the bd_t board info structure */
181 sizeof(bd_t));
H A Dsbc82xx.c31 extern unsigned char __res[sizeof(bd_t)];
241 __res[offsetof(bd_t, bi_enetaddr[5])] &= ~3;
H A Dkatana.c54 unsigned char __res[sizeof(bd_t)];
549 bd_t *bdp = (bd_t *)__res;
840 bd_t *bdp = (bd_t *)__res;
879 /* ASSUMPTION: If both r3 (bd_t pointer) and r6 (cmdline pointer)
880 * are non-zero, then we should use the board info from the bd_t
885 * uses a bd_t board info structure, and the kernel boot wrapper,
890 memcpy((void *)__res, (void *)(r3+KERNELBASE), sizeof(bd_t));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/syslib/
H A Dppc4xx_setup.c50 bd_t __res;
90 bd_t *bip = &__res;
166 bd_t *bip = &__res;
235 __res = *(bd_t *)(r3 + KERNELBASE);
H A Dm8xx_wdt.c52 void __init m8xx_wdt_install_irq(volatile immap_t *imap, bd_t *binfo)
105 void __init m8xx_wdt_handler_install(bd_t * binfo)
H A Dibm44x_common.c34 bd_t __res;
166 __res = *(bd_t *)(r3 + KERNELBASE);
H A Dcpm2_common.c69 #define BRG_INT_CLK (((bd_t *)__res)->bi_brgfreq)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/boot/
H A Dppcboot.h104 } bd_t; typedef in typeref:struct:bd_info
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-ppc/
H A Dppcboot.h97 } bd_t; typedef in typeref:struct:bd_info
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/boot/simple/
H A Dopenbios.c44 bd_t hold_resid_buf __attribute__ ((__section__ (".data.boot")));
45 bd_t *hold_residual = &hold_resid_buf;
H A Dpibs.c19 bd_t hold_resid_buf __attribute__ ((__section__ (".data.boot")));
20 bd_t *hold_residual = &hold_resid_buf;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/platforms/4xx/
H A Dredwood6.c98 bd_t *bip = (bd_t *) __res;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/fec_8xx/
H A Dfec_8xx-netta.c76 bd_t *bd = (bd_t *) __res;

Completed in 81 milliseconds

1234