Home
last modified time | relevance | path

Searched refs:S3C_VA_SYS (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/arch/arm/mach-s3c/
Dcpu.c20 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()
Dregs-sys-s3c64xx.h14 #define S3C_SYSREG(x) (S3C_VA_SYS + (x))
Dregs-clock-s3c64xx.h18 #define S3C_CLKREG(x) (S3C_VA_SYS + (x))
Dmach-s3c64xx-dt.c23 .virtual = (unsigned long)S3C_VA_SYS,
Dmap-base.h30 #define S3C_VA_SYS S3C_ADDR(0x00100000) /* system control */ macro
Dmap-s3c.h19 #define S3C24XX_VA_CLKPWR S3C_VA_SYS
Ds3c64xx.c108 .virtual = (unsigned long)S3C_VA_SYS,
234 s3c64xx_clk_init(NULL, xtal_f, xusbxti_f, soc_is_s3c6400(), S3C_VA_SYS); in s3c64xx_init_irq()
/linux-6.1.9/arch/arm/mach-s5pv210/
Dregs-clock.h14 #define S3C_VA_SYS S3C_ADDR(0x00100000) macro
16 #define S5P_CLKREG(x) (S3C_VA_SYS + (x))
Ds5pv210.c35 iodesc.virtual = (unsigned long)S3C_VA_SYS; in s5pv210_fdt_map_sys()