Lines Matching +full:mmio +full:- +full:mux
1 /* SPDX-License-Identifier: GPL-2.0+ */
22 * struct imx_pin_mmio - MMIO pin configurations
23 * @mux_mode: the mux mode for this pin.
37 * struct imx_pin_scu - SCU pin configurations
38 * @mux: the mux mode for this pin.
47 * struct imx_pin - describes a single i.MX pin
49 * @conf: config type of this pin, either mmio or scu
54 struct imx_pin_mmio mmio; member
60 * struct imx_pin_reg - describe a pin reg map
61 * @mux_reg: mux register offset
116 #define PAD_CTL_MASK(len) ((1 << len) - 1)