19 .ncs_read_setup = 1 * 14,
21 .ncs_write_setup = 1 * 14,
24 .ncs_read_pulse = 12 * 14,
26 .ncs_write_pulse = 8 * 14,
29 .read_cycle = 14 * 14,
30 .write_cycle = 10 * 14,
33 static struct smc_config flash_config __initdata = {
75 .parts = flash_0_parts,
80 .parts = flash_1_parts,
84 static struct resource flash_resource[] = {
99 .
name =
"physmap-flash",
101 .resource = &flash_resource[0],
104 .platform_data = &flash_data[0],
108 .name =
"physmap-flash",
110 .resource = &flash_resource[1],
113 .platform_data = &flash_data[1],
118 static int __init merisc_flash_init(
void)