Home
last modified time | relevance | path

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

/openbmc/u-boot/board/BuR/brxre1/
H A Dboard.c34 #define LCD_PWR (0+5) macro
137 if (gpio_request(LCD_PWR, "LCD_PWR") != 0) in am33xx_spl_board_init()
139 else if (gpio_direction_output(LCD_PWR, 0) != 0) in am33xx_spl_board_init()
/openbmc/u-boot/board/teejet/mt_ventoux/
H A Dmt_ventoux.c49 #define LCD_PWR 138 macro
328 gpio_request(LCD_PWR, "LCD Power"); in board_video_init()
330 gpio_direction_output(LCD_PWR, 0); in board_video_init()