Home
last modified time | relevance | path

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

/hal_microchip-latest/mpfs/mpfs_hal/common/nwc/
Dmss_ddr.h971 uint32_t upper; member
1012 uint32_t upper[MAX_LANES]; member
Dmss_ddr.c3429 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 …]
/hal_microchip-latest/mpfs/soc_config_generator/
Dmpfs_configuration_generator.py257 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')
/hal_microchip-latest/
DREADME.txt25 Changed all hex upper case 'ABCDEF' to lower case
/hal_microchip-latest/scripts/
Dpic32cxsgpinctrl.py75 m = re.match(r"P([A-Z])(\d+)", pin_name.upper())
Dpic32pinctrl.py71 m = re.match(r"P([A-Z])(\d+)", pin_name.upper())