Searched refs:S3C2410_GPC (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/arch/arm/mach-s3c24xx/ |
D | mach-h1940.c | 540 gpio_set_value(S3C2410_GPC(0), 0); in h1940_lcd_power_set() 543 value = gpio_get_value(S3C2410_GPC(6)); in h1940_lcd_power_set() 550 gpio_direction_output(S3C2410_GPC(1), 0); in h1940_lcd_power_set() 551 gpio_direction_output(S3C2410_GPC(4), 0); in h1940_lcd_power_set() 556 gpio_set_value(S3C2410_GPC(5), 0); in h1940_lcd_power_set() 562 gpio_direction_input(S3C2410_GPC(1)); in h1940_lcd_power_set() 563 gpio_direction_input(S3C2410_GPC(4)); in h1940_lcd_power_set() 565 s3c_gpio_cfgpin(S3C2410_GPC(1), S3C_GPIO_SFN(2)); in h1940_lcd_power_set() 566 s3c_gpio_cfgpin(S3C2410_GPC(4), S3C_GPIO_SFN(2)); in h1940_lcd_power_set() 568 gpio_set_value(S3C2410_GPC(5), 1); in h1940_lcd_power_set() [all …]
|
D | mach-rx1950.c | 391 gpio_direction_output(S3C2410_GPC(i), 1); in rx1950_lcd_power() 412 gpio_direction_output(S3C2410_GPC(i), 0); in rx1950_lcd_power() 416 gpio_direction_output(S3C2410_GPC(i), 0); in rx1950_lcd_power() 426 gpio_direction_output(S3C2410_GPC(6), 0); in rx1950_lcd_power() 427 gpio_direction_output(S3C2410_GPC(7), 0); in rx1950_lcd_power() 428 gpio_direction_output(S3C2410_GPC(5), 0); in rx1950_lcd_power() 436 gpio_direction_output(S3C2410_GPC(0), 0); in rx1950_lcd_power() 437 gpio_direction_output(S3C2410_GPC(10), 0); in rx1950_lcd_power() 442 gpio_direction_output(S3C2410_GPC(0), 1); in rx1950_lcd_power() 443 gpio_direction_output(S3C2410_GPC(5), 1); in rx1950_lcd_power() [all …]
|
D | mach-smdk2416.c | 168 for (gpio = S3C2410_GPC(1); gpio <= S3C2410_GPC(4); gpio++) { in s3c2416_fb_gpio_setup_24bpp() 173 for (gpio = S3C2410_GPC(8); gpio <= S3C2410_GPC(15); gpio++) { in s3c2416_fb_gpio_setup_24bpp()
|
D | mach-jive.c | 539 gpio_request_one(S3C2410_GPC(5), GPIOF_OUT_INIT_HIGH, NULL); in jive_power_off() 540 gpio_free(S3C2410_GPC(5)); in jive_power_off()
|
D | mach-mini2440.c | 99 .pullup_pin = S3C2410_GPC(5), 672 s3c_gpio_cfgpin(S3C2410_GPC(0), S3C2410_GPC0_LEND); in mini2440_init()
|
/Linux-v5.4/arch/arm/mach-s3c24xx/include/mach/ |
D | gpio-samsung.h | 82 #define S3C2410_GPC(_nr) (S3C2410_GPIO_C_START + (_nr)) macro
|
/Linux-v5.4/arch/arm/plat-samsung/ |
D | gpio-samsung.c | 917 .base = S3C2410_GPC(0),
|