Go to the documentation of this file.
12 #ifndef __PINCTRL_LANTIQ_H
23 #define ARRAY_AND_SIZE(x) (x), ARRAY_SIZE(x)
26 #define MFPR_FUNC_MASK 0x3
28 #define LTQ_PINCONF_PACK(param, arg) ((param) << 16 | (arg))
29 #define LTQ_PINCONF_UNPACK_PARAM(conf) ((conf) >> 16)
30 #define LTQ_PINCONF_UNPACK_ARG(conf) ((conf) & 0xffff)
46 const unsigned int pin;
74 struct pinctrl_pin_desc *
pads;