Searched refs:GPIO_PINS (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/arm/imx/
H A Dimx23_pinctrl.c46 #define GPIO_PINS 96 macro
53 gpio_pin_t pins[GPIO_PINS];
90 const static int pin_caps[GPIO_PINS] = {
411 for(i = 0; i < GPIO_PINS; i++) {
426 gpiobus_aa.gba_npins = GPIO_PINS;
/netbsd-current/sys/arch/mips/ralink/
H A Dralink_gpio.c94 #define GPIO_PINS 96 macro
98 #define GPIO_PINS 96 macro
100 #define GPIO_PINS 52 macro
106 #define BOOT_COUNT GPIO_PINS
108 #define SPECIAL_COMMANDS (UPGRADE + 1 - GPIO_PINS)
298 gpio_pin_t sc_pins[GPIO_PINS + SPECIAL_COMMANDS];
457 static const int pin_tab_index[GPIO_PINS] = {
682 for (int pin = 0; pin < GPIO_PINS; pin++)
753 gba.gba_npins = (GPIO_PINS + SPECIAL_COMMANDS);
797 KASSERT(pin < GPIO_PINS);
[all...]

Completed in 178 milliseconds