Home
last modified time | relevance | path

Searched refs:S3C_ADDR_CPU (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/arch/arm/mach-s3c/
Dmap-s3c.h22 #define S3C2412_VA_SSMC S3C_ADDR_CPU(0x00000000)
23 #define S3C2412_VA_EBI S3C_ADDR_CPU(0x00100000)
43 #define S3C64XX_VA_GPIO S3C_ADDR_CPU(0x00000000)
45 #define S3C64XX_VA_MODEM S3C_ADDR_CPU(0x00100000)
46 #define S3C64XX_VA_USB_HSPHY S3C_ADDR_CPU(0x00200000)
Dmap-base.h46 #define S3C_ADDR_CPU(x) S3C_ADDR(0x00500000 + (x)) macro