Home
last modified time | relevance | path

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

/arch/arm/plat-samsung/include/plat/
Dgpio-core.h103 extern struct samsung_gpio_chip *s3c_gpios[S3C_GPIO_END];
107 return (chip < S3C_GPIO_END) ? s3c_gpios[chip] : NULL; in samsung_gpiolib_getchip()
118 if (pin > S3C_GPIO_END) in samsung_gpiolib_getchip()
/arch/arm/mach-s3c24xx/include/mach/
Dgpio-samsung.h97 #define S3C_GPIO_END (S3C2410_GPJ(0) + 32) macro
99 #define S3C_GPIO_END (S3C2410_GPM(0) + 32) macro
101 #define S3C_GPIO_END (S3C2410_GPH(0) + 32) macro
/arch/arm/mach-s3c24xx/
Dh1940.h29 #define H1940_LATCH_GPIO(x) (S3C_GPIO_END + (x))
Dmach-h1940.c73 #define H1940_LATCH_BIT(x) (1 << ((x) + 16 - S3C_GPIO_END))
/arch/arm/mach-s3c64xx/include/mach/
Dgpio-samsung.h88 #define S3C_GPIO_END S3C64XX_GPIO_END macro
/arch/arm/plat-samsung/
Dpm-gpio.c334 for (gpio_nr = 0; gpio_nr < S3C_GPIO_END;) { in samsung_pm_save_gpios()
374 for (gpio_nr = 0; gpio_nr < S3C_GPIO_END;) { in samsung_pm_restore_gpios()