Searched refs:__gpio (Results 1 – 3 of 3) sorted by relevance
48 #define S3C64XX_GPN_CONMASK(__gpio) (0x3 << ((__gpio) * 2)) argument49 #define S3C64XX_GPN_OUTPUT(__gpio) (0x1 << ((__gpio) * 2)) argument
58 #define S3C2410_GPIO_NEXT(__gpio) \ argument59 ((__gpio##_START) + (__gpio##_NR) + CONFIG_S3C_GPIO_SPACE + 0)
42 #define S3C64XX_GPIO_NEXT(__gpio) \ argument43 ((__gpio##_START) + (__gpio##_NR) + CONFIG_S3C_GPIO_SPACE + 1)
Completed in 5 milliseconds