Searched refs:S3C2410_GPC (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/arch/arm/mach-s3c24xx/ |
D | mach-h1940.c | 530 gpio_set_value(S3C2410_GPC(0), 0); in h1940_lcd_power_set() 533 value = gpio_get_value(S3C2410_GPC(6)); in h1940_lcd_power_set() 540 gpio_direction_output(S3C2410_GPC(1), 0); in h1940_lcd_power_set() 541 gpio_direction_output(S3C2410_GPC(4), 0); in h1940_lcd_power_set() 546 gpio_set_value(S3C2410_GPC(5), 0); in h1940_lcd_power_set() 552 gpio_direction_input(S3C2410_GPC(1)); in h1940_lcd_power_set() 553 gpio_direction_input(S3C2410_GPC(4)); in h1940_lcd_power_set() 555 s3c_gpio_cfgpin(S3C2410_GPC(1), S3C_GPIO_SFN(2)); in h1940_lcd_power_set() 556 s3c_gpio_cfgpin(S3C2410_GPC(4), S3C_GPIO_SFN(2)); in h1940_lcd_power_set() 558 gpio_set_value(S3C2410_GPC(5), 1); in h1940_lcd_power_set() [all …]
|
D | mach-rx1950.c | 390 gpio_direction_output(S3C2410_GPC(i), 1); in rx1950_lcd_power() 411 gpio_direction_output(S3C2410_GPC(i), 0); in rx1950_lcd_power() 415 gpio_direction_output(S3C2410_GPC(i), 0); in rx1950_lcd_power() 425 gpio_direction_output(S3C2410_GPC(6), 0); in rx1950_lcd_power() 426 gpio_direction_output(S3C2410_GPC(7), 0); in rx1950_lcd_power() 427 gpio_direction_output(S3C2410_GPC(5), 0); in rx1950_lcd_power() 435 gpio_direction_output(S3C2410_GPC(0), 0); in rx1950_lcd_power() 436 gpio_direction_output(S3C2410_GPC(10), 0); in rx1950_lcd_power() 441 gpio_direction_output(S3C2410_GPC(0), 1); in rx1950_lcd_power() 442 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 | 98 .pullup_pin = S3C2410_GPC(5), 655 s3c_gpio_cfgpin(S3C2410_GPC(0), S3C2410_GPC0_LEND); in mini2440_init()
|
/Linux-v4.19/arch/arm/mach-s3c24xx/include/mach/ |
D | gpio-samsung.h | 82 #define S3C2410_GPC(_nr) (S3C2410_GPIO_C_START + (_nr)) macro
|
/Linux-v4.19/arch/arm/plat-samsung/ |
D | gpio-samsung.c | 917 .base = S3C2410_GPC(0),
|