Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pinctrl/uniphier/
Dpinctrl-uniphier.h57 #define UNIPHIER_PIN_PULL_DIR_MASK ((1UL << (UNIPHIER_PIN_PULL_DIR_BITS))\ macro
96 (((x) & (UNIPHIER_PIN_PULL_DIR_MASK)) << (UNIPHIER_PIN_PULL_DIR_SHIFT))
132 UNIPHIER_PIN_PULL_DIR_MASK; in uniphier_pin_get_pull_dir()