Searched refs:noc_config (Results 1 – 2 of 2) sorted by relevance
647 char noc_config; in dram_cfg_rbc() local656 noc_config = (config.cs0_row - 13) << 4 | config.bank << 1 | in dram_cfg_rbc()658 if (noc_config == ddr_cfg_2_rbc[9]) { in dram_cfg_rbc()661 } else if (noc_config == ddr_cfg_2_rbc[10]) { in dram_cfg_rbc()667 noc_config = (config.cs0_row - 13) << 4 | config.bank << 1 | in dram_cfg_rbc()671 if (noc_config == ddr_cfg_2_rbc[i]) in dram_cfg_rbc()676 noc_config = 1 << 6 | (config.cs0_row - 13) << 4 | in dram_cfg_rbc()678 if (noc_config == ddr_cfg_2_rbc[11]) { in dram_cfg_rbc()684 noc_config = (config.bank << 6) | (config.cs0_row - 13) << 4 | in dram_cfg_rbc()687 if (noc_config == ddr_cfg_2_rbc[0]) in dram_cfg_rbc()[all …]
534 char noc_config; in dram_cfg_rbc() local550 noc_config = ((config->cs0_row - 13) << 4) | ((config->bk - 2) << 2) | in dram_cfg_rbc()553 if (noc_config == ddr_cfg_2_rbc[i]) in dram_cfg_rbc()560 noc_config = ((config->bk - 2) << 6) | ((config->cs0_row - 13) << 4) | in dram_cfg_rbc()564 if (noc_config == ddr_cfg_2_rbc[i]) in dram_cfg_rbc()