Home
last modified time | relevance | path

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

/optee_os/core/drivers/
A Dpl061_gpio.c18 (GPIOS_PER_PL061 - 1)) / GPIOS_PER_PL061)
20 #define GPIOS_PER_PL061 8 macro
52 base_addr = pl061_reg_base[gpio_pin / GPIOS_PER_PL061]; in pl061_get_direction()
53 offset = gpio_pin % GPIOS_PER_PL061; in pl061_get_direction()
69 offset = gpio_pin % GPIOS_PER_PL061; in pl061_set_direction()
93 offset = gpio_pin % GPIOS_PER_PL061; in pl061_get_value()
113 offset = gpio_pin % GPIOS_PER_PL061; in pl061_set_value()
130 offset = gpio_pin % GPIOS_PER_PL061; in pl061_get_interrupt()
147 offset = gpio_pin % GPIOS_PER_PL061; in pl061_set_interrupt()
196 offset = gpio_pin % GPIOS_PER_PL061; in pl061_get_mode_control()
[all …]

Completed in 2 milliseconds