Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/xilinx/
H A Dzy7_gpio.c81 #define VALID_PIN(u) (((u) >= MIO_PIN && (u) < MIO_PIN + NUM_MIO_PINS) || \ macro
141 if (!VALID_PIN(pin)) in zy7_gpio_pin_getcaps()
154 if (!VALID_PIN(pin)) in zy7_gpio_pin_getname()
174 if (!VALID_PIN(pin)) in zy7_gpio_pin_getflags()
200 if (!VALID_PIN(pin)) in zy7_gpio_pin_setflags()
237 if (!VALID_PIN(pin) || value > 1) in zy7_gpio_pin_set()
259 if (!VALID_PIN(pin)) in zy7_gpio_pin_get()
273 if (!VALID_PIN(pin)) in zy7_gpio_pin_toggle()