Searched refs:S3C_GPIO_END (Results 1 - 11 of 11) sorted by relevance

/arch/arm/mach-s3c24xx/include/mach/
H A Dgpio.h30 #define S3C_GPIO_END (S3C2410_GPJ(0) + 32) macro
32 #define S3C_GPIO_END (S3C2410_GPM(0) + 32) macro
34 #define S3C_GPIO_END (S3C2410_GPH(0) + 32) macro
H A Dgpio-track.h26 if (pin > S3C_GPIO_END)
H A Dh1940-latch.h19 #define H1940_LATCH_GPIO(x) (S3C_GPIO_END + (x))
/arch/arm/plat-samsung/include/plat/
H A Dgpio-core.h95 extern struct samsung_gpio_chip *s3c_gpios[S3C_GPIO_END];
99 return (chip < S3C_GPIO_END) ? s3c_gpios[chip] : NULL;
/arch/arm/mach-s3c64xx/include/mach/
H A Dgpio.h86 #define S3C_GPIO_END S3C64XX_GPIO_END macro
/arch/arm/mach-s5p64x0/include/mach/
H A Dgpio.h126 #define S3C_GPIO_END S5P64X0_GPIO_END macro
/arch/arm/mach-s5pc100/include/mach/
H A Dgpio.h139 #define S3C_GPIO_END S5PC100_GPIO_END macro
/arch/arm/mach-s5pv210/include/mach/
H A Dgpio.h134 #define S3C_GPIO_END S5PV210_GPIO_END macro
/arch/arm/mach-exynos/include/mach/
H A Dgpio.h280 #define S3C_GPIO_END (EXYNOS5_GPIO_END) macro
284 #define ARCH_NR_GPIOS (CONFIG_SAMSUNG_GPIO_EXTRA + S3C_GPIO_END)
/arch/arm/plat-samsung/
H A Dpm-gpio.c332 for (gpio_nr = 0; gpio_nr < S3C_GPIO_END;) {
372 for (gpio_nr = 0; gpio_nr < S3C_GPIO_END;) {
/arch/arm/mach-s3c24xx/
H A Dmach-h1940.c79 #define H1940_LATCH_BIT(x) (1 << ((x) + 16 - S3C_GPIO_END))

Completed in 137 milliseconds