Home
last modified time | relevance | path

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

/Linux-v5.15/arch/arm/mach-s3c/
Dmach-h1940.c574 gpio_set_value(S3C2410_GPC(0), 0); in h1940_lcd_power_set()
577 value = gpio_get_value(S3C2410_GPC(6)); in h1940_lcd_power_set()
584 gpio_direction_output(S3C2410_GPC(1), 0); in h1940_lcd_power_set()
585 gpio_direction_output(S3C2410_GPC(4), 0); in h1940_lcd_power_set()
590 gpio_set_value(S3C2410_GPC(5), 0); in h1940_lcd_power_set()
596 gpio_direction_input(S3C2410_GPC(1)); in h1940_lcd_power_set()
597 gpio_direction_input(S3C2410_GPC(4)); in h1940_lcd_power_set()
599 s3c_gpio_cfgpin(S3C2410_GPC(1), S3C_GPIO_SFN(2)); in h1940_lcd_power_set()
600 s3c_gpio_cfgpin(S3C2410_GPC(4), S3C_GPIO_SFN(2)); in h1940_lcd_power_set()
602 gpio_set_value(S3C2410_GPC(5), 1); in h1940_lcd_power_set()
[all …]
Dmach-rx1950.c403 gpio_direction_output(S3C2410_GPC(i), 1); in rx1950_lcd_power()
424 gpio_direction_output(S3C2410_GPC(i), 0); in rx1950_lcd_power()
428 gpio_direction_output(S3C2410_GPC(i), 0); in rx1950_lcd_power()
438 gpio_direction_output(S3C2410_GPC(6), 0); in rx1950_lcd_power()
439 gpio_direction_output(S3C2410_GPC(7), 0); in rx1950_lcd_power()
440 gpio_direction_output(S3C2410_GPC(5), 0); in rx1950_lcd_power()
449 gpio_direction_output(S3C2410_GPC(0), 0); in rx1950_lcd_power()
450 gpio_direction_output(S3C2410_GPC(10), 0); in rx1950_lcd_power()
455 gpio_direction_output(S3C2410_GPC(0), 1); in rx1950_lcd_power()
456 gpio_direction_output(S3C2410_GPC(5), 1); in rx1950_lcd_power()
[all …]
Dmach-smdk2416.c166 for (gpio = S3C2410_GPC(1); gpio <= S3C2410_GPC(4); gpio++) { in s3c2416_fb_gpio_setup_24bpp()
171 for (gpio = S3C2410_GPC(8); gpio <= S3C2410_GPC(15); gpio++) { in s3c2416_fb_gpio_setup_24bpp()
Dgpio-samsung-s3c24xx.h84 #define S3C2410_GPC(_nr) (S3C2410_GPIO_C_START + (_nr)) macro
Dmach-jive.c545 gpio_request_one(S3C2410_GPC(5), GPIOF_OUT_INIT_HIGH, NULL); in jive_power_off()
546 gpio_free(S3C2410_GPC(5)); in jive_power_off()
Dmach-mini2440.c96 .pullup_pin = S3C2410_GPC(5),
717 s3c_gpio_cfgpin(S3C2410_GPC(0), S3C2410_GPC0_LEND); in mini2440_init()
Dgpio-samsung.c917 .base = S3C2410_GPC(0),