Lines Matching refs:handoff_val
30 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()
58 writel(handoff_val, in populate_sysmgr_fpgaintf_module()