Searched refs:PULL_DOWN (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/arm64/boot/dts/hisilicon/ |
| H A D | hikey-pinctrl.dtsi | 251 pinctrl-single,bias-pulldown = <PULL_DIS PULL_DOWN PULL_DIS PULL_DOWN>; 260 pinctrl-single,bias-pulldown = <PULL_DIS PULL_DOWN PULL_DIS PULL_DOWN>; 269 pinctrl-single,bias-pulldown = <PULL_DIS PULL_DOWN PULL_DIS PULL_DOWN>; 286 pinctrl-single,bias-pulldown = <PULL_DIS PULL_DOWN PULL_DIS PULL_DOWN>; 295 pinctrl-single,bias-pulldown = <PULL_DIS PULL_DOWN PULL_DIS PULL_DOWN>; 304 pinctrl-single,bias-pulldown = <PULL_DIS PULL_DOWN PULL_DIS PULL_DOWN>; 312 pinctrl-single,bias-pulldown = <PULL_DOWN PULL_DOWN PULL_DIS PULL_DOWN>; 325 pinctrl-single,bias-pulldown = <PULL_DIS PULL_DOWN PULL_DIS PULL_DOWN>; 337 pinctrl-single,bias-pulldown = <PULL_DOWN PULL_DOWN PULL_DIS PULL_DOWN>; 346 pinctrl-single,bias-pulldown = <PULL_DIS PULL_DOWN PULL_DIS PULL_DOWN>; [all …]
|
| H A D | hikey970-pinctrl.dtsi | 226 PULL_DOWN 228 PULL_DOWN 250 PULL_DOWN 252 PULL_DOWN 274 PULL_DOWN 276 PULL_DOWN 298 PULL_DOWN 300 PULL_DOWN 320 PULL_DOWN 322 PULL_DOWN [all …]
|
| H A D | hikey960-pinctrl.dtsi | 335 PULL_DOWN 337 PULL_DOWN 357 PULL_DOWN 359 PULL_DOWN 378 PULL_DOWN 380 PULL_DOWN 399 PULL_DOWN 401 PULL_DOWN 422 PULL_DOWN 424 PULL_DOWN [all …]
|
| /linux/include/dt-bindings/pinctrl/ |
| H A D | hisi.h | 26 #define PULL_DOWN (1 << 1) macro
|
| /linux/drivers/pinctrl/ |
| H A D | pinctrl-at91.c | 72 #define PULL_DOWN (1 << 3) macro 1010 *config |= PULL_DOWN; in at91_pinconf_get() 1049 if (config & PULL_UP && config & PULL_DOWN) in at91_pinconf_set() 1062 info->ops->set_pulldown(pio, mask, config & PULL_DOWN); in at91_pinconf_set() 1106 DBG_SHOW_FLAG(PULL_DOWN); in at91_pinconf_dbg_show()
|