Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-socfpga/
H A Dsystem_manager_gen5.c24 u32 handoff_val = 0; in populate_sysmgr_fpgaintf_module() local
31 handoff_val |= SYSMGR_FPGAINTF_NAND; in populate_sysmgr_fpgaintf_module()
33 handoff_val |= SYSMGR_FPGAINTF_EMAC1; in populate_sysmgr_fpgaintf_module()
35 handoff_val |= SYSMGR_FPGAINTF_SDMMC; in populate_sysmgr_fpgaintf_module()
37 handoff_val |= SYSMGR_FPGAINTF_EMAC0; in populate_sysmgr_fpgaintf_module()
39 handoff_val |= SYSMGR_FPGAINTF_SPIM0; in populate_sysmgr_fpgaintf_module()
41 handoff_val |= SYSMGR_FPGAINTF_SPIM1; 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()
50 writel(handoff_val, &sysmgr_regs->fpgaintfgrp_module); in populate_sysmgr_fpgaintf_module()