Searched refs:PULL_DISABLE (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/gnu/dts/include/dt-bindings/pinctrl/
H A Ddm814x.h23 #define PULL_DISABLE (1 << 16) macro
33 #define PIN_OUTPUT (PULL_DISABLE)
36 #define PIN_INPUT (INPUT_EN | PULL_DISABLE)
H A Dam43xx.h20 #define PULL_DISABLE (1 << 16) macro
41 #define PIN_OUTPUT (PULL_DISABLE)
44 #define PIN_INPUT (INPUT_EN | PULL_DISABLE)
H A Dk3.h15 #define PULL_DISABLE (1 << PULLUDEN_SHIFT) macro
25 #define PIN_OUTPUT (INPUT_DISABLE | PULL_DISABLE)
28 #define PIN_INPUT (INPUT_EN | PULL_DISABLE)
H A Dkeystone.h31 #define PULL_DISABLE (1 << 16) macro
H A Dam33xx.h15 #define PULL_DISABLE (1 << 3) macro
28 #define PIN_OUTPUT (PULL_DISABLE)
31 #define PIN_INPUT (INPUT_EN | PULL_DISABLE)

Completed in 52 milliseconds