Searched refs:PULL_DOWN (Results 1 – 2 of 2) sorted by relevance
57 #define PULL_DOWN (1 << 3) macro875 *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()
93 PULL_DOWN (1 << 3): indicate this pin needs a pull down.