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

/freebsd-11-stable/sys/gnu/dts/include/dt-bindings/pinctrl/
H A Domap.h22 #define PULL_ENA (1 << 3) macro
38 #define PIN_OUTPUT_PULLUP (PIN_OUTPUT | PULL_ENA | PULL_UP)
39 #define PIN_OUTPUT_PULLDOWN (PIN_OUTPUT | PULL_ENA)
41 #define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)
42 #define PIN_INPUT_PULLDOWN (PULL_ENA | INPUT_EN)
H A Ddra.h53 #define PULL_ENA (0 << 16) macro
67 #define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)
68 #define PIN_INPUT_PULLDOWN (PULL_ENA | INPUT_EN)
H A Dam33xx.h11 #undef PULL_ENA macro
19 /* update macro depending on INPUT_EN and PULL_ENA */
H A Ddm814x.h12 #undef PULL_ENA macro
24 /* update macro depending on INPUT_EN and PULL_ENA */

Completed in 51 milliseconds