Home
last modified time | relevance | path

Searched refs:iim (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/nvmem/
H A Dimx-iim.c7 * Based on the barebox iim driver,
35 struct iim_priv *iim = context; in imx_iim_read() local
39 ret = clk_prepare_enable(iim->clk); in imx_iim_read()
47 *buf8++ = readl(iim->base + IIM_BANK_BASE(bank) + reg * 4); in imx_iim_read()
50 clk_disable_unprepare(iim->clk); in imx_iim_read()
73 .compatible = "fsl,imx25-iim",
76 .compatible = "fsl,imx27-iim",
79 .compatible = "fsl,imx31-iim",
82 .compatible = "fsl,imx35-iim",
85 .compatible = "fsl,imx51-iim",
99 struct iim_priv *iim; imx_iim_probe() local
[all...]
H A DMakefile21 obj-$(CONFIG_NVMEM_IMX_IIM) += nvmem-imx-iim.o
22 nvmem-imx-iim-y := imx-iim.o
H A DKconfig85 will be called nvmem-imx-iim.
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx31.dtsi220 iim: efuse@5001c000 { label
221 compatible = "fsl,imx31-iim";
H A Dimx25.dtsi551 iim: efuse@53ff0000 { label
552 compatible = "fsl,imx25-iim";
H A Dimx51.dtsi478 iim: efuse@83f98000 { label
479 compatible = "fsl,imx51-iim";
H A Dimx35.dtsi323 compatible = "fsl,imx35-iim";