Lines Matching +full:resume +full:- +full:offset

1 // SPDX-License-Identifier: GPL-2.0
3 // Copyright (c) 2005-2008 Simtec Electronics
25 #include <asm/mach-types.h>
31 #include <linux/platform_data/mtd-nand-s3c2410.h>
32 #include <linux/platform_data/i2c-s3c2410.h>
40 #include <linux/soc/samsung/s3c-cpu-freq.h>
42 #include "gpio-cfg.h"
44 #include "regs-gpio.h"
45 #include "gpio-samsung.h"
49 #include "regs-mem-s3c24xx.h"
54 /* ISA IO areas (may be over-written later) */
134 .offset = 0,
138 .size = SZ_4M - SZ_16K,
139 .offset = SZ_16K,
143 .offset = SZ_4M,
144 .size = SZ_32M - SZ_4M,
148 .offset = SZ_32M,
157 .offset = 0,
161 .size = SZ_4M - SZ_128K,
162 .offset = SZ_128K,
166 .offset = SZ_4M,
167 .size = SZ_32M - SZ_4M,
171 .offset = SZ_32M,
176 /* the Osiris has 3 selectable slots for nand-flash, the two
177 * on-board chip areas, as well as the external slot.
179 * Note, there is no current hot-plug support for the External
213 slot = set->nr_map[slot] & 3; in osiris_nand_select()
216 slot, set, set->nr_map); in osiris_nand_select()
245 .name = "osiris-pcmcia",
246 .id = -1,
263 /* ensure correct NAND slot is selected on resume */ in osiris_pm_suspend()
269 /* ensure that an nRESET is not generated on resume. */ in osiris_pm_suspend()
293 .resume = osiris_pm_resume,
304 .name = "osiris-dvs",
305 .id = -1,
311 osiris_tps_device.dev.parent = &client->dev; in osiris_tps_setup()
322 .base = -1, /* GPIO can go anywhere at the moment */
364 printk(KERN_INFO "OSIRIS-B detected (revision %d)\n", in osiris_map_io()
369 /* write-protect line to the NAND */ in osiris_map_io()
402 MACHINE_START(OSIRIS, "Simtec-OSIRIS")