Searched refs:OCOTP_BASE_ADDR (Results 1 – 14 of 14) sorted by relevance
366 struct ocotp_regs *ocotp = (struct ocotp_regs *)OCOTP_BASE_ADDR; in get_cpu_speed_grade_hz()412 struct ocotp_regs *ocotp = (struct ocotp_regs *)OCOTP_BASE_ADDR; in get_cpu_temp_grade()497 struct ocotp_regs *ocotp = (struct ocotp_regs *)OCOTP_BASE_ADDR; in nxp_board_rev()
32 fuse = (struct imx_mac_fuse *)(ulong)(OCOTP_BASE_ADDR + offset); in imx_get_mac_from_fuse()
139 struct ocotp_regs *ocotp = (struct ocotp_regs *)OCOTP_BASE_ADDR; in get_cpu_speed_grade_hz()198 struct ocotp_regs *ocotp = (struct ocotp_regs *)OCOTP_BASE_ADDR; in get_cpu_temp_grade()343 struct ocotp_regs *ocotp = (struct ocotp_regs *)OCOTP_BASE_ADDR; in init_bandgap()734 struct ocotp_regs *ocotp = (struct ocotp_regs *)OCOTP_BASE_ADDR; in setup_serial_number()
179 reg = readl(OCOTP_BASE_ADDR + in check_module_fused()199 reg = readl(OCOTP_BASE_ADDR + in ft_system_setup()
176 struct ocotp_regs *ocotp = (struct ocotp_regs *)OCOTP_BASE_ADDR; in spl_dram_init()
143 struct ocotp_regs *ocotp = (struct ocotp_regs *)OCOTP_BASE_ADDR; in is_mx7d()404 struct ocotp_regs *ocotp = (struct ocotp_regs *)OCOTP_BASE_ADDR; in get_board_serial()
381 struct ocotp_regs *ocotp = (struct ocotp_regs *)OCOTP_BASE_ADDR; in get_cpu_variant_type()513 if (readl((void __iomem *)(OCOTP_BASE_ADDR + 0x40)) == 0xff0055aa) { in get_cpu_rev()647 struct ocotp_regs *ocotp = (struct ocotp_regs *)OCOTP_BASE_ADDR; in arch_cpu_init()886 struct ocotp_regs *ocotp = (struct ocotp_regs *)OCOTP_BASE_ADDR; in check_dcss_fused()1506 if (is_imx8mq() && !(readl(OCOTP_BASE_ADDR + 0x450) & 0x08000000)) { in do_error()1512 if (readl(OCOTP_BASE_ADDR + 0x630) & 0x1) { in do_error()
422 struct ocotp_regs *ocotp = (struct ocotp_regs *)OCOTP_BASE_ADDR; in get_board_serial()
264 struct ocotp_regs *ocotp = (struct ocotp_regs *)OCOTP_BASE_ADDR; in imx_get_mac_from_fuse()
28 #define OCOTP_BASE_ADDR 0x30350000 macro
94 #define OCOTP_BASE_ADDR (AIPS1_BASE_ADDR + 0x00025000) macro
279 #define OCOTP_BASE_ADDR (AIPS2_OFF_BASE_ADDR + 0x3C000) macro
150 #define OCOTP_BASE_ADDR ((AIPS1_BASE + (AIPS1_SLOT_SIZE * OCOTP_CTRL_AIPS1_SLOT))) macro
110 #define OCOTP_BASE_ADDR (AIPS1_OFF_BASE_ADDR+0x150000) macro
Completed in 66 milliseconds