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

  /src/sys/external/gpl2/dts/dist/include/dt-bindings/pinctrl/
dm814x.h 14 #undef PULL_UP
24 #define PULL_UP (1 << 17)
36 #define PIN_OUTPUT_PULLUP (PULL_UP)
39 #define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
k3.h 20 #define PULL_UP (1 << PULLTYPESEL_SHIFT | PULL_ENABLE)
28 #define PIN_OUTPUT_PULLUP (INPUT_DISABLE | PULL_UP)
31 #define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
am43xx.h 23 #define PULL_UP (1 << 17)
44 #define PIN_OUTPUT_PULLUP (PULL_UP)
47 #define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
dra.h 54 #define PULL_UP (1 << 17)
62 #define PIN_OUTPUT_PULLUP (PULL_UP)
66 #define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)
hisi.h 35 #define PULL_UP (1 << 0)
omap.h 26 #define PULL_UP (1 << 4)
41 #define PIN_OUTPUT_PULLUP (PIN_OUTPUT | PULL_ENA | PULL_UP)
44 #define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)

Completed in 50 milliseconds