Home
last modified time | relevance | path

Searched full:dimms (Results 1 – 25 of 100) sorted by relevance

1234

/openbmc/webui-vue/src/store/modules/HardwareStatus/
H A DMemoryStore.js7 dimms: [], property in MemoryStore.state
10 dimms: (state) => state.dimms,
14 state.dimms = data.map(({ data }) => {
/openbmc/u-boot/drivers/ddr/fsl/
H A Dlc_common_dimm_params.c38 /* validate if the memory clk is in the range of dimms */ in compute_cas_latency()
52 /* check if the dimms support the CAS latency */ in compute_cas_latency()
91 * Compute a CAS latency suitable for all DIMMs in compute_cas_latency()
94 * CAS latency defined by all DIMMs. in compute_cas_latency()
98 * Step 1: find CAS latency common to all DIMMs using bitwise in compute_cas_latency()
134 /* Check if this CAS latency will work on all DIMMs at tCK. */ in compute_cas_latency()
192 * with the assumption that all of the DIMMs will support a dereated in compute_cas_latency()
209 * Determine the worst-case DIMM timing parameters from the set of DIMMs
352 debug("no dimms this memory controller\n"); in compute_lowest_common_dimm_parameters()
391 /* Determine common burst length for all DIMMs. */ in compute_lowest_common_dimm_parameters()
[all …]
/openbmc/u-boot/board/freescale/mpc8641hpcn/
H A Dddr.c45 * DIMMs have fewer center values that require two separated tables, copy the
48 const struct board_specific_parameters *dimms[] = { variable
72 pbsp = dimms[ctrl_num]; in fsl_ddr_board_options()
/openbmc/u-boot/board/freescale/mpc8548cds/
H A Dddr.c37 * - number of DIMMs in fsl_ddr_board_options()
50 * - number of DIMMs installed in fsl_ddr_board_options()
/openbmc/u-boot/board/socrates/
H A Dddr.c37 * - number of DIMMs in fsl_ddr_board_options()
50 * - number of DIMMs installed in fsl_ddr_board_options()
/openbmc/u-boot/board/freescale/mpc8555cds/
H A Dddr.c37 * - number of DIMMs in fsl_ddr_board_options()
50 * - number of DIMMs installed in fsl_ddr_board_options()
/openbmc/u-boot/board/freescale/mpc8541cds/
H A Dddr.c37 * - number of DIMMs in fsl_ddr_board_options()
50 * - number of DIMMs installed in fsl_ddr_board_options()
/openbmc/u-boot/board/freescale/mpc8568mds/
H A Dddr.c37 * - number of DIMMs in fsl_ddr_board_options()
50 * - number of DIMMs installed in fsl_ddr_board_options()
/openbmc/u-boot/board/sbc8641d/
H A Dddr.c37 * - number of DIMMs in fsl_ddr_board_options()
50 * - number of DIMMs installed in fsl_ddr_board_options()
/openbmc/u-boot/board/freescale/mpc8544ds/
H A Dddr.c37 * - number of DIMMs in fsl_ddr_board_options()
53 * - number of DIMMs installed in fsl_ddr_board_options()
/openbmc/u-boot/board/freescale/mpc8610hpcd/
H A Dddr.c37 * - number of DIMMs in fsl_ddr_board_options()
53 * - number of DIMMs installed in fsl_ddr_board_options()
/openbmc/u-boot/board/freescale/mpc8536ds/
H A Dddr.c37 * - number of DIMMs in fsl_ddr_board_options()
50 * - number of DIMMs installed in fsl_ddr_board_options()
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/
H A DInventory.vue35 <table-dimm-slot ref="dimms" />
115 id: 'dimms',
116 dataRef: 'dimms',
117 href: '#dimms',
H A DInventoryTableDimmSlot.vue13 :total-number-of-cells="dimms.length"
24 :items="dimms"
265 : this.dimms.length;
267 dimms() {
268 return this.$store.getters['memory/dimms'];
/openbmc/u-boot/board/xes/xpedite520x/
H A Dddr.c52 * - number of DIMMs in fsl_ddr_board_options()
65 * - number of DIMMs installed in fsl_ddr_board_options()
/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/
H A DREADME25 As these boards use soldered DDR chips not regular DIMMs, an on-board EEPROM
30 they don't have regular DIMMs.
/openbmc/u-boot/include/
H A Dfsl_ddr_dimm_params.h43 /* used in computing base address of DIMMs */
45 /* mirrored DIMMs */
/openbmc/u-boot/drivers/ddr/marvell/axp/
H A Dddr3_axp_config.h39 * CONFIG_SPD_EEPROM - Enables auto detection of DIMMs and their timing values
80 * DIMM_CS_BITMAP - bitmap representing the optional CS in DIMMs
/openbmc/u-boot/board/sbc8548/
H A Dddr.c38 * - number of DIMMs in fsl_ddr_board_options()
51 * - number of DIMMs installed in fsl_ddr_board_options()
/openbmc/u-boot/board/xes/xpedite550x/
H A Dddr.c81 * there are two dimms in the controller, set odt_rd_cfg to 3 and in fsl_ddr_board_options()
123 * - number of DIMMs installed in fsl_ddr_board_options()
/openbmc/u-boot/board/freescale/corenet_ds/
H A Dddr.c79 /* We require both controllers have identical DIMMs */ in fixed_sdram()
148 * DIMMs have fewer center values that require two separated tables, copy the
241 * - number of DIMMs installed in fsl_ddr_board_options()
/openbmc/qemu/docs/system/
H A Dvm-templating.rst52 If multiple memory backends are used (vNUMA, DIMMs), configure all
76 If multiple memory backends are used (vNUMA, DIMMs), configure all
/openbmc/u-boot/board/freescale/mpc8569mds/
H A Dddr.c37 * - number of DIMMs in fsl_ddr_board_options()
/openbmc/u-boot/board/varisys/cyrus/
H A Dddr.c58 * DIMMs have fewer center values that require two separated tables, copy the
149 * - number of DIMMs installed in fsl_ddr_board_options()
/openbmc/openbmc/poky/meta/recipes-devtools/i2c-tools/
H A Di2c-tools_4.4.bb28 ${bindir}/decode-dimms \

1234