Lines Matching +full:0 +full:x07000000
26 static int probe = 0; /* Don't autoprobe */
27 static unsigned size = 0x1000000; /* 16 MiB the whole ISA address space */
31 module_param(probe, int, 0);
33 module_param(size, int, 0);
35 module_param(width, int, 0);
37 module_param(flashtype, charp, 0);
50 .offset = 0,
51 .size = 0xc0000
55 .offset = 0xc0000,
56 .size = 0x40000
60 .offset = 0x100000,
61 .size = ~0 /* calculate from flash size */
65 .offset = ~0, /* calculate from flash size */
66 .size = 0x80000
104 if (base == 0 in init_scx200_docflash()
105 || (ctrl & 0x07000000) != 0x07000000 in init_scx200_docflash()
106 || (ctrl & 0x0007ffff) == 0) in init_scx200_docflash()
109 size = ((ctrl&0x1fff)<<13) + (1<<13); in init_scx200_docflash()
144 0xc0000000, 0xffffffff, in init_scx200_docflash()
150 ctrl = 0x07000000 | ((size-1) >> 13); in init_scx200_docflash()
152 printk(KERN_INFO "DOCCS BASE=0x%08lx, CTRL=0x%08lx\n", (long)docmem.start, (long)ctrl); in init_scx200_docflash()
202 return 0; in init_scx200_docflash()