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

/freebsd-12-stable/sys/gnu/dts/include/dt-bindings/pinctrl/
H A Ddm814x.h11 #undef INPUT_EN macro
21 #define INPUT_EN (1 << 18) macro
25 /* update macro depending on INPUT_EN and PULL_ENA */
36 #define PIN_INPUT (INPUT_EN | PULL_DISABLE)
37 #define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
38 #define PIN_INPUT_PULLDOWN (INPUT_EN)
H A Dam43xx.h22 #define INPUT_EN (1 << 18) macro
44 #define PIN_INPUT (INPUT_EN | PULL_DISABLE)
45 #define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
46 #define PIN_INPUT_PULLDOWN (INPUT_EN)
H A Dk3.h21 #define INPUT_EN (1 << RXACTIVE_SHIFT) macro
28 #define PIN_INPUT (INPUT_EN | PULL_DISABLE)
29 #define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
30 #define PIN_INPUT_PULLDOWN (INPUT_EN | PULL_DOWN)
H A Ddra.h53 #define INPUT_EN (1 << 18) macro
62 #define PIN_INPUT (INPUT_EN | PULL_DIS)
63 #define PIN_INPUT_SLEW (INPUT_EN | SLEWCONTROL)
64 #define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)
65 #define PIN_INPUT_PULLDOWN (PULL_ENA | INPUT_EN)
H A Domap.h28 #define INPUT_EN (1 << 8) macro
41 #define PIN_INPUT INPUT_EN
42 #define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)
43 #define PIN_INPUT_PULLDOWN (PULL_ENA | INPUT_EN)
H A Dam33xx.h13 #undef INPUT_EN macro
16 #define INPUT_EN (1 << 5) macro
20 /* update macro depending on INPUT_EN and PULL_ENA */
31 #define PIN_INPUT (INPUT_EN | PULL_DISABLE)
32 #define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
33 #define PIN_INPUT_PULLDOWN (INPUT_EN)

Completed in 170 milliseconds