Home
last modified time | relevance | path

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

/openbmc/u-boot/board/buffalo/lsxl/
H A Dlsxl.h19 #define GPIO_FUNC_BUTTON 41 macro
53 | _BIT(GPIO_FUNC_BUTTON - 32) \
H A Dlsxl.c238 while (!kw_gpio_get_value(GPIO_FUNC_BUTTON)) { in check_push_button()