Home
last modified time | relevance | path

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

/external/u-boot/drivers/gpio/
Dxilinx_gpio.c308 int gpio_alloc(u32 baseaddr, const char *name, u32 gpio_no) in gpio_alloc() function
342 ret = gpio_alloc(baseaddr, name, gpio_no0); in gpio_alloc_dual()
343 gpio_alloc(baseaddr + 8, strcat((char *)name, "_1"), gpio_no1); in gpio_alloc_dual()
/external/u-boot/arch/microblaze/include/asm/
Dgpio.h9 extern int gpio_alloc(u32 baseaddr, const char *name, u32 gpio_no);
/external/u-boot/board/xilinx/microblaze-generic/
Dmicroblaze-generic.c83 reset_pin = gpio_alloc(CONFIG_SYS_GPIO_0_ADDR, "reset", 1); in gpio_init()