Home
last modified time | relevance | path

Searched refs:s3c_gpio_setpull (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/arm/mach-s3c/
H A Dsetup-sdhci-gpio-s3c64xx.c28 s3c_gpio_setpull(S3C64XX_GPG(6), S3C_GPIO_PULL_UP); in s3c64xx_setup_sdhci0_cfg_gpio()
41 s3c_gpio_setpull(S3C64XX_GPG(6), S3C_GPIO_PULL_UP); in s3c64xx_setup_sdhci1_cfg_gpio()
H A Dgpio-cfg.h132 extern int s3c_gpio_setpull(unsigned int pin, samsung_gpio_pull_t pull);
H A Dmach-crag6410.c768 s3c_gpio_setpull(S3C64XX_GPG(6), S3C_GPIO_PULL_DOWN); in crag6410_cfg_sdhci0()
840 s3c_gpio_setpull(S3C64XX_GPM(0), S3C_GPIO_PULL_UP); in crag6410_machine_init()
841 s3c_gpio_setpull(S3C64XX_GPN(0), S3C_GPIO_PULL_UP); in crag6410_machine_init()
H A Dgpio-samsung.c861 s3c_gpio_setpull(start, pull); in s3c_gpio_cfgall_range()
871 int s3c_gpio_setpull(unsigned int pin, samsung_gpio_pull_t pull) in s3c_gpio_setpull() function
888 EXPORT_SYMBOL(s3c_gpio_setpull);
/openbmc/linux/Documentation/arch/arm/samsung/
H A Dgpio.rst29 The s3c_gpio_cfgpin() and s3c_gpio_setpull() provide the means for a