Home
last modified time | relevance | path

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

/freebsd/sys/arm64/rockchip/
H A Drk_gpio.c80 #define RK_GPIO_MAX_PINS 32 macro
105 struct pin_cached pin_cached[RK_GPIO_MAX_PINS];
108 struct rk_pin_irqsrc isrcs[RK_GPIO_MAX_PINS];
348 for (i = 0; i < RK_GPIO_MAX_PINS; i++) { in rk_gpio_attach()
372 for (i = 0; i < RK_GPIO_MAX_PINS; i++) in rk_gpio_attach()
472 if (pin >= RK_GPIO_MAX_PINS) in rk_gpio_pin_getcaps()
487 if (pin >= RK_GPIO_MAX_PINS) in rk_gpio_pin_setflags()
524 if (pin >= RK_GPIO_MAX_PINS) in rk_gpio_pin_get()
541 if (pin >= RK_GPIO_MAX_PINS) in rk_gpio_pin_set()
562 if (pin >= RK_GPIO_MAX_PINS) in rk_gpio_pin_toggle()
[all …]