Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/vt8500/
H A Dpinctrl-wmt.c87 u32 bank = WMT_BANK_FROM_PIN(pin); in wmt_set_pinmux()
424 u32 bank = WMT_BANK_FROM_PIN(pin); in wmt_pinconf_set()
483 u32 bank = WMT_BANK_FROM_PIN(offset); in wmt_gpio_get_direction()
498 u32 bank = WMT_BANK_FROM_PIN(offset); in wmt_gpio_get_value()
514 u32 bank = WMT_BANK_FROM_PIN(offset); in wmt_gpio_set_value()
H A Dpinctrl-wmt.h25 #define WMT_BANK_FROM_PIN(__pin) (__pin >> 5) macro