Searched refs:PULL_UP_SEL_OFF (Results 1 – 2 of 2) sorted by relevance
310 if (pin_reg & BIT(PULL_UP_SEL_OFF)) in amd_gpio_dbg_show()749 arg = (pin_reg >> PULL_UP_SEL_OFF) & (BIT(0) | BIT(1)); in amd_pinconf_get()796 pin_reg &= ~BIT(PULL_UP_SEL_OFF); in amd_pinconf_set()797 pin_reg |= (arg & BIT(0)) << PULL_UP_SEL_OFF; in amd_pinconf_set()
38 #define PULL_UP_SEL_OFF 19 macro