Home
last modified time | relevance | path

Searched defs:gpiop (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/board/astro/mcf5373l/
Dfpga.c29 gpio_t *gpiop = (gpio_t *)MMAP_GPIO; in altera_pre_fn() local
67 gpio_t *gpiop = (gpio_t *)MMAP_GPIO; in altera_config_fn() local
79 gpio_t *gpiop = (gpio_t *)MMAP_GPIO; in altera_status_fn() local
89 gpio_t *gpiop = (gpio_t *)MMAP_GPIO; in altera_done_fn() local
104 gpio_t *gpiop = (gpio_t *)MMAP_GPIO; in altera_write_fn() local
143 gpio_t *gpiop = (gpio_t *)MMAP_GPIO; in altera_abort_fn() local
206 gpio_t *gpiop = (gpio_t *)MMAP_GPIO; in xilinx_pgm_config_fn() local
221 gpio_t *gpiop = (gpio_t *)MMAP_GPIO; in xilinx_init_config_fn() local
229 gpio_t *gpiop = (gpio_t *)MMAP_GPIO; in xilinx_done_config_fn() local
237 gpio_t *gpiop = (gpio_t *)MMAP_GPIO; in xilinx_abort_config_fn() local
[all …]
/external/u-boot/drivers/gpio/
Dsh_pfc.c174 struct pinmux_gpio *gpiop = &gpioc->gpios[gpio]; in setup_data_reg() local
231 struct pinmux_gpio *gpiop = &gpioc->gpios[gpio]; in get_data_reg() local
Dgpio-uclass.c92 unsigned int *offsetp, unsigned int *gpiop) in gpio_lookup_name()