Home
last modified time | relevance | path

Searched refs:PULL_UP_ENABLE_OFF (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-amd.c314 if (pin_reg & BIT(PULL_UP_ENABLE_OFF)) { in amd_gpio_dbg_show()
743 arg = (pin_reg >> PULL_UP_ENABLE_OFF) & BIT(0); in amd_pinconf_get()
789 pin_reg &= ~BIT(PULL_UP_ENABLE_OFF); in amd_pinconf_set()
790 pin_reg |= (arg & BIT(0)) << PULL_UP_ENABLE_OFF; in amd_pinconf_set()
H A Dpinctrl-amd.h39 #define PULL_UP_ENABLE_OFF 20 macro