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