Home
last modified time | relevance | path

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

/arch/arm/plat-samsung/include/plat/
Dgpio-core.h100 extern struct samsung_gpio_chip *s3c_gpios[S3C_GPIO_END];
104 return (chip < S3C_GPIO_END) ? s3c_gpios[chip] : NULL; in samsung_gpiolib_getchip()
115 if (pin > S3C_GPIO_END) in samsung_gpiolib_getchip()
/arch/arm/mach-s3c24xx/include/mach/
Dgpio-samsung.h94 #define S3C_GPIO_END (S3C2410_GPJ(0) + 32) macro
96 #define S3C_GPIO_END (S3C2410_GPM(0) + 32) macro
98 #define S3C_GPIO_END (S3C2410_GPH(0) + 32) macro
/arch/arm/mach-s3c24xx/
Dh1940.h28 #define H1940_LATCH_GPIO(x) (S3C_GPIO_END + (x))
Dmach-h1940.c70 #define H1940_LATCH_BIT(x) (1 << ((x) + 16 - S3C_GPIO_END))
/arch/arm/mach-s3c64xx/include/mach/
Dgpio-samsung.h87 #define S3C_GPIO_END S3C64XX_GPIO_END macro
/arch/arm/plat-samsung/
Dpm-gpio.c328 for (gpio_nr = 0; gpio_nr < S3C_GPIO_END;) { in samsung_pm_save_gpios()
368 for (gpio_nr = 0; gpio_nr < S3C_GPIO_END;) { in samsung_pm_restore_gpios()
Dgpio-samsung.c698 struct samsung_gpio_chip *s3c_gpios[S3C_GPIO_END];
766 if (chip->chip.base >= S3C_GPIO_END) in s3c24xx_gpiolib_add_chips()