Home
last modified time | relevance | path

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

/openbmc/u-boot/board/ti/am335x/
H A Dboard.c582 static void request_and_set_gpio(int gpio, char *name, int val) in request_and_set_gpio() function
606 #define REQUEST_AND_SET_GPIO(N) request_and_set_gpio(N, #N, 1);
607 #define REQUEST_AND_CLR_GPIO(N) request_and_set_gpio(N, #N, 0);