Searched refs:iswgrp_handoff (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/arm/mach-socfpga/ |
| H A D | misc_gen5.c | 242 static u32 iswgrp_handoff[8]; variable 258 iswgrp_handoff[i] = readl(&sysmgr_regs->iswgrp_handoff[i]); in arch_early_init_r() 333 writel(iswgrp_handoff[2], &sysmgr_regs->fpgaintfgrp_module); in do_bridge() 335 writel(iswgrp_handoff[3], &sdr_ctrl->fpgaport_rst); in do_bridge() 336 writel(iswgrp_handoff[0], &reset_manager_base->brg_mod_reset); in do_bridge() 337 writel(iswgrp_handoff[1], &nic301_regs->remap); in do_bridge()
|
| H A D | system_manager_gen5.c | 27 writel(0, &sysmgr_regs->iswgrp_handoff[2]); in populate_sysmgr_fpgaintf_module() 45 setbits_le32(&sysmgr_regs->iswgrp_handoff[2], handoff_val); in populate_sysmgr_fpgaintf_module() 47 handoff_val = readl(&sysmgr_regs->iswgrp_handoff[2]); in populate_sysmgr_fpgaintf_module()
|
| H A D | reset_manager_gen5.c | 97 writel(0, &sysmgr_regs->iswgrp_handoff[0]); in socfpga_bridges_reset() 98 writel(l3mask, &sysmgr_regs->iswgrp_handoff[1]); in socfpga_bridges_reset()
|
| /OK3568_Linux_fs/u-boot/drivers/ddr/altera/ |
| H A D | sdram.c | 440 writel(rows, &sysmgr_regs->iswgrp_handoff[4]); in sdram_mmr_init_full() 445 writel(cfg->fpgaport_rst, &sysmgr_regs->iswgrp_handoff[3]); in sdram_mmr_init_full() 500 row = readl(&sysmgr_regs->iswgrp_handoff[4]); in sdram_calculate_size()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-socfpga/include/mach/ |
| H A D | system_manager_gen5.h | 50 u32 iswgrp_handoff[8]; /* 0x80 */ member
|