Searched refs:_npins (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/linux/pinctrl/ |
H A D | pinctrl.h | 42 #define PINCTRL_PINGROUP(_name, _pins, _npins) \ argument 46 .npins = _npins, \
|
/openbmc/linux/drivers/pinctrl/mvebu/ |
H A D | pinctrl-mvebu.h | 184 #define MPP_GPIO_RANGE(_id, _pinbase, _gpiobase, _npins) \ argument 190 .npins = _npins, \
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-mlxbf3.c | 34 #define MLXBF3_GPIO_RANGE(_id, _pinbase, _gpiobase, _npins) \ argument 40 .npins = _npins, \
|
H A D | pinctrl-pistachio.c | 1316 #define GPIO_BANK(_bank, _pin_base, _npins) \ argument 1320 .npins = _npins, \ 1331 .ngpio = _npins, \
|
H A D | pinctrl-pic32.c | 2111 #define GPIO_BANK(_bank, _npins) \ argument 2122 .ngpio = _npins, \
|