Home
last modified time | relevance | path

Searched refs:S5PC100_GPH0 (Results 1 – 3 of 3) sorted by relevance

/arch/arm/mach-s5pc100/
Dmach-smdkc100.c118 gpio_direction_output(S5PC100_GPH0(6), 1); in smdkc100_lcd_power_set()
120 gpio_direction_output(S5PC100_GPH0(6), 0); in smdkc100_lcd_power_set()
122 gpio_direction_output(S5PC100_GPH0(6), 1); in smdkc100_lcd_power_set()
243 gpio_request(S5PC100_GPH0(6), "GPH0"); in smdkc100_machine_init()
/arch/arm/mach-s5pc100/include/mach/
Dregs-gpio.h32 #define EINT_GPIO_0(x) S5PC100_GPH0(x)
Dgpio.h118 #define S5PC100_GPH0(_nr) (S5PC100_GPIO_H0_START + (_nr)) macro