Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dspd.h49 unsigned char data_setup; /* 34 Data signal input setup time */ member
H A Dddr_spd.h49 unsigned char data_setup; /* 34 Data Input Setup Time Before Strobe */ member
111 unsigned char data_setup; /* 34 Data Input Setup Time member
/openbmc/u-boot/drivers/ddr/fsl/
H A Dddr2_dimm_params.c321 = convert_bcd_hundredths_to_cycle_time_ps(spd->data_setup); in ddr_compute_dimm_parameters()
H A Dddr1_dimm_params.c322 = convert_bcd_hundredths_to_cycle_time_ps(spd->data_setup); in ddr_compute_dimm_parameters()
H A Dinteractive.c963 printf("%-3d : %02x %s\n", 34, spd->data_setup, in ddr1_spd_dump()
1112 printf("%-3d : %02x %s\n", 34, spd->data_setup, in ddr2_spd_dump()
/openbmc/u-boot/tools/
H A Dmxsboot.c62 uint8_t data_setup; member
260 fcb->timing.data_setup = 80; in mx28_nand_get_fcb()