Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pinctrl/nomadik/
Dpinctrl-nomadik.c85 #define PIN_PULL_SHIFT 11 macro
86 #define PIN_PULL_MASK (0x3 << PIN_PULL_SHIFT)
87 #define PIN_PULL(x) (((x) & PIN_PULL_MASK) >> PIN_PULL_SHIFT)
88 #define PIN_PULL_NONE (NMK_GPIO_PULL_NONE << PIN_PULL_SHIFT)
89 #define PIN_PULL_UP (NMK_GPIO_PULL_UP << PIN_PULL_SHIFT)
90 #define PIN_PULL_DOWN (NMK_GPIO_PULL_DOWN << PIN_PULL_SHIFT)