Home
last modified time | relevance | path

Searched refs:iswgrp_handoff (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/arch/arm/mach-socfpga/
H A Dmisc_gen5.c179 static u32 iswgrp_handoff[8]; variable
195 iswgrp_handoff[i] = readl(&sysmgr_regs->iswgrp_handoff[i]); in arch_early_init_r()
255 writel(iswgrp_handoff[2], &sysmgr_regs->fpgaintfgrp_module); in do_bridge_reset()
257 writel(iswgrp_handoff[3], &sdr_ctrl->fpgaport_rst); in do_bridge_reset()
258 writel(iswgrp_handoff[0], &reset_manager_base->brg_mod_reset); in do_bridge_reset()
259 writel(iswgrp_handoff[1], &nic301_regs->remap); in do_bridge_reset()
H A Dsystem_manager_gen5.c24 writel(0, &sysmgr_regs->iswgrp_handoff[2]); in populate_sysmgr_fpgaintf_module()
42 setbits_le32(&sysmgr_regs->iswgrp_handoff[2], handoff_val); in populate_sysmgr_fpgaintf_module()
44 handoff_val = readl(&sysmgr_regs->iswgrp_handoff[2]); in populate_sysmgr_fpgaintf_module()
H A Dreset_manager_gen5.c86 writel(0, &sysmgr_regs->iswgrp_handoff[0]); in socfpga_bridges_reset()
87 writel(l3mask, &sysmgr_regs->iswgrp_handoff[1]); in socfpga_bridges_reset()
/openbmc/u-boot/drivers/ddr/altera/
H A Dsdram_gen5.c437 writel(rows, &sysmgr_regs->iswgrp_handoff[4]); in sdram_mmr_init_full()
442 writel(cfg->fpgaport_rst, &sysmgr_regs->iswgrp_handoff[3]); in sdram_mmr_init_full()
497 row = readl(&sysmgr_regs->iswgrp_handoff[4]); in sdram_calculate_size()
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/
H A Dsystem_manager_gen5.h49 u32 iswgrp_handoff[8]; /* 0x80 */ member