Home
last modified time | relevance | path

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

/external/coreboot/src/vendorcode/cavium/bdk/libdram/
Ddram-init-ddr3.c2928 uint32_t spd_cas_latency; in init_octeon3_ddr3_interface() local
3372spd_cas_latency = ((0xff & read_spd(node, &dimm_config_table[0], DDR4_SPD_CAS_LATENCIES_BYTE0)) <… in init_octeon3_ddr3_interface()
3373spd_cas_latency |= ((0xff & read_spd(node, &dimm_config_table[0], DDR4_SPD_CAS_LATENCIES_BYTE1)) <… in init_octeon3_ddr3_interface()
3374spd_cas_latency |= ((0xff & read_spd(node, &dimm_config_table[0], DDR4_SPD_CAS_LATENCIES_BYTE2)) <… in init_octeon3_ddr3_interface()
3375spd_cas_latency |= ((0xff & read_spd(node, &dimm_config_table[0], DDR4_SPD_CAS_LATENCIES_BYTE3)) <… in init_octeon3_ddr3_interface()
3377 spd_cas_latency = 0xff & read_spd(node, &dimm_config_table[0], DDR3_SPD_CAS_LATENCIES_LSB); in init_octeon3_ddr3_interface()
3378spd_cas_latency |= ((0xff & read_spd(node, &dimm_config_table[0], DDR3_SPD_CAS_LATENCIES_MSB)) << … in init_octeon3_ddr3_interface()
3380 debug_print("spd_cas_latency : %#06x\n", spd_cas_latency ); in init_octeon3_ddr3_interface()
3630 if ((spd_cas_latency >> i) & 1) { in init_octeon3_ddr3_interface()
3656 if ((spd_cas_latency >> i) & 1) { in init_octeon3_ddr3_interface()