Searched refs:PULL_DOWN_ENABLE_OFF (Results 1 – 2 of 2) sorted by relevance
40 #define PULL_DOWN_ENABLE_OFF 21 macro
316 if (pin_reg & BIT(PULL_DOWN_ENABLE_OFF)) in amd_gpio_dbg_show()749 arg = (pin_reg >> PULL_DOWN_ENABLE_OFF) & BIT(0); in amd_pinconf_get()795 pin_reg &= ~BIT(PULL_DOWN_ENABLE_OFF); in amd_pinconf_set()796 pin_reg |= (arg & BIT(0)) << PULL_DOWN_ENABLE_OFF; in amd_pinconf_set()