Lines Matching refs:vRef

3652     uint32_t vRef;  in FPGA_VREFDQ_calibration_using_mtc()  local
3690 for (vRef=(0x1U<<4U);vRef<(0x1fU<<4U);vRef=vRef+(0x1U<<4U)) in FPGA_VREFDQ_calibration_using_mtc()
3704 (~(0x1fU<<4U))) | vRef; 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()
3720 calib_data.fpga_vref.upper = vRef; 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()
3742 (CFG_DDR_SGMII_PHY->DPC_BITS.DPC_BITS & (0x1fU<<4U)) | vRef; in FPGA_VREFDQ_calibration_using_mtc()
3745 (0x1fU<<4U)) | vRef; in FPGA_VREFDQ_calibration_using_mtc()
3777 uint32_t vRef; in VREFDQ_calibration_using_mtc() local
3823 for (vRef=(0x1U<<4U);vRef<0x3fU;vRef=(vRef+0x1U)) in VREFDQ_calibration_using_mtc()
3830 (CFG_DDR_SGMII_PHY->DPC_BITS.DPC_BITS & (0x1fU<<4U)) | vRef; in VREFDQ_calibration_using_mtc()
3833 & (0x1fU<<4U)) | vRef; in VREFDQ_calibration_using_mtc()
3842 calib_data.mem_vref.lower = vRef; 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()
3869 vRef = ((calib_data.mem_vref.lower + calib_data.mem_vref.lower)>1U); in VREFDQ_calibration_using_mtc()
3871 (CFG_DDR_SGMII_PHY->DPC_BITS.DPC_BITS & (0x1fU<<4U)) | vRef; in VREFDQ_calibration_using_mtc()
3873 IOSCB_BANKCONT_DDR->dpc_bits = (IOSCB_BANKCONT_DDR->dpc_bits & (0x1fU<<4U)) | vRef; in VREFDQ_calibration_using_mtc()