Home
last modified time | relevance | path

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

/arch/arm/mach-clps711x/
Dboard-p720t.c72 #define PLD_S2_ON (PLD_PWR_MMGPIO_BASE + 1) /* LCD 3V3 supply enable */ macro
160 { PLD_S2_ON, GPIOF_OUT_INIT_LOW, "PLD_S2_ON" },
271 gpio_set_value(PLD_S2_ON, 1); in p720t_lcd_power_set()
275 gpio_set_value(PLD_S2_ON, 0); in p720t_lcd_power_set()