Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/qoriq/
H A Dls1046_gpio.c57 #define PIN_COUNT 32 macro
73 struct gpio_pin setup[PIN_COUNT];
193 if (pin >= PIN_COUNT) in qoriq_gpio_configure()
254 for (i = 0; i < PIN_COUNT; i++) in qoriq_gpio_attach()
281 *maxpin = PIN_COUNT - 1; in qoriq_gpio_pin_max()
290 if (name == NULL || pin >= PIN_COUNT) in qoriq_gpio_pin_getname()
319 if (pin >= PIN_COUNT) in qoriq_gpio_pin_setflags()
342 if (caps == NULL || pin >= PIN_COUNT) in qoriq_gpio_pin_getcaps()
372 if (pin >= PIN_COUNT) in qoriq_gpio_pin_set()
388 if (pin >= PIN_COUNT) in qoriq_gpio_pin_toggle()
[all …]