Home
last modified time | relevance | path

Searched refs:SZ_16M (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/arch/arm/mach-integrator/
Dmm.c68 { PCI_MEMORY_VADDR, PHYS_PCI_MEM_BASE, SZ_16M , DOMAIN_IO, 0, 1},
69 { PCI_CONFIG_VADDR, PHYS_PCI_CONFIG_BASE, SZ_16M , DOMAIN_IO, 0, 1},
/linux-2.4.37.9/include/asm-arm/
Dsizes.h40 #define SZ_16M 0x01000000 macro
/linux-2.4.37.9/include/asm-arm/arch-omaha/
Dplatform.h814 #define uHAL_HEAP_SIZE (SZ_16M - SZ_1M - SZ_1M - 4)
815 #define uHAL_STACK_BASE SZ_16M
/linux-2.4.37.9/include/asm-arm/arch-mx1ads/
Dplatform.h49 #define MX1ADS_SFLASH_SIZE SZ_16M
/linux-2.4.37.9/drivers/mtd/nand/
Dautcpu12.c211 case SZ_16M: add_mtd_partitions(autcpu12_mtd, partition_info16k, NUM_PARTITIONS16K); break; in autcpu12_init()