Searched refs:S5PC100_GPH0 (Results 1 – 3 of 3) sorted by relevance
118 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()
32 #define EINT_GPIO_0(x) S5PC100_GPH0(x)
118 #define S5PC100_GPH0(_nr) (S5PC100_GPIO_H0_START + (_nr)) macro