Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H 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()
68 base_addr = pl061_reg_base[gpio_pin / GPIOS_PER_PL061]; in pl061_set_direction()
69 offset = gpio_pin % GPIOS_PER_PL061; in pl061_set_direction()
92 base_addr = pl061_reg_base[gpio_pin / GPIOS_PER_PL061]; in pl061_get_value()
93 offset = gpio_pin % GPIOS_PER_PL061; in pl061_get_value()
112 base_addr = pl061_reg_base[gpio_pin / GPIOS_PER_PL061]; in pl061_set_value()
113 offset = gpio_pin % GPIOS_PER_PL061; in pl061_set_value()
[all …]