Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/device/dram/
H A Dddr2.c125 static enum cb_err spd_decode_tck_time(u32 *tck, u8 c) in spd_decode_tck_time() function
441 if (spd_decode_tck_time(&dimm->cycle_time[cl], spd[9]) != CB_SUCCESS) { in spd_decode_ddr2()
453 if (spd_decode_tck_time(&dimm->cycle_time[cl - 1], spd[23]) != CB_SUCCESS) { in spd_decode_ddr2()
465 if (spd_decode_tck_time(&dimm->cycle_time[cl - 2], spd[25]) != CB_SUCCESS) { in spd_decode_ddr2()
/aosp_15_r20/external/coreboot/src/northbridge/intel/gm45/
H A Draminit.c361 static unsigned int spd_decode_tck_time(u8 c) in spd_decode_tck_time() function
411 di->tCKmin = spd_decode_tck_time(smbus_read_byte(smb_addr, 9)); in collect_ddr2_dimm()
426 const unsigned int tAA = spd_decode_tck_time(tCK_enc) * cas; in collect_ddr2_dimm()