Home
last modified time | relevance | path

Searched refs:S3C2410_GPH (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/arch/arm/mach-s3c24xx/
Dh1940-bluetooth.c34 gpio_set_value(S3C2410_GPH(1), 1); in h1940bt_enable()
36 gpio_set_value(S3C2410_GPH(1), 0); in h1940bt_enable()
41 gpio_set_value(S3C2410_GPH(1), 1); in h1940bt_enable()
43 gpio_set_value(S3C2410_GPH(1), 0); in h1940bt_enable()
66 ret = gpio_request(S3C2410_GPH(1), dev_name(&pdev->dev)); in h1940bt_probe()
74 gpio_free(S3C2410_GPH(1)); in h1940bt_probe()
80 s3c_gpio_cfgpin(S3C2410_GPH(0), S3C2410_GPH0_nCTS0); in h1940bt_probe()
81 s3c_gpio_setpull(S3C2410_GPH(0), S3C_GPIO_PULL_NONE); in h1940bt_probe()
82 s3c_gpio_cfgpin(S3C2410_GPH(1), S3C2410_GPIO_OUTPUT); in h1940bt_probe()
83 s3c_gpio_setpull(S3C2410_GPH(1), S3C_GPIO_PULL_NONE); in h1940bt_probe()
[all …]
Dmach-smdk2416.c124 s3c_gpio_setpull(S3C2410_GPH(14), S3C_GPIO_PULL_UP); in smdk2416_hsudc_gpio_init()
126 s3c_gpio_cfgpin(S3C2410_GPH(14), S3C_GPIO_SFN(1)); in smdk2416_hsudc_gpio_init()
133 s3c_gpio_setpull(S3C2410_GPH(14), S3C_GPIO_PULL_NONE); in smdk2416_hsudc_gpio_uninit()
134 s3c_gpio_cfgpin(S3C2410_GPH(14), S3C_GPIO_SFN(0)); in smdk2416_hsudc_gpio_uninit()
/Linux-v5.4/arch/arm/mach-s3c24xx/include/mach/
Dgpio-samsung.h87 #define S3C2410_GPH(_nr) (S3C2410_GPIO_H_START + (_nr)) macro
98 #define S3C_GPIO_END (S3C2410_GPH(0) + 32)
/Linux-v5.4/arch/arm/plat-samsung/
Dgpio-samsung.c955 .base = S3C2410_GPH(0),