Home
last modified time | relevance | path

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

/openbsd/sys/dev/fdt/
H A Dsxipio.c43 #define SXIPIO_NPORT 9 macro
76 struct sxipio_gpio sc_gpio[SXIPIO_NPORT];
77 struct gpio_chipset_tag sc_gpio_tag[SXIPIO_NPORT];
78 gpio_pin_t sc_gpio_pins[SXIPIO_NPORT][32];
411 if (port > SXIPIO_NPORT || pin >= 32) in sxipio_config_pin()
429 if (port > SXIPIO_NPORT || pin >= 32) in sxipio_get_pin()
449 if (port > SXIPIO_NPORT || pin >= 32) in sxipio_set_pin()