| /arch/arm/mach-imx/ |
| A D | cpu.c | 366 struct ocotp_regs *ocotp = (struct ocotp_regs *)OCOTP_BASE_ADDR; in get_cpu_speed_grade_hz() local 367 struct fuse_bank *bank = &ocotp->bank[1]; in get_cpu_speed_grade_hz() 412 struct ocotp_regs *ocotp = (struct ocotp_regs *)OCOTP_BASE_ADDR; in get_cpu_temp_grade() local 413 struct fuse_bank *bank = &ocotp->bank[1]; in get_cpu_temp_grade() 497 struct ocotp_regs *ocotp = (struct ocotp_regs *)OCOTP_BASE_ADDR; in nxp_board_rev() local 498 struct fuse_bank *bank = &ocotp->bank[4]; in nxp_board_rev()
|
| /arch/arm/mach-imx/mx6/ |
| A D | soc.c | 139 struct ocotp_regs *ocotp = (struct ocotp_regs *)OCOTP_BASE_ADDR; in get_cpu_speed_grade_hz() local 140 struct fuse_bank *bank = &ocotp->bank[0]; in get_cpu_speed_grade_hz() 198 struct ocotp_regs *ocotp = (struct ocotp_regs *)OCOTP_BASE_ADDR; in get_cpu_temp_grade() local 199 struct fuse_bank *bank = &ocotp->bank[1]; in get_cpu_temp_grade() 343 struct ocotp_regs *ocotp = (struct ocotp_regs *)OCOTP_BASE_ADDR; in init_bandgap() local 344 struct fuse_bank *bank = &ocotp->bank[1]; in init_bandgap() 734 struct ocotp_regs *ocotp = (struct ocotp_regs *)OCOTP_BASE_ADDR; in setup_serial_number() local 735 struct fuse_bank *bank = &ocotp->bank[0]; in setup_serial_number()
|
| A D | opos6ul.c | 176 struct ocotp_regs *ocotp = (struct ocotp_regs *)OCOTP_BASE_ADDR; in spl_dram_init() local 177 struct fuse_bank *bank = &ocotp->bank[4]; in spl_dram_init()
|
| /arch/arm/mach-imx/mx7/ |
| A D | soc.c | 143 struct ocotp_regs *ocotp = (struct ocotp_regs *)OCOTP_BASE_ADDR; in is_mx7d() local 144 struct fuse_bank *bank = &ocotp->bank[1]; in is_mx7d() 404 struct ocotp_regs *ocotp = (struct ocotp_regs *)OCOTP_BASE_ADDR; in get_board_serial() local 405 struct fuse_bank *bank = &ocotp->bank[0]; in get_board_serial()
|
| /arch/arm/dts/ |
| A D | imx6ull.dtsi | 34 &ocotp { 35 compatible = "fsl,imx6ull-ocotp", "syscon";
|
| A D | imx23.dtsi | 446 compatible = "fsl,imx23-ocotp", "fsl,ocotp";
|
| A D | imx7ulp.dtsi | 455 ocotp: efuse@410a6000 { label 456 compatible = "fsl,imx7ulp-ocotp", "syscon";
|
| A D | vfxxx.dtsi | 497 ocotp: ocotp@400a5000 { label 498 compatible = "fsl,vf610-ocotp", "syscon";
|
| A D | imx28.dtsi | 1026 ocotp: efuse@8002c000 { label 1027 compatible = "fsl,imx28-ocotp", "fsl,ocotp";
|
| A D | imx8mn.dtsi | 568 ocotp: efuse@30350000 { label 569 compatible = "fsl,imx8mn-ocotp", "fsl,imx8mm-ocotp", "syscon";
|
| A D | imx6sll.dtsi | 796 ocotp: efuse@21bc000 { label 799 compatible = "fsl,imx6sll-ocotp", "syscon";
|
| A D | imx6ul.dtsi | 980 ocotp: efuse@21bc000 { label 983 compatible = "fsl,imx6ul-ocotp", "syscon";
|
| A D | imx7s.dtsi | 549 ocotp: efuse@30350000 { label 552 compatible = "fsl,imx7d-ocotp", "syscon";
|
| A D | imx6qdl.dtsi | 1171 ocotp: efuse@21bc000 { label 1172 compatible = "fsl,imx6q-ocotp", "syscon";
|
| A D | imx6sx.dtsi | 1081 ocotp: efuse@21bc000 { label 1084 compatible = "fsl,imx6sx-ocotp", "syscon";
|
| A D | imx8mm.dtsi | 561 ocotp: efuse@30350000 { label 562 compatible = "fsl,imx8mm-ocotp", "syscon";
|
| A D | imx8mp.dtsi | 666 ocotp: efuse@30350000 { label 667 compatible = "fsl,imx8mp-ocotp", "fsl,imx8mm-ocotp", "syscon";
|
| A D | imx8mq.dtsi | 588 ocotp: efuse@30350000 { label 589 compatible = "fsl,imx8mq-ocotp", "syscon";
|
| /arch/arm/mach-imx/imx8m/ |
| A D | soc.c | 381 struct ocotp_regs *ocotp = (struct ocotp_regs *)OCOTP_BASE_ADDR; in get_cpu_variant_type() local 382 struct fuse_bank *bank = &ocotp->bank[1]; in get_cpu_variant_type() 647 struct ocotp_regs *ocotp = (struct ocotp_regs *)OCOTP_BASE_ADDR; in arch_cpu_init() local 692 if (readl(&ocotp->ctrl) & 0x200) in arch_cpu_init() 693 writel(0x200, &ocotp->ctrl_clr); in arch_cpu_init() 886 struct ocotp_regs *ocotp = (struct ocotp_regs *)OCOTP_BASE_ADDR; in check_dcss_fused() local 887 struct fuse_bank *bank = &ocotp->bank[1]; in check_dcss_fused()
|
| /arch/arm/mach-imx/mx7ulp/ |
| A D | soc.c | 422 struct ocotp_regs *ocotp = (struct ocotp_regs *)OCOTP_BASE_ADDR; in get_board_serial() local 423 struct fuse_bank *bank = &ocotp->bank[1]; in get_board_serial()
|
| /arch/arm/cpu/armv7/vf610/ |
| A D | generic.c | 264 struct ocotp_regs *ocotp = (struct ocotp_regs *)OCOTP_BASE_ADDR; in imx_get_mac_from_fuse() local 265 struct fuse_bank *bank = &ocotp->bank[4]; in imx_get_mac_from_fuse()
|