Home | History | Annotate | Download | only in mpcsa

Lines Matching defs:bootconfig

118 #include <machine/bootconfig.h>
159 BootConfig bootconfig; /* Boot config storage */
280 /* Fake bootconfig structure for the benefit of pmap.c */
282 bootconfig.dramblocks = 1;
283 bootconfig.dram[0].address = 0x20000000UL;
284 bootconfig.dram[0].pages = 0x04000000UL / PAGE_SIZE;
285 sp = at91bus_setup(&bootconfig);
304 for (i = 0; i < bootconfig.dramblocks; i++) {
305 mpcsa_dma_ranges[i].dr_sysbase = bootconfig.dram[i].address;
306 mpcsa_dma_ranges[i].dr_busbase = bootconfig.dram[i].address;
307 mpcsa_dma_ranges[i].dr_len = bootconfig.dram[i].pages *
314 dmat->_nranges = bootconfig.dramblocks;