Searched refs:dram (Results 26 - 50 of 59) sorted by relevance

123

/netbsd-current/sys/arch/hpcarm/hpcarm/
H A Dnetbookpro_machdep.c117 bootconfig.dram[0].pages = 32768; /* 128MiB */
/netbsd-current/sys/arch/netwinder/netwinder/
H A Dnetwinder_machdep.c448 bootconfig.dram[0].address = 0;
449 bootconfig.dram[0].pages = nwbootinfo.bi_nrpages;
459 physical_start = bootconfig.dram[0].address;
460 physical_end = physical_start + (bootconfig.dram[0].pages * PAGE_SIZE);
740 paddr_t start = (paddr_t)bootconfig.dram[loop].address;
741 paddr_t end = start + (bootconfig.dram[loop].pages * PAGE_SIZE);
/netbsd-current/sys/arch/evbarm/imx31/
H A Dimx31lk_machdep.c385 bootconfig.dram[0].address = MEMSTART;
386 bootconfig.dram[0].pages = MEMSIZE / PAGE_SIZE;
401 physical_start = bootconfig.dram[0].address;
402 physical_end = physical_start + (bootconfig.dram[0].pages * PAGE_SIZE);
/netbsd-current/sys/arch/evbarm/kobo/
H A Dkobo_machdep.c466 bootconfig.dram[0].address = MEMSTART;
467 bootconfig.dram[0].pages = (MEMSIZE * 1024 * 1024) / PAGE_SIZE;
469 psize_t ram_size = bootconfig.dram[0].pages * PAGE_SIZE;
484 arm32_bootmem_init(bootconfig.dram[0].address, ram_size,
/netbsd-current/sys/arch/evbarm/armadaxp/
H A Darmadaxp_machdep.c371 bootconfig.dram[0].address = MEMSTART;
372 bootconfig.dram[0].pages = memsize / PAGE_SIZE;
374 physical_start = bootconfig.dram[0].address;
375 physical_end = physical_start + (bootconfig.dram[0].pages * PAGE_SIZE);
/netbsd-current/sys/arch/evbarm/ixm1200/
H A Dixm1200_machdep.c337 bootconfig.dram[0].address = 0xc0000000;
338 bootconfig.dram[0].pages = 0x10000000 / PAGE_SIZE; /* SDRAM 256MB */
372 physical_start = bootconfig.dram[0].address;
373 physical_end = physical_start + (bootconfig.dram[0].pages * PAGE_SIZE);
/netbsd-current/sys/arch/evbarm/iq80321/
H A Diq80321_machdep.c411 bootconfig.dram[0].address = memstart;
412 bootconfig.dram[0].pages = memsize / PAGE_SIZE;
426 physical_start = bootconfig.dram[0].address;
427 physical_end = physical_start + (bootconfig.dram[0].pages * PAGE_SIZE);
/netbsd-current/sys/arch/evbarm/nslu2/
H A Dnslu2_machdep.c455 bootconfig.dram[0].address = 0x10000000;
456 bootconfig.dram[0].pages = ixp425_sdram_size() / PAGE_SIZE;
477 physical_start = bootconfig.dram[0].address;
478 physical_end = physical_start + (bootconfig.dram[0].pages * PAGE_SIZE);
/netbsd-current/sys/arch/evbarm/ixdp425/
H A Dixdp425_machdep.c398 bootconfig.dram[0].address = 0x10000000;
399 bootconfig.dram[0].pages = ixp425_sdram_size() / PAGE_SIZE;
420 physical_start = bootconfig.dram[0].address;
421 physical_end = physical_start + (bootconfig.dram[0].pages * PAGE_SIZE);
/netbsd-current/sys/arch/evbarm/hdl_g/
H A Dhdlg_machdep.c267 bootconfig.dram[0].address = memstart;
268 bootconfig.dram[0].pages = memsize / PAGE_SIZE;
282 physical_start = bootconfig.dram[0].address;
283 physical_end = physical_start + (bootconfig.dram[0].pages * PAGE_SIZE);
/netbsd-current/sys/arch/evbarm/iq80310/
H A Diq80310_machdep.c387 bootconfig.dram[0].address = memstart;
388 bootconfig.dram[0].pages = memsize / PAGE_SIZE;
402 physical_start = bootconfig.dram[0].address;
403 physical_end = physical_start + (bootconfig.dram[0].pages * PAGE_SIZE);
/netbsd-current/sys/arch/evbarm/smdk2xx0/
H A Dsmdk2800_machdep.c414 bootconfig.dram[0].address = SDRAM_START;
415 bootconfig.dram[0].pages = SDRAM_SIZE / PAGE_SIZE;
429 physical_start = bootconfig.dram[0].address;
430 physical_end = physical_start + (bootconfig.dram[0].pages * PAGE_SIZE);
H A Dsmdk2410_machdep.c503 bootconfig.dram[0].address = SDRAM_START;
504 bootconfig.dram[0].pages = SDRAM_SIZE / PAGE_SIZE;
518 physical_start = bootconfig.dram[0].address;
519 physical_end = physical_start + (bootconfig.dram[0].pages * PAGE_SIZE);
/netbsd-current/sys/arch/evbarm/viper/
H A Dviper_machdep.c435 bootconfig.dram[0].address = MEMSTART;
436 bootconfig.dram[0].pages = MEMSIZE / PAGE_SIZE;
451 physical_start = bootconfig.dram[0].address;
452 physical_end = physical_start + (bootconfig.dram[0].pages * PAGE_SIZE);
/netbsd-current/sys/arch/evbarm/g42xxeb/
H A Dg42xxeb_machdep.c494 bootconfig.dram[0].address = memstart;
495 bootconfig.dram[0].pages = memsize / PAGE_SIZE;
509 physical_start = bootconfig.dram[0].address;
510 physical_end = physical_start + (bootconfig.dram[0].pages * PAGE_SIZE);
/netbsd-current/sys/arch/evbarm/npwr_fc/
H A Dnpwr_fc_machdep.c396 bootconfig.dram[0].address = memstart;
397 bootconfig.dram[0].pages = memsize / PAGE_SIZE;
411 physical_start = bootconfig.dram[0].address;
412 physical_end = physical_start + (bootconfig.dram[0].pages * PAGE_SIZE);
/netbsd-current/sys/arch/arm/footbridge/
H A Dfootbridge.c213 int memory_size = bootconfig.dram[0].pages * PAGE_SIZE;
232 footbridge_dma_ranges[0].dr_sysbase = bootconfig.dram[0].address;
/netbsd-current/sys/arch/arm/at91/
H A Dat91bus.c255 physical_start = mem->dram[0].address;
256 physical_end = mem->dram[0].address + mem->dram[0].pages * PAGE_SIZE;
258 physical_freestart = mem->dram[0].address + 0x9000ULL;
374 logical = KERNEL_BASE_PHYS - mem->dram[0].address; /* offset of kernel in RAM */
/netbsd-current/sys/arch/evbarm/gumstix/
H A Dgumstix_machdep.c437 bootconfig.dram[0].address = SDRAM_START;
438 bootconfig.dram[0].pages = ram_size / PAGE_SIZE;
442 arm32_bootmem_init(bootconfig.dram[0].address, ram_size,
/netbsd-current/sys/arch/evbarm/lubbock/
H A Dlubbock_machdep.c570 bootconfig.dram[0].address = memstart;
571 bootconfig.dram[0].pages = memsize / PAGE_SIZE;
585 physical_start = bootconfig.dram[0].address;
586 physical_end = physical_start + (bootconfig.dram[0].pages * PAGE_SIZE);
/netbsd-current/sys/arch/evbarm/mini2440/
H A Dmini2440_machdep.c529 bootconfig.dram[0].address = SDRAM_START;
530 bootconfig.dram[0].pages = SDRAM_SIZE / PAGE_SIZE;
544 physical_start = bootconfig.dram[0].address;
545 physical_end = physical_start + (bootconfig.dram[0].pages * PAGE_SIZE);
/netbsd-current/sys/arch/evbarm/netwalker/
H A Dnetwalker_machdep.c303 bootconfig.dram[0].address = MEMSTART;
304 bootconfig.dram[0].pages = (MEMSIZE * 1024 * 1024) / PAGE_SIZE;
306 psize_t ram_size = bootconfig.dram[0].pages * PAGE_SIZE;
317 arm32_bootmem_init(bootconfig.dram[0].address, ram_size,
/netbsd-current/sys/arch/acorn32/stand/boot32/
H A Dboot32.c747 bconfig->dram[i].address = DRAM_addr[i];
748 bconfig->dram[i].pages = DRAM_pages[i];
749 bconfig->dram[i].flags = PHYSMEM_TYPE_GENERIC;
752 bconfig->dram[i].address = PODRAM_addr[i-dram_blocks];
753 bconfig->dram[i].pages = PODRAM_pages[i-dram_blocks];
754 bconfig->dram[i].flags = PHYSMEM_TYPE_PROCESSOR_ONLY;
/netbsd-current/sys/arch/arm/footbridge/isa/
H A Disa_machdep.c468 machdep_isa_dma_ranges[0].dr_sysbase = bootconfig.dram[0].address;
469 machdep_isa_dma_ranges[0].dr_busbase = bootconfig.dram[0].address;
/netbsd-current/sys/arch/cats/cats/
H A Dcats_machdep.c256 bootconfig.dram[0].address = ebsabootinfo.bt_memstart;
257 bootconfig.dram[0].pages = (ebsabootinfo.bt_memend

Completed in 286 milliseconds

123