Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/board/astro/mcf5373l/
H A Dfpga.c32 gpio_t *gpiop = (gpio_t *)MMAP_GPIO; in altera_pre_fn() local
70 gpio_t *gpiop = (gpio_t *)MMAP_GPIO; in altera_config_fn() local
82 gpio_t *gpiop = (gpio_t *)MMAP_GPIO; in altera_status_fn() local
92 gpio_t *gpiop = (gpio_t *)MMAP_GPIO; in altera_done_fn() local
107 gpio_t *gpiop = (gpio_t *)MMAP_GPIO; in altera_write_fn() local
146 gpio_t *gpiop = (gpio_t *)MMAP_GPIO; in altera_abort_fn() local
209 gpio_t *gpiop = (gpio_t *)MMAP_GPIO; in xilinx_pgm_config_fn() local
224 gpio_t *gpiop = (gpio_t *)MMAP_GPIO; in xilinx_init_config_fn() local
232 gpio_t *gpiop = (gpio_t *)MMAP_GPIO; in xilinx_done_config_fn() local
240 gpio_t *gpiop = (gpio_t *)MMAP_GPIO; in xilinx_abort_config_fn() local
[all …]
/rk3399_rockchip-uboot/drivers/gpio/
H A 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
H A Dgpio-uclass.c94 unsigned int *offsetp, unsigned int *gpiop) in gpio_lookup_name()