Searched refs:iomux (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/arch/arc/boot/dts/ |
D | abilis_tb101.dtsi | 43 iomux: iomux@FF10601c { label 186 gpio-ranges = <&iomux 0 0 0>; 199 gpio-ranges = <&iomux 0 0 0>; 212 gpio-ranges = <&iomux 0 0 0>; 225 gpio-ranges = <&iomux 0 0 0>; 238 gpio-ranges = <&iomux 0 0 0>; 251 gpio-ranges = <&iomux 0 0 0>; 264 gpio-ranges = <&iomux 0 0 0>; 277 gpio-ranges = <&iomux 0 0 0>; 290 gpio-ranges = <&iomux 0 0 0>; [all …]
|
D | abilis_tb100.dtsi | 43 iomux: iomux@FF10601c { label 177 gpio-ranges = <&iomux 0 0 0>; 190 gpio-ranges = <&iomux 0 0 0>; 203 gpio-ranges = <&iomux 0 0 0>; 216 gpio-ranges = <&iomux 0 0 0>; 229 gpio-ranges = <&iomux 0 0 0>; 242 gpio-ranges = <&iomux 0 0 0>; 255 gpio-ranges = <&iomux 0 0 0>; 268 gpio-ranges = <&iomux 0 0 0>; 281 gpio-ranges = <&iomux 0 0 0>; [all …]
|
D | abilis_tb10x.dtsi | 64 iomux: iomux@FF10601c { label 65 compatible = "abilis,tb10x-iomux";
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | abilis,tb10x-iomux.txt | 7 - compatible: should be "abilis,tb10x-iomux"; 52 iomux: iomux@FF10601c { 53 compatible = "abilis,tb10x-iomux"; 78 gpio-ranges = <&iomux 0 0>;
|
D | rockchip,pinctrl.txt | 21 Required properties for iomux controller: 28 Optional properties for iomux controller: 30 as some SoCs carry parts of the iomux controller registers there. 33 Deprecated properties for iomux controller: 34 - reg: first element is the general register space of the iomux controller 41 - reg: register of the gpio bank (different than the iomux registerset)
|
D | fsl,imx27-pinctrl.txt | 55 The iomux controller has gpio child nodes which are embedded in the iomux 56 control registers. They have to be defined as child nodes of the iomux device 58 properties for the iomux device node are required.
|
D | fsl,imx-pinctrl.txt | 20 Required properties for iomux controller: 46 1. We have pin function node defined under iomux controller node to represent
|
D | atmel,at91-pinctrl.txt | 20 Required properties for iomux controller:
|
/linux-4.1.27/drivers/pinctrl/ |
D | pinctrl-rockchip.c | 116 struct rockchip_iomux iomux[4]; member 132 .iomux = { \ 145 .iomux = { \ 393 if (bank->iomux[iomux_num].type & IOMUX_UNROUTED) { in rockchip_get_mux() 398 if (bank->iomux[iomux_num].type & IOMUX_GPIO_ONLY) in rockchip_get_mux() 401 regmap = (bank->iomux[iomux_num].type & IOMUX_SOURCE_PMU) in rockchip_get_mux() 405 mask = (bank->iomux[iomux_num].type & IOMUX_WIDTH_4BIT) ? 0xf : 0x3; in rockchip_get_mux() 406 reg = bank->iomux[iomux_num].offset; in rockchip_get_mux() 407 if (bank->iomux[iomux_num].type & IOMUX_WIDTH_4BIT) { in rockchip_get_mux() 448 if (bank->iomux[iomux_num].type & IOMUX_UNROUTED) { in rockchip_set_mux() [all …]
|
/linux-4.1.27/arch/arm/mach-imx/ |
D | Makefile | 11 obj-$(CONFIG_SOC_IMX31) += mm-imx3.o cpu-imx31.o clk-imx31.o iomux-imx31.o ehci-imx31.o pm-imx3.o 22 obj-$(CONFIG_IMX_HAVE_IOMUX_V1) += iomux-v1.o 23 obj-$(CONFIG_ARCH_MXC_IOMUX_V3) += iomux-v3.o
|
/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | abilis,tb10x-gpio.txt | 34 gpio-ranges = <&iomux 0 0 0>;
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | fsl.txt | 59 No iomux setup is done for these boards, so this must have been configured
|