Home
last modified time | relevance | path

Searched refs:S3C2410_GPC (Results 1 – 6 of 6) sorted by relevance

/arch/arm/mach-s3c24xx/
Dmach-h1940.c535 gpio_set_value(S3C2410_GPC(0), 0); in h1940_lcd_power_set()
538 value = gpio_get_value(S3C2410_GPC(6)); in h1940_lcd_power_set()
545 gpio_direction_output(S3C2410_GPC(1), 0); in h1940_lcd_power_set()
546 gpio_direction_output(S3C2410_GPC(4), 0); in h1940_lcd_power_set()
551 gpio_set_value(S3C2410_GPC(5), 0); in h1940_lcd_power_set()
557 gpio_direction_input(S3C2410_GPC(1)); in h1940_lcd_power_set()
558 gpio_direction_input(S3C2410_GPC(4)); in h1940_lcd_power_set()
560 s3c_gpio_cfgpin(S3C2410_GPC(1), S3C_GPIO_SFN(2)); in h1940_lcd_power_set()
561 s3c_gpio_cfgpin(S3C2410_GPC(4), S3C_GPIO_SFN(2)); in h1940_lcd_power_set()
563 gpio_set_value(S3C2410_GPC(5), 1); in h1940_lcd_power_set()
[all …]
Dmach-rx1950.c395 gpio_direction_output(S3C2410_GPC(i), 1); in rx1950_lcd_power()
416 gpio_direction_output(S3C2410_GPC(i), 0); in rx1950_lcd_power()
420 gpio_direction_output(S3C2410_GPC(i), 0); in rx1950_lcd_power()
430 gpio_direction_output(S3C2410_GPC(6), 0); in rx1950_lcd_power()
431 gpio_direction_output(S3C2410_GPC(7), 0); in rx1950_lcd_power()
432 gpio_direction_output(S3C2410_GPC(5), 0); in rx1950_lcd_power()
440 gpio_direction_output(S3C2410_GPC(0), 0); in rx1950_lcd_power()
441 gpio_direction_output(S3C2410_GPC(10), 0); in rx1950_lcd_power()
446 gpio_direction_output(S3C2410_GPC(0), 1); in rx1950_lcd_power()
447 gpio_direction_output(S3C2410_GPC(5), 1); in rx1950_lcd_power()
[all …]
Dmach-smdk2416.c174 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()
Dmach-jive.c523 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()
Dmach-mini2440.c103 .pullup_pin = S3C2410_GPC(5),
639 s3c_gpio_cfgpin(S3C2410_GPC(0), S3C2410_GPC0_LEND); in mini2440_init()
/arch/arm/mach-s3c24xx/include/mach/
Dgpio-samsung.h85 #define S3C2410_GPC(_nr) (S3C2410_GPIO_C_START + (_nr)) macro