Searched refs:S3C2410_GPC (Results 1 – 6 of 6) sorted by relevance
/arch/arm/mach-s3c24xx/ |
D | mach-h1940.c | 531 gpio_set_value(S3C2410_GPC(0), 0); in h1940_lcd_power_set() 534 value = gpio_get_value(S3C2410_GPC(6)); in h1940_lcd_power_set() 541 gpio_direction_output(S3C2410_GPC(1), 0); in h1940_lcd_power_set() 542 gpio_direction_output(S3C2410_GPC(4), 0); in h1940_lcd_power_set() 547 gpio_set_value(S3C2410_GPC(5), 0); in h1940_lcd_power_set() 553 gpio_direction_input(S3C2410_GPC(1)); in h1940_lcd_power_set() 554 gpio_direction_input(S3C2410_GPC(4)); in h1940_lcd_power_set() 556 s3c_gpio_cfgpin(S3C2410_GPC(1), S3C_GPIO_SFN(2)); in h1940_lcd_power_set() 557 s3c_gpio_cfgpin(S3C2410_GPC(4), S3C_GPIO_SFN(2)); in h1940_lcd_power_set() 559 gpio_set_value(S3C2410_GPC(5), 1); in h1940_lcd_power_set() [all …]
|
D | mach-rx1950.c | 389 gpio_direction_output(S3C2410_GPC(i), 1); in rx1950_lcd_power() 410 gpio_direction_output(S3C2410_GPC(i), 0); in rx1950_lcd_power() 414 gpio_direction_output(S3C2410_GPC(i), 0); in rx1950_lcd_power() 424 gpio_direction_output(S3C2410_GPC(6), 0); in rx1950_lcd_power() 425 gpio_direction_output(S3C2410_GPC(7), 0); in rx1950_lcd_power() 426 gpio_direction_output(S3C2410_GPC(5), 0); in rx1950_lcd_power() 434 gpio_direction_output(S3C2410_GPC(0), 0); in rx1950_lcd_power() 435 gpio_direction_output(S3C2410_GPC(10), 0); in rx1950_lcd_power() 440 gpio_direction_output(S3C2410_GPC(0), 1); in rx1950_lcd_power() 441 gpio_direction_output(S3C2410_GPC(5), 1); in rx1950_lcd_power() [all …]
|
D | mach-smdk2416.c | 174 for (gpio = S3C2410_GPC(1); gpio <= S3C2410_GPC(4); gpio++) { in s3c2416_fb_gpio_setup_24bpp() 179 for (gpio = S3C2410_GPC(8); gpio <= S3C2410_GPC(15); gpio++) { in s3c2416_fb_gpio_setup_24bpp()
|
D | mach-jive.c | 523 gpio_request_one(S3C2410_GPC(5), GPIOF_OUT_INIT_HIGH, NULL); in jive_power_off() 524 gpio_free(S3C2410_GPC(5)); in jive_power_off()
|
D | mach-mini2440.c | 103 .pullup_pin = S3C2410_GPC(5), 639 s3c_gpio_cfgpin(S3C2410_GPC(0), S3C2410_GPC0_LEND); in mini2440_init()
|
/arch/arm/mach-s3c24xx/include/mach/ |
D | gpio-samsung.h | 85 #define S3C2410_GPC(_nr) (S3C2410_GPIO_C_START + (_nr)) macro
|