Home
last modified time | relevance | path

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

/openbmc/u-boot/board/dhelectronics/dh_imx6/
H A Ddh_imx6.c376 #define HW_CODE_BIT_2 IMX_GPIO_NR(2, 16) macro
384 gpio_direction_input(HW_CODE_BIT_2); in board_get_hwcode()
387 hw_code = ((gpio_get_value(HW_CODE_BIT_2) << 2) | in board_get_hwcode()