Searched refs:S3C_VA_SYS (Results 1 - 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-s3c/ |
H A D | cpu.c | 20 samsung_cpu_id = readl_relaxed(S3C_VA_SYS + 0x118); in s3c64xx_init_cpu() 26 writel_relaxed(0x0, S3C_VA_SYS + 0xA1C); in s3c64xx_init_cpu() 27 samsung_cpu_id = readl_relaxed(S3C_VA_SYS + 0xA1C); in s3c64xx_init_cpu()
|
H A D | regs-sys-s3c64xx.h | 14 #define S3C_SYSREG(x) (S3C_VA_SYS + (x))
|
H A D | regs-clock-s3c64xx.h | 18 #define S3C_CLKREG(x) (S3C_VA_SYS + (x))
|
H A D | mach-s3c64xx-dt.c | 23 .virtual = (unsigned long)S3C_VA_SYS,
|
H A D | map-s3c.h | 19 #define S3C24XX_VA_CLKPWR S3C_VA_SYS
|
H A D | s3c64xx.c | 108 .virtual = (unsigned long)S3C_VA_SYS, 235 s3c64xx_clk_init(NULL, xtal_f, xusbxti_f, soc_is_s3c6400(), S3C_VA_SYS); in s3c64xx_init_irq()
|
/kernel/linux/linux-6.6/arch/arm/mach-s3c/ |
H A D | cpu.c | 20 samsung_cpu_id = readl_relaxed(S3C_VA_SYS + 0x118); in s3c64xx_init_cpu() 26 writel_relaxed(0x0, S3C_VA_SYS + 0xA1C); in s3c64xx_init_cpu() 27 samsung_cpu_id = readl_relaxed(S3C_VA_SYS + 0xA1C); in s3c64xx_init_cpu()
|
H A D | regs-sys-s3c64xx.h | 14 #define S3C_SYSREG(x) (S3C_VA_SYS + (x))
|
H A D | regs-clock-s3c64xx.h | 18 #define S3C_CLKREG(x) (S3C_VA_SYS + (x))
|
H A D | mach-s3c64xx-dt.c | 23 .virtual = (unsigned long)S3C_VA_SYS,
|
H A D | map-base.h | 30 #define S3C_VA_SYS S3C_ADDR(0x00100000) /* system control */ macro
|
H A D | s3c64xx.c | 100 .virtual = (unsigned long)S3C_VA_SYS, 227 s3c64xx_clk_init(NULL, xtal_f, xusbxti_f, soc_is_s3c6400(), S3C_VA_SYS); in s3c64xx_init_irq()
|
/kernel/linux/linux-5.10/arch/arm/mach-s3c/include/mach/ |
H A D | map-base.h | 30 #define S3C_VA_SYS S3C_ADDR(0x00100000) /* system control */ macro
|
/kernel/linux/linux-5.10/arch/arm/mach-s5pv210/ |
H A D | s5pv210.c | 35 iodesc.virtual = (unsigned long)S3C_VA_SYS; in s5pv210_fdt_map_sys()
|
H A D | regs-clock.h | 14 #define S3C_VA_SYS S3C_ADDR(0x00100000) macro 16 #define S5P_CLKREG(x) (S3C_VA_SYS + (x))
|
/kernel/linux/linux-6.6/arch/arm/mach-s5pv210/ |
H A D | s5pv210.c | 35 iodesc.virtual = (unsigned long)S3C_VA_SYS; in s5pv210_fdt_map_sys()
|
H A D | regs-clock.h | 14 #define S3C_VA_SYS S3C_ADDR(0x00100000) macro 16 #define S5P_CLKREG(x) (S3C_VA_SYS + (x))
|
Completed in 5 milliseconds