Searched refs:gpio_alloc (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/drivers/gpio/ |
D | xilinx_gpio.c | 308 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/ |
D | gpio.h | 9 extern int gpio_alloc(u32 baseaddr, const char *name, u32 gpio_no);
|
/external/u-boot/board/xilinx/microblaze-generic/ |
D | microblaze-generic.c | 83 reset_pin = gpio_alloc(CONFIG_SYS_GPIO_0_ADDR, "reset", 1); in gpio_init()
|