Home
last modified time | relevance | path

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

/SCP-firmware-master/product/synquacer/module/synquacer_memc/src/
A Dsynquacer_ddr.c209 int32_t read_len; in read_spd() local
235 read_len = (total_len > SPD_PAGE_SIZE) ? SPD_PAGE_SIZE : total_len; in read_spd()
238 I2C_EN_CH0, i2c_target_addr_read_spd, 0, dst, read_len); in read_spd()
252 total_len -= read_len; in read_spd()

Completed in 3 milliseconds