Go to the documentation of this file.
16 #ifndef __PINMUX_TEGRA_H__
17 #define __PINMUX_TEGRA_H__
59 #define TEGRA_PINCONF_PACK(_param_, _arg_) ((_param_) << 16 | (_arg_))
60 #define TEGRA_PINCONF_UNPACK_PARAM(_conf_) ((_conf_) >> 16)
61 #define TEGRA_PINCONF_UNPACK_ARG(_conf_) ((_conf_) & 0xffff)
178 const struct pinctrl_pin_desc *
pins;