Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/uniphier/
H A Dpinctrl-uniphier.h45 #define UNIPHIER_PIN_PULL_DIR_SHIFT ((UNIPHIER_PIN_PUPDCTRL_SHIFT) + \ macro
51 #if UNIPHIER_PIN_PULL_DIR_SHIFT + UNIPHIER_PIN_PULL_DIR_BITS > BITS_PER_LONG
87 (((x) & (UNIPHIER_PIN_PULL_DIR_MASK)) << (UNIPHIER_PIN_PULL_DIR_SHIFT))
122 return ((unsigned long)drv_data >> UNIPHIER_PIN_PULL_DIR_SHIFT) & in uniphier_pin_get_pull_dir()