Searched refs:S3C_GPIO_END (Results 1 – 12 of 12) sorted by relevance
30 #define S3C_GPIO_END (S3C2410_GPJ(0) + 32) macro32 #define S3C_GPIO_END (S3C2410_GPM(0) + 32) macro34 #define S3C_GPIO_END (S3C2410_GPH(0) + 32) macro
26 if (pin > S3C_GPIO_END) in samsung_gpiolib_getchip()
19 #define H1940_LATCH_GPIO(x) (S3C_GPIO_END + (x))
95 extern struct samsung_gpio_chip *s3c_gpios[S3C_GPIO_END];99 return (chip < S3C_GPIO_END) ? s3c_gpios[chip] : NULL; in samsung_gpiolib_getchip()
332 for (gpio_nr = 0; gpio_nr < S3C_GPIO_END;) { in samsung_pm_save_gpios()372 for (gpio_nr = 0; gpio_nr < S3C_GPIO_END;) { in samsung_pm_restore_gpios()
86 #define S3C_GPIO_END S3C64XX_GPIO_END macro
280 #define S3C_GPIO_END (EXYNOS5_GPIO_END) macro284 #define ARCH_NR_GPIOS (CONFIG_SAMSUNG_GPIO_EXTRA + S3C_GPIO_END)
126 #define S3C_GPIO_END S5P64X0_GPIO_END macro
134 #define S3C_GPIO_END S5PV210_GPIO_END macro
139 #define S3C_GPIO_END S5PC100_GPIO_END macro
79 #define H1940_LATCH_BIT(x) (1 << ((x) + 16 - S3C_GPIO_END))
881 struct samsung_gpio_chip *s3c_gpios[S3C_GPIO_END];949 if (chip->chip.base >= S3C_GPIO_END) in s3c24xx_gpiolib_add_chips()