Home
last modified time | relevance | path

Searched refs:PULL_DIS (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/hisilicon/
H A Dhikey-pinctrl.dtsi251 pinctrl-single,bias-pulldown = <PULL_DIS PULL_DOWN PULL_DIS PULL_DOWN>;
252 pinctrl-single,bias-pullup = <PULL_UP PULL_UP PULL_DIS PULL_UP>;
260 pinctrl-single,bias-pulldown = <PULL_DIS PULL_DOWN PULL_DIS PULL_DOWN>;
261 pinctrl-single,bias-pullup = <PULL_DIS PULL_UP PULL_DIS PULL_UP>;
269 pinctrl-single,bias-pulldown = <PULL_DIS PULL_DOWN PULL_DIS PULL_DOWN>;
270 pinctrl-single,bias-pullup = <PULL_DIS PULL_UP PULL_DIS PULL_UP>;
286 pinctrl-single,bias-pulldown = <PULL_DIS PULL_DOWN PULL_DIS PULL_DOWN>;
287 pinctrl-single,bias-pullup = <PULL_UP PULL_UP PULL_DIS PULL_UP>;
295 pinctrl-single,bias-pulldown = <PULL_DIS PULL_DOWN PULL_DIS PULL_DOWN>;
296 pinctrl-single,bias-pullup = <PULL_DIS PULL_UP PULL_DIS PULL_UP>;
[all …]
H A Dhikey960-pinctrl.dtsi334 PULL_DIS
336 PULL_DIS
340 PULL_DIS
342 PULL_DIS
356 PULL_DIS
358 PULL_DIS
362 PULL_DIS
364 PULL_DIS
377 PULL_DIS
379 PULL_DIS
[all …]
H A Dhikey970-pinctrl.dtsi78 PULL_DIS
80 PULL_DIS
84 PULL_DIS
86 PULL_DIS
102 PULL_DIS
104 PULL_DIS
108 PULL_DIS
110 PULL_DIS
126 PULL_DIS
128 PULL_DIS
[all …]
/OK3568_Linux_fs/u-boot/include/dt-bindings/pinctrl/
H A Ddra.h54 #define PULL_DIS (1 << 16) macro
62 #define PIN_OUTPUT (0 | PULL_DIS)
65 #define PIN_INPUT (INPUT_EN | PULL_DIS)
/OK3568_Linux_fs/kernel/include/dt-bindings/pinctrl/
H A Ddra.h51 #define PULL_DIS (1 << 16) macro
59 #define PIN_OUTPUT (0 | PULL_DIS)
62 #define PIN_INPUT (INPUT_EN | PULL_DIS)
H A Dhisi.h32 #define PULL_DIS (0) macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-omap5/
H A Dmux_dra7xx.h30 #define PULL_DIS (1 << 16) macro
36 #define PIN_OUTPUT (0 | PULL_DIS)
39 #define PIN_INPUT (INPUT_EN | PULL_DIS)
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-hi6220/
H A Dpinmux.h26 #define PULL_DIS (0) macro