Searched refs:PULL_DOWN (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/pinctrl/ |
D | pinctrl-at91.c | 57 #define PULL_DOWN (1 << 3) macro 875 *config |= PULL_DOWN; in at91_pinconf_get() 910 if (config & PULL_UP && config & PULL_DOWN) in at91_pinconf_set() 921 info->ops->set_pulldown(pio, mask, config & PULL_DOWN); in at91_pinconf_set() 962 DBG_SHOW_FLAG(PULL_DOWN); in at91_pinconf_dbg_show()
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | atmel,at91-pinctrl.txt | 93 PULL_DOWN (1 << 3): indicate this pin needs a pull down.
|
/linux-4.4.14/drivers/pinctrl/sirf/ |
D | pinctrl-atlas7.c | 112 #define PULL_DOWN 3 macro 4790 { P4WE_PULL_DOWN, PULL_DOWN }, 4797 { P16ST_PULL_DOWN, PULL_DOWN }, 4801 { PM31_PULL_DISABLED, PULL_DOWN }, 4809 { PANGD_PULL_DOWN, PULL_DOWN }, 4817 { PULL_DOWN, P4WE_PULL_DOWN }, 4826 { PULL_DOWN, P16ST_PULL_DOWN }, 4835 { PULL_DOWN, PM31_PULL_DISABLED }, 4844 { PULL_DOWN, PANGD_PULL_DOWN }, 5323 pin, PULL_DOWN); in atlas7_pin_config_set()
|