Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/board/siemens/common/
H A Dboard.c194 unsigned char gpio_n, gpio_s0, gpio_s1; in set_env_gpios() local
225 gpio_n = (unsigned char)simple_strtoul(str_tmp, NULL, 0); in set_env_gpios()
228 if (gpio_n > MAX_PIN_NUMBER) in set_env_gpios()
231 gpio_request(gpio_n, ""); in set_env_gpios()
241 gpio_direction_output(gpio_n, gpio_s0); in set_env_gpios()
249 gpio_direction_output(gpio_n, gpio_s1); in set_env_gpios()
/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dimmap_83xx.h251 typedef struct gpio_n { struct