Searched refs:S3C_GPIO_END (Results 1 – 6 of 6) sorted by relevance
103 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()
97 #define S3C_GPIO_END (S3C2410_GPJ(0) + 32) macro99 #define S3C_GPIO_END (S3C2410_GPM(0) + 32) macro101 #define S3C_GPIO_END (S3C2410_GPH(0) + 32) macro
29 #define H1940_LATCH_GPIO(x) (S3C_GPIO_END + (x))
73 #define H1940_LATCH_BIT(x) (1 << ((x) + 16 - S3C_GPIO_END))
88 #define S3C_GPIO_END S3C64XX_GPIO_END macro
334 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()