Searched refs:GPIO_GREEN_REVISION (Results 1 – 1 of 1) sorted by relevance
41 #define GPIO_GREEN_REVISION 27 macro54 gpio_request(GPIO_GREEN_REVISION, "green_revision"); in get_board_revision()55 gpio_direction_input(GPIO_GREEN_REVISION); in get_board_revision()56 revision = 2 * gpio_get_value(GPIO_GREEN_REVISION); in get_board_revision()57 gpio_free(GPIO_GREEN_REVISION); in get_board_revision()