Home
last modified time | relevance | path

Searched refs:iomuxc (Results 1 – 25 of 67) sorted by relevance

123

/rk3399_rockchip-uboot/arch/arm/dts/
H A Dimx6sl.dtsi388 gpio-ranges = <&iomuxc 0 22 1>, <&iomuxc 1 20 2>,
389 <&iomuxc 3 23 1>, <&iomuxc 4 25 1>,
390 <&iomuxc 5 24 1>, <&iomuxc 6 19 1>,
391 <&iomuxc 7 36 2>, <&iomuxc 9 44 8>,
392 <&iomuxc 17 38 6>, <&iomuxc 23 68 4>,
393 <&iomuxc 27 64 4>, <&iomuxc 31 52 1>;
405 gpio-ranges = <&iomuxc 0 53 3>, <&iomuxc 3 72 2>,
406 <&iomuxc 5 34 2>, <&iomuxc 7 57 4>,
407 <&iomuxc 11 56 1>, <&iomuxc 12 61 3>,
408 <&iomuxc 15 107 1>, <&iomuxc 16 132 2>,
[all …]
H A Dimx53.dtsi39 iomuxc: iomuxc@53fa8000 { label
40 compatible = "fsl,imx53-iomuxc";
44 gpr: iomuxc-gpr@53fa8000 {
45 compatible = "fsl,imx53-iomuxc-gpr", "syscon";
H A Dimx6dl.dtsi70 iomuxc: iomuxc@020e0000 { label
71 compatible = "fsl,imx6dl-iomuxc";
H A Dimx6ul.dtsi416 gpio-ranges = <&iomuxc 0 23 10>, <&iomuxc 10 17 6>,
417 <&iomuxc 16 33 16>;
429 gpio-ranges = <&iomuxc 0 49 16>, <&iomuxc 16 111 6>;
441 gpio-ranges = <&iomuxc 0 65 29>;
453 gpio-ranges = <&iomuxc 0 94 17>, <&iomuxc 17 117 12>;
465 gpio-ranges = <&iomuxc 0 7 10>, <&iomuxc 10 5 2>;
649 iomuxc: iomuxc@020e0000 { label
650 compatible = "fsl,imx6ul-iomuxc";
654 gpr: iomuxc-gpr@020e4000 {
655 compatible = "fsl,imx6ul-iomuxc-gpr",
[all …]
H A Dimx7s.dtsi334 gpio-ranges = <&iomuxc_lpsr 0 0 8>, <&iomuxc 8 5 8>;
346 gpio-ranges = <&iomuxc 0 13 32>;
358 gpio-ranges = <&iomuxc 0 45 29>;
370 gpio-ranges = <&iomuxc 0 74 24>;
382 gpio-ranges = <&iomuxc 0 98 18>;
394 gpio-ranges = <&iomuxc 0 116 23>;
406 gpio-ranges = <&iomuxc 0 139 16>;
440 iomuxc_lpsr: iomuxc-lpsr@302c0000 {
441 compatible = "fsl,imx7d-iomuxc-lpsr";
443 fsl,input-sel = <&iomuxc>;
[all …]
H A Dimx6q.dtsi105 iomuxc: iomuxc@020e0000 { label
106 compatible = "fsl,imx6q-iomuxc";
H A Dimx6sx.dtsi451 gpio-ranges = <&iomuxc 0 5 26>;
463 gpio-ranges = <&iomuxc 0 31 20>;
475 gpio-ranges = <&iomuxc 0 51 29>;
487 gpio-ranges = <&iomuxc 0 80 32>;
499 gpio-ranges = <&iomuxc 0 112 24>;
511 gpio-ranges = <&iomuxc 0 136 12>, <&iomuxc 12 158 11>;
523 gpio-ranges = <&iomuxc 0 148 10>, <&iomuxc 10 169 2>;
739 iomuxc: iomuxc@020e0000 { label
740 compatible = "fsl,imx6sx-iomuxc";
744 gpr: iomuxc-gpr@020e4000 {
[all …]
H A Dimx7ulp-uboot.dtsi21 &iomuxc {
/rk3399_rockchip-uboot/arch/arm/mach-imx/
H A Dsata.c15 struct iomuxc *const iomuxc_regs = (struct iomuxc *)IOMUXC_BASE_ADDR; in setup_sata()
H A Dcache.c43 struct iomuxc *iomux = (struct iomuxc *)IOMUXC_BASE_ADDR; in v7_outer_cache_enable()
H A Dcpu.c299 struct iomuxc *iomuxc_regs = (struct iomuxc *)IOMUXC_BASE_ADDR; in set_chipselect_size()
/rk3399_rockchip-uboot/drivers/pci/
H A Dpcie_imx.c436 struct iomuxc *iomuxc_regs = (struct iomuxc *)IOMUXC_BASE_ADDR; in imx6_pcie_assert_core_reset()
490 struct iomuxc *iomuxc_regs = (struct iomuxc *)IOMUXC_BASE_ADDR; in imx6_pcie_init_phy()
571 struct iomuxc *iomuxc_regs = (struct iomuxc *)IOMUXC_BASE_ADDR; in imx6_pcie_deassert_core_reset()
604 struct iomuxc *iomuxc_regs = (struct iomuxc *)IOMUXC_BASE_ADDR; in imx_pcie_link_up()
/rk3399_rockchip-uboot/board/aristainetos/
H A Daristainetos-v1.c103 struct iomuxc *iomux = (struct iomuxc *)IOMUXC_BASE_ADDR; in setup_iomux_enet()
181 struct iomuxc *iomuxc_regs = in board_eth_init()
182 (struct iomuxc *)IOMUXC_BASE_ADDR; in board_eth_init()
H A Daristainetos-v2.c406 struct iomuxc *iomux = (struct iomuxc *)IOMUXC_BASE_ADDR; in enable_lvds()
479 struct iomuxc *iomux = (struct iomuxc *)IOMUXC_BASE_ADDR; in enable_spi_display()
585 struct iomuxc *iomuxc_regs = (struct iomuxc *)IOMUXC_BASE_ADDR; in set_gpr_register()
H A Daristainetos.c267 struct iomuxc *iomux = (struct iomuxc *)IOMUXC_BASE_ADDR; in board_init()
/rk3399_rockchip-uboot/board/embest/mx6boards/
H A Dmx6boards.c379 struct iomuxc *iomux = (struct iomuxc *) in enable_lvds()
392 struct iomuxc *iomux = (struct iomuxc *)IOMUXC_BASE_ADDR; in disable_lvds()
462 struct iomuxc *iomux = (struct iomuxc *)IOMUXC_BASE_ADDR; in setup_display()
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/mx31/
H A Dgeneric.c135 struct iomuxc_regs *iomuxc = (struct iomuxc_regs *)IOMUXC_BASE; in mx31_set_gpr() local
137 l = readl(&iomuxc->gpr); in mx31_set_gpr()
143 writel(l, &iomuxc->gpr); in mx31_set_gpr()
/rk3399_rockchip-uboot/board/logicpd/imx6/
H A Dimx6logic.c65 struct iomuxc *iomuxc_regs = (struct iomuxc *)IOMUXC_BASE_ADDR; in fixup_enet_clock()
/rk3399_rockchip-uboot/board/boundary/nitrogen6x/
H A Dnitrogen6x.c480 struct iomuxc *iomux = (struct iomuxc *) in enable_lvds()
490 struct iomuxc *iomux = (struct iomuxc *) in enable_lvds_jeida()
758 struct iomuxc *iomux = (struct iomuxc *)IOMUXC_BASE_ADDR; in setup_display()
886 struct iomuxc *const iomuxc_regs = (struct iomuxc *)IOMUXC_BASE_ADDR; in board_init()
/rk3399_rockchip-uboot/board/grinn/liteboard/
H A Dboard.c193 struct iomuxc *const iomuxc_regs = (struct iomuxc *)IOMUXC_BASE_ADDR; in setup_fec()
/rk3399_rockchip-uboot/board/barco/platinum/
H A Dplatinum_picon.c135 struct iomuxc *iomux = (struct iomuxc *)IOMUXC_BASE_ADDR; in platinum_setup_enet()
/rk3399_rockchip-uboot/board/advantech/dms-ba16/
H A Ddms-ba16.c398 struct iomuxc *iomux = (struct iomuxc *)IOMUXC_BASE_ADDR; in setup_display()
474 struct iomuxc *const iomuxc_regs = (struct iomuxc *)IOMUXC_BASE_ADDR; in setup_ba16_sata()
/rk3399_rockchip-uboot/board/technexion/pico-imx6ul/
H A Dpico-imx6ul.c122 struct iomuxc *const iomuxc_regs = (struct iomuxc *)IOMUXC_BASE_ADDR; in setup_fec()
/rk3399_rockchip-uboot/board/ge/bx50v3/
H A Dbx50v3.c438 struct iomuxc *iomux = (struct iomuxc *)IOMUXC_BASE_ADDR; in setup_display_b850v3()
479 struct iomuxc *iomux = (struct iomuxc *)IOMUXC_BASE_ADDR; in setup_display_bx50v3()
/rk3399_rockchip-uboot/board/tqc/tqma6/
H A Dtqma6_mba6.c117 struct iomuxc *const iomuxc_regs = (struct iomuxc *)IOMUXC_BASE_ADDR; in mba6_setup_iomuxc_enet()

123