Home
last modified time | relevance | path

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

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