Home
last modified time | relevance | path

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

/hal_microchip-latest/mpfs/mpfs_hal/common/nwc/
Dmss_ddr.c3652 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
[all …]