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

/freebsd-10.3-release/sys/arm/xilinx/
H A Dzy7_gpio.c75 #define NUM_MIO_PINS 54 macro
79 #define VALID_PIN(u) (((u) >= MIO_PIN && (u) < MIO_PIN + NUM_MIO_PINS) || \
146 if (pin < NUM_MIO_PINS) {

Completed in 374 milliseconds