Searched refs:clk_cycle (Results 1 - 8 of 8) sorted by relevance

/u-boot/include/
H A Dspd.h24 unsigned char clk_cycle; /* 9 SDRAM Cycle time at CL=X */ member in struct:spd_eeprom_s
H A Dddr_spd.h23 unsigned char clk_cycle; /* 9 SDRAM Cycle time @ CL=X */ member in struct:ddr1_spd_eeprom_s
86 unsigned char clk_cycle; /* 9 SDRAM Cycle time @ CL=X */ member in struct:ddr2_spd_eeprom_s
/u-boot/drivers/i2c/
H A Ds3c24x0_i2c.h58 unsigned clk_cycle; member in struct:s3c24x0_i2c_bus
H A Dexynos_hs_i2c.c168 i2c_bus->clk_cycle = utemp1 - 2;
191 t_scl_l = i2c_bus->clk_cycle / 2;
192 t_scl_h = i2c_bus->clk_cycle / 2;
198 t_sr_release = i2c_bus->clk_cycle;
/u-boot/drivers/ddr/fsl/
H A Dddr1_dimm_params.c277 * The SPD clk_cycle field (tCKmin) is measured in tenths of
281 = convert_bcd_tenths_to_cycle_time_ps(spd->clk_cycle);
H A Dddr2_dimm_params.c276 * The SPD clk_cycle field (tCKmin) is measured in tenths of
280 = convert_bcd_tenths_to_cycle_time_ps(spd->clk_cycle);
H A Dinteractive.c917 printf("%-3d : %02x %s\n", 9, spd->clk_cycle,
918 " spd->clk_cycle, * 9 SDRAM Cycle time at CL=X *");
1066 printf("%-3d : %02x %s\n", 9, spd->clk_cycle,
1067 " spd->clk_cycle, * 9 SDRAM Cycle time at CL=X *");
/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dspd_sdram.c327 max_bus_clk = 1000 *10 / (((spd.clk_cycle & 0xF0) >> 4) * 10
328 + (spd.clk_cycle & 0x0f));

Completed in 159 milliseconds