Searched refs:fpga_vref (Results 1 – 2 of 2) sorted by relevance
3682 calib_data.fpga_vref.vref_result = 0U; in FPGA_VREFDQ_calibration_using_mtc()3683 calib_data.fpga_vref.lower = VREF_INVALID; in FPGA_VREFDQ_calibration_using_mtc()3684 calib_data.fpga_vref.upper = VREF_INVALID; in FPGA_VREFDQ_calibration_using_mtc()3685 calib_data.fpga_vref.status_lower = 0x00U; in FPGA_VREFDQ_calibration_using_mtc()3686 calib_data.fpga_vref.status_upper = 0x00U; in FPGA_VREFDQ_calibration_using_mtc()3712 if((result == 0U)&&(calib_data.fpga_vref.lower == VREF_INVALID)) in FPGA_VREFDQ_calibration_using_mtc()3714 calib_data.fpga_vref.lower = vRef; in FPGA_VREFDQ_calibration_using_mtc()3715 calib_data.fpga_vref.upper = vRef; in FPGA_VREFDQ_calibration_using_mtc()3716 calib_data.fpga_vref.status_lower = 0x01; in FPGA_VREFDQ_calibration_using_mtc()3718 else if((result == 0U)&&(calib_data.fpga_vref.lower != VREF_INVALID)) in FPGA_VREFDQ_calibration_using_mtc()[all …]
1024 mss_ddr_vref fpga_vref; member