Searched refs:upper (Results 1 – 4 of 4) sorted by relevance
971 uint32_t upper; member1012 uint32_t upper[MAX_LANES]; member
3429 move_count = ((calib_data.dq_cal.upper[lane_to_set] -\ in set_calc_dq_delay_offset()3684 calib_data.fpga_vref.upper = VREF_INVALID; in FPGA_VREFDQ_calibration_using_mtc()3715 calib_data.fpga_vref.upper = vRef; in FPGA_VREFDQ_calibration_using_mtc()3720 calib_data.fpga_vref.upper = vRef; in FPGA_VREFDQ_calibration_using_mtc()3723 else if(calib_data.fpga_vref.upper != VREF_INVALID) in FPGA_VREFDQ_calibration_using_mtc()3733 if(calib_data.fpga_vref.upper != VREF_INVALID) /* we found lower/upper */ in FPGA_VREFDQ_calibration_using_mtc()3740 vRef = ((calib_data.fpga_vref.lower + calib_data.fpga_vref.upper)>>1U); in FPGA_VREFDQ_calibration_using_mtc()3818 calib_data.mem_vref.upper = MEM_VREF_INVALID; in VREFDQ_calibration_using_mtc()3843 calib_data.mem_vref.upper = vRef; in VREFDQ_calibration_using_mtc()3848 calib_data.mem_vref.upper = vRef; in VREFDQ_calibration_using_mtc()[all …]
257 theFile.write('\n#ifndef ' + filename.upper() + '_H_')258 theFile.write('\n#define ' + filename.upper() + '_H_\n\n')275 theFile.write('\n#endif /*' + ' #ifdef ' + filename.upper() + '_H_ */\n\n')
25 Changed all hex upper case 'ABCDEF' to lower case