Home
last modified time | relevance | path

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

/linux/arch/arm/mach-s3c/
A 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()
A Dgpio-samsung-s3c24xx.h96 #define S3C_GPIO_END (S3C2410_GPJ(0) + 32) macro
98 #define S3C_GPIO_END (S3C2410_GPM(0) + 32) macro
100 #define S3C_GPIO_END (S3C2410_GPH(0) + 32) macro
A Dh1940.h28 #define H1940_LATCH_GPIO(x) (S3C_GPIO_END + (x))
A 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()
A Dgpio-samsung-s3c64xx.h87 #define S3C_GPIO_END S3C64XX_GPIO_END macro
A 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()
A Dmach-h1940.c69 #define H1940_LATCH_BIT(x) (1 << ((x) + 16 - S3C_GPIO_END))

Completed in 16 milliseconds