Home
last modified time | relevance | path

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

/u-boot/arch/arm/mach-socfpga/
A Dsystem_manager_gen5.c18 u32 handoff_val = 0; in populate_sysmgr_fpgaintf_module() local
26 handoff_val |= SYSMGR_FPGAINTF_NAND; in populate_sysmgr_fpgaintf_module()
29 handoff_val |= SYSMGR_FPGAINTF_EMAC1; in populate_sysmgr_fpgaintf_module()
32 handoff_val |= SYSMGR_FPGAINTF_SDMMC; in populate_sysmgr_fpgaintf_module()
35 handoff_val |= SYSMGR_FPGAINTF_EMAC0; in populate_sysmgr_fpgaintf_module()
38 handoff_val |= SYSMGR_FPGAINTF_SPIM0; in populate_sysmgr_fpgaintf_module()
41 handoff_val |= SYSMGR_FPGAINTF_SPIM1; in populate_sysmgr_fpgaintf_module()
47 handoff_val); in populate_sysmgr_fpgaintf_module()
49 handoff_val = readl(socfpga_get_sysmgr_addr() + in populate_sysmgr_fpgaintf_module()
53 writel(handoff_val, in populate_sysmgr_fpgaintf_module()
A Dsystem_manager_s10.c30 u32 handoff_val = 0; in populate_sysmgr_fpgaintf_module() local
35 handoff_val |= SYSMGR_FPGAINTF_NAND; in populate_sysmgr_fpgaintf_module()
38 handoff_val |= SYSMGR_FPGAINTF_SDMMC; in populate_sysmgr_fpgaintf_module()
41 handoff_val |= SYSMGR_FPGAINTF_SPIM0; in populate_sysmgr_fpgaintf_module()
44 handoff_val |= SYSMGR_FPGAINTF_SPIM1; in populate_sysmgr_fpgaintf_module()
45 writel(handoff_val, in populate_sysmgr_fpgaintf_module()
48 handoff_val = 0; in populate_sysmgr_fpgaintf_module()
51 handoff_val |= SYSMGR_FPGAINTF_EMAC0; in populate_sysmgr_fpgaintf_module()
54 handoff_val |= SYSMGR_FPGAINTF_EMAC1; in populate_sysmgr_fpgaintf_module()
57 handoff_val |= SYSMGR_FPGAINTF_EMAC2; in populate_sysmgr_fpgaintf_module()
[all …]

Completed in 3 milliseconds