Home
last modified time | relevance | path

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

/optee_os/core/drivers/
A Dls_gpio.c38 assert(gpio_pin <= MAX_GPIO_PINS); in gpio_get_value()
63 assert(gpio_pin <= MAX_GPIO_PINS); in gpio_set_value()
89 assert(gpio_pin <= MAX_GPIO_PINS); in gpio_get_direction()
114 assert(gpio_pin <= MAX_GPIO_PINS); in gpio_set_direction()
138 assert(gpio_pin <= MAX_GPIO_PINS); in gpio_get_interrupt()
163 assert(gpio_pin <= MAX_GPIO_PINS); in gpio_set_interrupt()
/optee_os/core/include/drivers/
A Dls_gpio.h18 #define MAX_GPIO_PINS U(31) macro
21 #define PIN_SHIFT(x) BIT(MAX_GPIO_PINS - (x))

Completed in 4 milliseconds