Searched refs:_idh (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/pinctrl/mvebu/ |
A D | pinctrl-mvebu.h | 133 #define MPP_FUNC_CTRL(_idl, _idh, _name, _func) \ argument 137 .npins = _idh - _idl + 1, \ 138 .pins = (unsigned[_idh - _idl + 1]) { }, \ 145 #define MPP_FUNC_GPIO_CTRL(_idl, _idh, _name, _func) \ argument 149 .npins = _idh - _idl + 1, \ 150 .pins = (unsigned[_idh - _idl + 1]) { }, \
|
Completed in 3 milliseconds