HomeSort by: relevance | last modified time | path
    Searched refs:GPIO_FN_IS_OUT (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/evbarm/gumstix/
gxmci.c 92 GPIO_FN_IS_OUT(reg) != GPIO_FN_IS_OUT(gpioconf[i].value))
gxpcic.c 145 GPIO_FN_IS_OUT(reg) != GPIO_FN_IS_OUT(gpioconf[i].value)) {
  /src/sys/arch/arm/xscale/
pxa2x0_com.c 117 GPIO_FN_IS_OUT(gpio) != GPIO_FN_IS_OUT(gpioconf[i].value))
pxa2x0_gpio.c 526 GPIO_FN_IS_OUT(fn) == GPIO_FN_IS_OUT(oldfn)) {
563 if (GPIO_FN_IS_OUT(fn))
633 if (GPIO_FN_IS_OUT(dir))
pxa2x0_ac97.c 246 GPIO_FN_IS_OUT(gpio) != GPIO_FN_IS_OUT(gpioconf[i].value))
pxa2x0reg.h 442 #define GPIO_FN_IS_OUT(n) ((n) & GPIO_OUT)

Completed in 17 milliseconds