Home
last modified time | relevance | path

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

/src/sys/arm64/rockchip/
H A Drk_gpio.c80 #define RK_GPIO_MAX_PINS 32 macro
110 struct pin_cached pin_cached[RK_GPIO_MAX_PINS];
113 struct rk_pin_irqsrc isrcs[RK_GPIO_MAX_PINS];
357 for (i = 0; i < RK_GPIO_MAX_PINS; i++) { in rk_gpio_attach()
375 for (i = 0; i < RK_GPIO_MAX_PINS; i++) in rk_gpio_attach()
482 if (pin >= RK_GPIO_MAX_PINS) in rk_gpio_pin_getcaps()
497 if (pin >= RK_GPIO_MAX_PINS) in rk_gpio_pin_setflags()
534 if (pin >= RK_GPIO_MAX_PINS) in rk_gpio_pin_get()
551 if (pin >= RK_GPIO_MAX_PINS) in rk_gpio_pin_set()
572 if (pin >= RK_GPIO_MAX_PINS) in rk_gpio_pin_toggle()
[all …]