Lines Matching +full:no +full:- +full:idle +full:- +full:on +full:- +full:init
1 // SPDX-License-Identifier: GPL-2.0
13 #include <linux/init.h>
28 #include <asm/proc-fns.h>
33 #include "regs-clock.h"
34 #include "regs-gpio.h"
41 #include "nand-core-s3c24xx.h"
42 #include "regs-dsc-s3c24xx.h"
43 #include "s3c2412-power.h"
78 void __init s3c2412_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c2412_init_uarts() argument
80 s3c24xx_init_uartdevs("s3c2412-uart", s3c2410_uart_resources, cfg, no); in s3c2412_init_uarts()
83 s3c_device_sdi.name = "s3c2412-sdi"; in s3c2412_init_uarts()
84 s3c_device_lcd.name = "s3c2412-lcd"; in s3c2412_init_uarts()
85 s3c_nand_setname("s3c2412-nand"); in s3c2412_init_uarts()
93 s3c_device_spi0.name = "s3c2412-spi"; in s3c2412_init_uarts()
95 s3c_device_spi1.name = "s3c2412-spi"; in s3c2412_init_uarts()
103 * use the standard idle call by ensuring the idle mode
104 * in power config, then issuing the idle co-processor
112 /* ensure our idle mode is to go to idle */ in s3c2412_idle()
134 /* set our idle function */ in s3c2412_map_io()
138 /* register our io-tables */ in s3c2412_map_io()
145 * drivers even try to use it (even if not on an s3c2412 based system)
150 .name = "s3c2412-core",
151 .dev_name = "s3c2412-core",