Home
last modified time | relevance | path

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

/linux-4.4.14/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
/linux-4.4.14/arch/arm/mach-s3c24xx/include/mach/
Dgpio-samsung.h59 #define S3C2410_GPIO_NEXT(__gpio) \ argument
60 ((__gpio##_START) + (__gpio##_NR) + CONFIG_S3C_GPIO_SPACE + 0)
/linux-4.4.14/arch/arm/mach-s3c64xx/include/mach/
Dgpio-samsung.h43 #define S3C64XX_GPIO_NEXT(__gpio) \ argument
44 ((__gpio##_START) + (__gpio##_NR) + CONFIG_S3C_GPIO_SPACE + 1)