Searched refs:INPUT_EN (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/external/gpl2/dts/dist/include/dt-bindings/pinctrl/
H A Ddm814x.h13 #undef INPUT_EN macro
23 #define INPUT_EN (1 << 18) macro
27 /* update macro depending on INPUT_EN and PULL_ENA */
38 #define PIN_INPUT (INPUT_EN | PULL_DISABLE)
39 #define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
40 #define PIN_INPUT_PULLDOWN (INPUT_EN)
H A Dam43xx.h24 #define INPUT_EN (1 << 18) macro
46 #define PIN_INPUT (INPUT_EN | PULL_DISABLE)
47 #define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
48 #define PIN_INPUT_PULLDOWN (INPUT_EN)
H A Ddra.h55 #define INPUT_EN (1 << 18) macro
64 #define PIN_INPUT (INPUT_EN | PULL_DIS)
65 #define PIN_INPUT_SLEW (INPUT_EN | SLEWCONTROL)
66 #define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)
67 #define PIN_INPUT_PULLDOWN (PULL_ENA | INPUT_EN)
H A Dk3.h23 #define INPUT_EN (1 << RXACTIVE_SHIFT) macro
30 #define PIN_INPUT (INPUT_EN | PULL_DISABLE)
31 #define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
32 #define PIN_INPUT_PULLDOWN (INPUT_EN | PULL_DOWN)
H A Domap.h30 #define INPUT_EN (1 << 8) macro
43 #define PIN_INPUT INPUT_EN
44 #define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)
45 #define PIN_INPUT_PULLDOWN (PULL_ENA | INPUT_EN)
H A Dam33xx.h15 #undef INPUT_EN macro
18 #define INPUT_EN (1 << 5) macro
22 /* update macro depending on INPUT_EN and PULL_ENA */
33 #define PIN_INPUT (INPUT_EN | PULL_DISABLE)
34 #define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
35 #define PIN_INPUT_PULLDOWN (INPUT_EN)

Completed in 93 milliseconds