Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pinctrl/vt8500/
Dpinctrl-wmt.c97 u32 bit = WMT_BIT_FROM_PIN(pin); in wmt_set_pinmux()
434 u32 bit = WMT_BIT_FROM_PIN(pin); in wmt_pinconf_set()
503 u32 bit = WMT_BIT_FROM_PIN(offset); in wmt_gpio_get_direction()
518 u32 bit = WMT_BIT_FROM_PIN(offset); in wmt_gpio_get_value()
534 u32 bit = WMT_BIT_FROM_PIN(offset); in wmt_gpio_set_value()
Dpinctrl-wmt.h34 #define WMT_BIT_FROM_PIN(__pin) (__pin & 0x1f) macro