Home
last modified time | relevance | path

Searched refs:__gpio (Results 1 – 7 of 7) sorted by relevance

/arch/arm/mach-s3c64xx/
Dsleep.S51 #define S3C64XX_GPN_CONMASK(__gpio) (0x3 << ((__gpio) * 2)) argument
52 #define S3C64XX_GPN_OUTPUT(__gpio) (0x1 << ((__gpio) * 2)) argument
/arch/arm/mach-s3c24xx/include/mach/
Dgpio.h67 #define S3C2410_GPIO_NEXT(__gpio) \ argument
68 ((__gpio##_START) + (__gpio##_NR) + CONFIG_S3C_GPIO_SPACE + 0)
/arch/arm/mach-s3c64xx/include/mach/
Dgpio.h41 #define S3C64XX_GPIO_NEXT(__gpio) \ argument
42 ((__gpio##_START) + (__gpio##_NR) + CONFIG_S3C_GPIO_SPACE + 1)
/arch/arm/mach-s5p64x0/include/mach/
Dgpio.h53 #define S5P64X0_GPIO_NEXT(__gpio) \ argument
54 ((__gpio##_START) + (__gpio##_NR) + CONFIG_S3C_GPIO_SPACE + 1)
/arch/arm/mach-s5pv210/include/mach/
Dgpio.h60 #define S5PV210_GPIO_NEXT(__gpio) \ argument
61 ((__gpio##_START) + (__gpio##_NR) + CONFIG_S3C_GPIO_SPACE + 1)
/arch/arm/mach-s5pc100/include/mach/
Dgpio.h61 #define S5PC100_GPIO_NEXT(__gpio) \ argument
62 ((__gpio##_START) + (__gpio##_NR) + CONFIG_S3C_GPIO_SPACE + 1)
/arch/arm/mach-exynos/include/mach/
Dgpio.h17 #define EXYNOS_GPIO_NEXT(__gpio) \ argument
18 ((__gpio##_START) + (__gpio##_NR) + CONFIG_S3C_GPIO_SPACE + 1)