Searched refs:S3C_GPIO_PULL_DOWN (Results 1 – 3 of 3) sorted by relevance
129 #define S3C_GPIO_PULL_DOWN ((__force samsung_gpio_pull_t)0x01) macro
78 case S3C_GPIO_PULL_DOWN: in s3c2443_gpio_setpull()101 pull = S3C_GPIO_PULL_DOWN; in s3c2443_gpio_getpull()152 return s3c24xx_gpio_getpull_1(chip, off, S3C_GPIO_PULL_DOWN); in s3c24xx_gpio_getpull_1down()158 return s3c24xx_gpio_setpull_1(chip, off, pull, S3C_GPIO_PULL_DOWN); in s3c24xx_gpio_setpull_1down()
768 s3c_gpio_setpull(S3C64XX_GPG(6), S3C_GPIO_PULL_DOWN); in crag6410_cfg_sdhci0()