Lines Matching defs:size
25 * - DRAM size is not over 2GB;
26 * - DRAM size is 4GB.
49 uint64_t size;
55 * When total dram size is not over 2GB:
56 * DDR window 0 is configured in tim header, its size may be not 512MB,
57 * but the actual dram size, no need to configure it again;
64 * size
95 * If total DRAM size is more than 2GB, now there is only one case:
100 * (this is actually done even if DRAM size is not more than 2 GB,
105 * DDR window 0 is configured in tim header with 2G B size, no need
142 * size
177 * which includes base address and window size by
213 * specifies the size of the window in 64 KB granularity,
255 size_reg = (win_cfg->size / CPU_DEC_CR_WIN_SIZE_ALIGNMENT) - 1;