Lines Matching +full:mmio +full:- +full:mux
1 /* SPDX-License-Identifier: GPL-2.0+ */
14 #include <linux/pinctrl/pinconf-generic.h>
23 * struct imx_pin_mmio - MMIO pin configurations
24 * @mux_mode: the mux mode for this pin.
38 * struct imx_pin_scu - SCU pin configurations
39 * @mux: the mux mode for this pin.
48 * struct imx_pin - describes a single i.MX pin
50 * @conf: config type of this pin, either mmio or scu
55 struct imx_pin_mmio mmio; member
61 * struct imx_pin_reg - describe a pin reg map
62 * @mux_reg: mux register offset
140 #define PAD_CTL_MASK(len) ((1 << len) - 1)