Home
last modified time | relevance | path

Searched full:iim (Results 1 – 24 of 24) sorted by relevance

/Linux-v6.1/drivers/nvmem/
Dimx-iim.c3 * i.MX IIM driver
7 * Based on the barebox iim driver,
36 struct iim_priv *iim = context; in imx_iim_read() local
40 ret = clk_prepare_enable(iim->clk); in imx_iim_read()
48 *buf8++ = readl(iim->base + IIM_BANK_BASE(bank) + reg * 4); in imx_iim_read()
51 clk_disable_unprepare(iim->clk); in imx_iim_read()
74 .compatible = "fsl,imx25-iim",
77 .compatible = "fsl,imx27-iim",
80 .compatible = "fsl,imx31-iim",
83 .compatible = "fsl,imx35-iim",
[all …]
DMakefile16 obj-$(CONFIG_NVMEM_IMX_IIM) += nvmem-imx-iim.o
17 nvmem-imx-iim-y := imx-iim.o
DKconfig62 This is a driver for the IC Identification Module (IIM) available on
67 will be called nvmem-imx-iim.
/Linux-v6.1/Documentation/devicetree/bindings/nvmem/
Dimx-iim.yaml4 $id: http://devicetree.org/schemas/nvmem/imx-iim.yaml#
7 title: Freescale i.MX IC Identification Module (IIM)
13 This binding represents the IC Identification Module (IIM) found on
22 - fsl,imx25-iim
23 - fsl,imx27-iim
24 - fsl,imx31-iim
25 - fsl,imx35-iim
26 - fsl,imx51-iim
27 - fsl,imx53-iim
50 iim: efuse@63f98000 {
[all …]
/Linux-v6.1/arch/arm/mach-imx/
Dcpu-imx31.c14 #include "iim.h"
40 np = of_find_compatible_node(NULL, NULL, "fsl,imx31-iim"); in mx31_read_cpu_rev()
44 /* read SREV register from IIM module */ in mx31_read_cpu_rev()
Dcpu-imx35.c12 #include "iim.h"
22 np = of_find_compatible_node(NULL, NULL, "fsl,imx35-iim"); in mx35_read_cpu_rev()
Dcpu-imx25.c13 #include "iim.h"
24 np = of_find_compatible_node(NULL, NULL, "fsl,imx25-iim"); in mx25_read_cpu_rev()
Dcpu-imx5.c42 u32 rev = imx5_read_srev_reg("fsl,imx51-iim"); in get_mx51_srev()
88 u32 rev = imx5_read_srev_reg("fsl,imx53-iim"); in get_mx53_srev()
/Linux-v6.1/drivers/soc/imx/
Dsoc-imx.c78 ocotp_compat = "fsl,imx51-iim"; in imx_soc_device_init()
82 ocotp_compat = "fsl,imx53-iim"; in imx_soc_device_init()
/Linux-v6.1/arch/arm/boot/dts/
Dimx31.dtsi220 iim: efuse@5001c000 { label
221 compatible = "fsl,imx31-iim", "fsl,imx27-iim";
Dimx51.dtsi475 iim: efuse@83f98000 { label
476 compatible = "fsl,imx51-iim", "fsl,imx27-iim", "syscon";
Dimx25.dtsi545 iim: efuse@53ff0000 { label
546 compatible = "fsl,imx25-iim", "fsl,imx27-iim";
Dimx53.dtsi670 iim: efuse@63f98000 { label
671 compatible = "fsl,imx53-iim", "fsl,imx27-iim", "syscon";
Dimx27.dtsi543 iim: efuse@10028000 { label
544 compatible = "fsl,imx27-iim";
Dimx35.dtsi324 compatible = "fsl,imx35-iim";
/Linux-v6.1/arch/ia64/include/asm/native/
Dinst.h27 mov reg = cr.iim
/Linux-v6.1/arch/ia64/kernel/
Dtraps.c417 unsigned long iim, unsigned long itir, long arg5, long arg6, in ia64_fault() argument
597 printk(KERN_ERR " iip - 0x%lx, ifa - 0x%lx, isr - 0x%lx, iim - 0x%lx\n", in ia64_fault()
598 iip, ifa, isr, iim); in ia64_fault()
Dmca_asm.S499 mov r12=cr.iim
501 st8 [temp1]=r12 // cr.iim
842 ld8 temp3=[temp1] // cr.iim
847 mov cr.iim=temp3
Divt.S1226 * as Itanium. Thus, in general we need to emulate the behavior. IIM contains
/Linux-v6.1/arch/ia64/include/asm/
Dmca.h100 unsigned long iim; member
/Linux-v6.1/drivers/clk/imx/
Dclk-imx35.c233 * handled here and not needed for mmc) and IIM (which is enabled in _mx35_clocks_init()
Dclk-imx6q.c826 …hws[IMX6QDL_CLK_IIM] = imx_clk_hw_gate2("iim", "ipg", base + 0x70… in imx6q_clocks_init()
/Linux-v6.1/arch/powerpc/platforms/512x/
Dclock-commonclk.c882 clks[MPC512x_CLK_IIM] = mpc512x_clk_gated("iim", "csb", in mpc512x_clk_setup_clock_tree()
/Linux-v6.1/drivers/scsi/
Dstex.c51 IIM = 0x28, /* MU_INBOUND_INTERRUPT_MASK */ enumerator