Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pinctrl/uniphier/
Dpinctrl-uniphier.h60 #define UNIPHIER_PIN_PULL_DIR_MASK ((1UL << (UNIPHIER_PIN_PULL_DIR_BITS))\ macro
97 (((x) & (UNIPHIER_PIN_PULL_DIR_MASK)) << (UNIPHIER_PIN_PULL_DIR_SHIFT))
133 UNIPHIER_PIN_PULL_DIR_MASK; in uniphier_pin_get_pull_dir()