Home
last modified time | relevance | path

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

/linux/arch/arm/mach-s3c/
A Dh1940-bluetooth.c33 gpio_set_value(S3C2410_GPH(1), 1); in h1940bt_enable()
35 gpio_set_value(S3C2410_GPH(1), 0); in h1940bt_enable()
40 gpio_set_value(S3C2410_GPH(1), 1); in h1940bt_enable()
42 gpio_set_value(S3C2410_GPH(1), 0); in h1940bt_enable()
73 gpio_free(S3C2410_GPH(1)); in h1940bt_probe()
79 s3c_gpio_cfgpin(S3C2410_GPH(0), S3C2410_GPH0_nCTS0); in h1940bt_probe()
80 s3c_gpio_setpull(S3C2410_GPH(0), S3C_GPIO_PULL_NONE); in h1940bt_probe()
81 s3c_gpio_cfgpin(S3C2410_GPH(1), S3C2410_GPIO_OUTPUT); in h1940bt_probe()
83 s3c_gpio_cfgpin(S3C2410_GPH(2), S3C2410_GPH2_TXD0); in h1940bt_probe()
85 s3c_gpio_cfgpin(S3C2410_GPH(3), S3C2410_GPH3_RXD0); in h1940bt_probe()
[all …]
A Dmach-smdk2416.c122 s3c_gpio_setpull(S3C2410_GPH(14), S3C_GPIO_PULL_UP); in smdk2416_hsudc_gpio_init()
124 s3c_gpio_cfgpin(S3C2410_GPH(14), S3C_GPIO_SFN(1)); in smdk2416_hsudc_gpio_init()
131 s3c_gpio_setpull(S3C2410_GPH(14), S3C_GPIO_PULL_NONE); in smdk2416_hsudc_gpio_uninit()
132 s3c_gpio_cfgpin(S3C2410_GPH(14), S3C_GPIO_SFN(0)); in smdk2416_hsudc_gpio_uninit()
A Dgpio-samsung-s3c24xx.h89 #define S3C2410_GPH(_nr) (S3C2410_GPIO_H_START + (_nr)) macro
100 #define S3C_GPIO_END (S3C2410_GPH(0) + 32)
A Dgpio-samsung.c955 .base = S3C2410_GPH(0),

Completed in 7 milliseconds