Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pinctrl/uniphier/
Dpinctrl-uniphier.h48 #define UNIPHIER_PIN_PULL_DIR_MASK ((1UL << (UNIPHIER_PIN_PULL_DIR_BITS))\ macro
87 (((x) & (UNIPHIER_PIN_PULL_DIR_MASK)) << (UNIPHIER_PIN_PULL_DIR_SHIFT))
123 UNIPHIER_PIN_PULL_DIR_MASK; in uniphier_pin_get_pull_dir()