Home
last modified time | relevance | path

Searched refs:S5PC100_GPK3 (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/arm/mach-s5pc100/
Dsetup-ide.c55 s3c_gpio_cfgpin(S5PC100_GPK3(5), S3C_GPIO_SFN(2)); in s5pc100_ide_setup_gpio()
56 s3c_gpio_setpull(S5PC100_GPK3(5), S3C_GPIO_PULL_NONE); in s5pc100_ide_setup_gpio()
Dgpiolib.c252 .base = S5PC100_GPK3(0),
/linux-2.6.39/arch/arm/mach-s5pc100/include/mach/
Dgpio.h136 #define S5PC100_GPK3(_nr) (S5PC100_GPIO_K3_START + (_nr)) macro