Home
last modified time | relevance | path

Searched refs:maxsize (Results 1 – 3 of 3) sorted by relevance

/arch/arm/include/asm/
Decard.h195 unsigned long offset, unsigned long maxsize);
/arch/alpha/kernel/
Dsetup.c1254 long size = minsize, maxsize = MAX_BCACHE_SIZE * 2; in external_cache_probe() local
1256 if (maxsize > (max_low_pfn + 1) << PAGE_SHIFT) in external_cache_probe()
1257 maxsize = 1 << (ilog2(max_low_pfn + 1) + PAGE_SHIFT); in external_cache_probe()
1262 while (size < maxsize) { in external_cache_probe()
/arch/arm/mach-rpc/
Decard.c859 unsigned long offset, unsigned long maxsize) in ecardm_iomap() argument
868 if (maxsize && end - start > maxsize) in ecardm_iomap()
869 end = start + maxsize; in ecardm_iomap()