Home
last modified time | relevance | path

Searched full:s3c64xx (Results 1 – 25 of 97) sorted by relevance

1234

/linux/arch/arm/mach-s3c/
H A DMakefile.s3c64xx8 obj-$(CONFIG_PM) += pm-s3c64xx.o
9 obj-$(CONFIG_PM_SLEEP) += sleep-s3c64xx.o
10 obj-$(CONFIG_CPU_IDLE) += cpuidle-s3c64xx.o
14 obj-$(CONFIG_PM_SLEEP) += irq-pm-s3c64xx.o
18 obj-y += s3c64xx.o
27 obj-y += dev-uart-s3c64xx.o
28 obj-y += dev-audio-s3c64xx.o
32 obj-$(CONFIG_S3C64XX_SETUP_FB_24BPP) += setup-fb-24bpp-s3c64xx.o
33 obj-$(CONFIG_S3C64XX_SETUP_I2C0) += setup-i2c0-s3c64xx.o
34 obj-$(CONFIG_S3C64XX_SETUP_I2C1) += setup-i2c1-s3c64xx.o
[all …]
H A DKconfig.s3c64xx7 bool "Samsung S3C64XX (deprecated, see help)"
24 Samsung S3C64XX series based systems
75 Common setup code for S3C64XX with an 24bpp RGB display helper.
80 Common setup code for S3C64XX KEYPAD GPIO configurations
85 Common setup code for S3C64XX SDHCI GPIO configurations
133 Select this if a fdt blob is available for your S3C64XX SoC based
H A Dmach-s3c64xx-dt.c3 // Samsung's S3C64XX flattened device tree enabled machine
14 #include "s3c64xx.h"
38 panic("SoC is not S3C64xx!"); in s3c64xx_dt_map_io()
47 DT_MACHINE_START(S3C6400_DT, "Samsung S3C64xx (Flattened Device Tree)")
H A Dpm-s3c64xx.c8 // S3C64XX CPU PM support.
29 #include "regs-gpio-memport-s3c64xx.h"
30 #include "regs-modem-s3c64xx.h"
31 #include "regs-sys-s3c64xx.h"
32 #include "regs-syscon-power-s3c64xx.h"
H A Ds3c64xx.c11 // Common Codes for S3C64XX machines
49 #include "s3c64xx.h"
50 #include "irq-uart-s3c64xx.h"
153 .name = "s3c64xx-core",
154 .dev_name = "s3c64xx-core",
403 /* On DT-enabled systems EINTs are handled by pinctrl-s3c64xx driver. */ in s3c64xx_init_irq_eint()
H A Dsleep-s3c64xx.S2 /* linux/arch/arm/plat-s3c64xx/sleep.S
9 * S3C64XX CPU sleep code
H A Dcpuidle-s3c64xx.c19 #include "regs-sys-s3c64xx.h"
20 #include "regs-syscon-power-s3c64xx.h"
H A Dirqs-s3c64xx.h2 /* linux/arch/arm/mach-s3c64xx/include/mach/irqs.h
9 * S3C64XX - IRQ support
115 /* Since the IRQ_EINT(x) are a linear mapping on current s3c64xx series
H A Dsetup-usb-phy-s3c64xx.c15 #include "regs-sys-s3c64xx.h"
16 #include "regs-usb-hsotg-phy-s3c64xx.h"
H A DKconfig5 source "arch/arm/mach-s3c/Kconfig.s3c64xx"
111 Compile in platform device definitions for S3C64XX's type
H A Dgpio-samsung-s3c64xx.h65 /* S3C64XX GPIO number definitions. */
85 /* the end of the S3C64XX specific gpios */
H A Dirqs.h2 #include "irqs-s3c64xx.h"
H A Dmap.h2 #include "map-s3c64xx.h"
H A Dregs-gpio.h2 #include "regs-gpio-s3c64xx.h"
H A Dgpio-samsung.h2 #include "gpio-samsung-s3c64xx.h"
H A Dpm-core.h2 #include "pm-core-s3c64xx.h"
/linux/arch/arm/boot/dts/samsung/
H A Ds3c64xx.dtsi3 * Samsung's S3C64xx SoC series common device tree source
7 * Samsung's S3C64xx SoC series device nodes are listed in this file.
8 * Particular SoCs from S3C64xx series can include this file and provide
12 * S3C64xx SoCs. As device tree coverage for S3C64xx increases, additional
16 #include <dt-bindings/clock/samsung,s3c64xx-clock.h>
176 compatible = "samsung,s3c64xx-pinctrl";
182 compatible = "samsung,s3c64xx-wakeup-eint";
192 #include "s3c64xx-pinctrl.dtsi"
/linux/drivers/clk/samsung/
H A Dclk-s3c64xx.c5 * Common Clock Framework support for all S3C64xx SoCs.
14 #include <dt-bindings/clock/samsung,s3c64xx-clock.h>
19 /* S3C64xx clock controller register offsets. */
48 /* Helper macros for gate types present on S3C64xx. */
85 /* List of parent clocks common for all S3C64xx SoCs. */
123 /* List of clock muxes present on all S3C64xx SoCs. */
159 /* List of clock dividers present on all S3C64xx SoCs. */
195 /* List of clock gates present on all S3C64xx SoCs. */
309 /* Aliases for common s3c64xx clocks. */
339 ALIAS(PCLK_TSADC, "s3c64xx-adc", "adc"),
[all …]
H A DKconfig18 bool "Samsung S3C64xx clock controller support" if COMPILE_TEST
21 Support for the clock controller present on the Samsung S3C64xx SoCs.
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dsamsung,pinctrl-wakeup-interrupt.yaml19 For S3C24xx, S3C64xx, S5PV210 and Exynos4210 compatible wake-up interrupt
35 - samsung,s3c64xx-wakeup-eint
85 const: samsung,s3c64xx-wakeup-eint
H A Dsamsung,pinctrl.yaml43 - samsung,s3c64xx-pinctrl
168 compatible = "samsung,s3c64xx-pinctrl";
174 compatible = "samsung,s3c64xx-wakeup-eint";
/linux/include/media/drv-intf/
H A Ds3c_camif.h3 * s3c24xx/s3c64xx SoC series Camera Interface (CAMIF) driver
21 * @use_field: 1 if parallel bus FIELD signal is used (only s3c64xx)
/linux/drivers/pinctrl/samsung/
H A Dpinctrl-s3c64xx.c3 // S3C64xx specific support for pinctrl-samsung driver.
9 // This file contains the Samsung S3C64xx specific information required by the
57 /* S3C64xx specific external interrupt trigger types */
232 * Common functions for S3C64xx EINT configuration
690 { .compatible = "samsung,s3c64xx-wakeup-eint", },
781 /* pin banks of s3c64xx pin-controller 0 */
803 * Samsung pinctrl driver data for S3C64xx SoC. S3C64xx SoC includes
/linux/Documentation/devicetree/bindings/arm/samsung/
H A Dsamsung-soc.yaml37 - samsung,s3c64xx-pinctrl
38 - samsung,s3c64xx-wakeup-eint
/linux/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-regs.h3 * Register definition file for s3c24xx/s3c64xx SoC CAMIF driver
119 /* s3c244x preview path only, s3c64xx both */
125 /* s3c64xx */
164 #define CISTATUS_FRAMEEND_STATUS BIT(19) /* 17 on s3c64xx */

1234