Lines Matching +full:0 +full:x0007ffff
27 static int probe = 0; /* Don't autoprobe */
28 static unsigned size = 0x1000000; /* 16 MiB the whole ISA address space */
32 module_param(probe, int, 0);
34 module_param(size, int, 0);
36 module_param(width, int, 0);
38 module_param(flashtype, charp, 0);
51 .offset = 0,
52 .size = 0xc0000
56 .offset = 0xc0000,
57 .size = 0x40000
61 .offset = 0x100000,
62 .size = ~0 /* calculate from flash size */
66 .offset = ~0, /* calculate from flash size */
67 .size = 0x80000
105 if (base == 0 in init_scx200_docflash()
106 || (ctrl & 0x07000000) != 0x07000000 in init_scx200_docflash()
107 || (ctrl & 0x0007ffff) == 0) in init_scx200_docflash()
110 size = ((ctrl&0x1fff)<<13) + (1<<13); in init_scx200_docflash()
145 0xc0000000, 0xffffffff, in init_scx200_docflash()
151 ctrl = 0x07000000 | ((size-1) >> 13); in init_scx200_docflash()
153 printk(KERN_INFO "DOCCS BASE=0x%08lx, CTRL=0x%08lx\n", (long)docmem.start, (long)ctrl); in init_scx200_docflash()
203 return 0; in init_scx200_docflash()