Home
last modified time | relevance | path

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

/linux/include/dt-bindings/pinctrl/
H A Domap.h23 #define PULL_ENA (1 << 3) macro
39 #define PIN_OUTPUT_PULLUP (PIN_OUTPUT | PULL_ENA | PULL_UP)
40 #define PIN_OUTPUT_PULLDOWN (PIN_OUTPUT | PULL_ENA)
42 #define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)
43 #define PIN_INPUT_PULLDOWN (PULL_ENA | INPUT_EN)
H A Ddra.h50 #define PULL_ENA (0 << 16) macro
64 #define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)
65 #define PIN_INPUT_PULLDOWN (PULL_ENA | INPUT_EN)
H A Ddm814x.h13 #undef PULL_ENA
H A Dam33xx.h12 #undef PULL_ENA