Home
last modified time | relevance | path

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

/freebsd/sys/dev/gpio/
H A Dpl061.c78 #define PL061_ALLOWED_CAPS (GPIO_PIN_INPUT | GPIO_PIN_OUTPUT | GPIO_INTR_EDGE_BOTH | \ macro
140 *caps = PL061_ALLOWED_CAPS; in pl061_pin_getcaps()
168 if (flags & ~PL061_ALLOWED_CAPS) in pl061_pin_setflags()