Searched refs:init (Results 1 - 23 of 23) sorted by relevance

/broadcom-cfe-1.4.2/cfe/hosttools/
H A Dmemconfig1480.c171 draminittab_t inittab[16]; /* our init tab */
689 uint64_t bcm1480_dram_init(draminittab_t *init,void *);
697 draminittab_t *init; local
768 init = &inittab[0];
771 init->gbl.gbl_type = MCR_GLOBALS;
772 init->gbl.gbl_intlv_ch = portintlv;
773 init++;
775 init->cfg.cfg_type = MCR_CHCFG;
776 init->cfg.cfg_chan = 0;
777 init
[all...]
H A Dmemconfig.c146 draminittab_t inittab[16]; /* our init tab */
626 draminittab_t *init; local
675 if (asmoutfile) printf("[Writing memory init sequence to file '%s']\n",fname);
711 init = &inittab[0];
714 init->gbl.gbl_type = MCR_GLOBALS;
715 init->gbl.gbl_intlv_ch = portintlv;
716 init++;
721 init->cfg.cfg_type = MCR_CHCFG;
722 init->cfg.cfg_chan = chidx;
723 init
[all...]
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/bcm1480/src/
H A Dbcm1480_draminit.c73 * CFE init sequence.
476 DRAM init routine. We round the initdata structure up to a 1K boundary,
727 * from the datasheets into the tables in the init modules.
1635 * Process a single init table entry and move data into the
1641 * init - pointer to current user init table entry
1820 * BCM1480_DRAM_READPARAMS(d,init)
1829 * init - pointer to user config table
1835 static void bcm1480_dram_readparams(initdata_t *d,const draminittab_t *init) argument
1847 while (init
4092 bcm1480_dram_init_real(const draminittab_t *init,initdata_t *d) argument
4398 xxbcm1480_draminit(const draminittab_t *init) argument
4485 bcm1480_dram_init(const draminittab_t *init,initdata_t *d) argument
[all...]
H A Dsb1_cpuinit.S242 # This is probably not the right init value for C0_COMPARE,
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/sb1250/src/
H A Dsb1250_draminit.c9 * This is the fancy new init module, written in "C".
76 * CFE init sequence.
432 DRAM init routine. We round the initdata structure up to a 1K boundary,
661 * from the datasheets into the tables in the init modules.
1293 * Default DRAM init table
1546 * Process a single init table entry and move data into the
1552 * init - pointer to current user init table entry
1720 * SB1250_DRAM_READPARAMS(d,init)
1729 * init
1735 sb1250_dram_readparams(initdata_t *d,const draminittab_t *init) argument
2949 sb1250_dram_init_real(const draminittab_t *init,initdata_t *d) argument
3257 xxsb1250_draminit(const draminittab_t *init) argument
3330 sb1250_dram_init(const draminittab_t *init,initdata_t *d) argument
[all...]
H A Dsb1_cpuinit.S241 # This is probably not the right init value for C0_COMPARE,
/broadcom-cfe-1.4.2/cfe/include/
H A Dcfe_mii.h56 int (*init)(cfe_mii_channel_t *chan); member in struct:cfe_mii_s
75 #define MII_INIT(chan) (chan)->ops->init(chan)
H A Dcfe_spi.h56 int (*init)(cfe_spi_channel_t *chan); member in struct:cfe_spi_s
77 #define SPI_INIT(chan) (chan)->ops->init(chan)
H A Dcfe_fileops.h67 #define BDINIT(ops,fsctx,name) (ops)->init((fsctx),(name))
84 int (*init)(void **fsctx,void *device); member in struct:fileio_dispatch_s
H A Dcfe_smbus.h58 int (*init)(cfe_smbus_channel_t *chan); member in struct:cfe_smbus_s
86 #define SMBUS_INIT(chan) (chan)->ops->init(chan)
/broadcom-cfe-1.4.2/build/broadcom/sim/
H A Druncfe_withnet26 --sim-wait-after-init \
43 --sim-wait-after-init
/broadcom-cfe-1.4.2/cfe/arch/ppc/board/mousse/src/
H A Dmousse_devs.c68 extern void mpc824x_pci_add_devices(int init); /* driver collection du jour */
/broadcom-cfe-1.4.2/cfe/arch/mips/board/bcm91125pcix/src/
H A Dbcm91125pcix_devs.c85 extern void pci_add_devices(int init); /* driver collection du jour */
249 * MACs - must init after environment, since the hw address is stored there
/broadcom-cfe-1.4.2/cfe/arch/mips/board/lausanne/src/
H A Dlausanne_devs.c73 extern void pci_add_devices(int init); /* driver collection du jour */
253 * MACs - must init after environment, since the hw address is stored there
/broadcom-cfe-1.4.2/cfe/arch/ppc/board/bcm98245cpci/src/
H A Dbmw_devs.c82 extern void cpci_add_devices(int init); /* driver collection du jour */
/broadcom-cfe-1.4.2/cfe/arch/mips/board/bcm91125e/src/
H A Dbcm91125e_devs.c85 extern void pci_add_devices(int init); /* driver collection du jour */
261 * MACs - must init after environment, since the hw address is stored there.
/broadcom-cfe-1.4.2/cfe/arch/mips/board/bcm91480b/src/
H A Dbcm91480b_devs.c73 extern void pci_add_devices(int init);
325 * MACs - must init after environment, since the hw address is stored there
/broadcom-cfe-1.4.2/cfe/arch/mips/board/bcm91480ht/src/
H A Dbcm91480ht_devs.c76 extern void pci_add_devices(int init);
338 * MACs - must init after environment, since the hw address is stored there
/broadcom-cfe-1.4.2/cfe/arch/mips/board/sentosa/src/
H A Dsentosa_devs.c80 extern void pci_add_devices(int init); /* driver collection du jour */
371 * MACs - must init after environment, since the hw address is stored there
/broadcom-cfe-1.4.2/cfe/arch/mips/board/swarm/src/
H A Dswarm_devs.c80 extern void pci_add_devices(int init); /* driver collection du jour */
440 * MACs - must init after environment, since the hw address is stored there
489 * VGA Console - try to init a VGA console, fall back to
/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/bcmsb/src/
H A Dsbmemc.S4 * SDRAM init module File: sbmemc.S
190 b init # No NVRAM
195 lw t0, 8(a2) # SDRAM init
202 init: label
226 andi a3,t0,MEMC_CONFIG_DDR # Low bit of init selects ddr or sdr
384 /* Do an init of the memc core for ddr
652 /* Do an init of the memc core for sdr
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/bcmcore/src/
H A Dbcmcore_cpuinit.S176 # This is probably not the right init value for C0_COMPARE,
/broadcom-cfe-1.4.2/cfe/arch/mips/common/src/
H A Dinit_mips.S4 * CPU init module File: init_mips.S
377 * The only CP0 init we do is to set K0 to cacheable
590 sub v0,v1,v0 # v0 = size of text+init+bss

Completed in 74 milliseconds