Home
last modified time | relevance | path

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

/openbmc/u-boot/board/bosch/shc/
H A Dboard.c97 gpio_request(FRONT_BUTTON_GPIO, "Front button"); in shc_request_gpio()
244 gpio_direction_input(FRONT_BUTTON_GPIO); in check_button_status()
245 value = gpio_get_value(FRONT_BUTTON_GPIO); in check_button_status()
H A Dboard.h143 #define FRONT_BUTTON_GPIO GPIO_TO_PIN(1, 25) macro