HomeSort by relevance Sort by last modified time
    Searched defs:PIN_OUTPUT (Results 1 - 6 of 6) sorted by null

  /external/u-boot/include/dt-bindings/pinctrl/
am33xx.h 19 #undef PIN_OUTPUT
26 #define PIN_OUTPUT (PULL_DISABLE)
am43xx.h 26 #define PIN_OUTPUT (PULL_DISABLE)
dra.h 62 #define PIN_OUTPUT (0 | PULL_DIS)
omap.h 40 #define PIN_OUTPUT 0
41 #define PIN_OUTPUT_PULLUP (PIN_OUTPUT | PULL_ENA | PULL_UP)
42 #define PIN_OUTPUT_PULLDOWN (PIN_OUTPUT | PULL_ENA)
  /external/u-boot/include/dt-bindings/gpio/
x86-gpio.h 22 #define PIN_OUTPUT 1
  /external/u-boot/arch/arm/include/asm/arch-omap5/
mux_dra7xx.h 21 #define PIN_OUTPUT (0 | PULL_DIS)

Completed in 544 milliseconds