Home
last modified time | relevance | path

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

/hal_microchip-latest/mpfs/mpfs_hal/common/nwc/
Dmss_sgmii.c42 static void set_early_late_thresholds(uint8_t n_late_threshold, uint8_t p_early_threshold);
310set_early_late_thresholds(LATE_EYE_WIDTH_PART_REVC_OR_LATER_PRE_TEST, EARLY_EYE_WIDTH_PART_REVC_OR… in sgmii_channel_setup()
321set_early_late_thresholds(LATE_EYE_WIDTH_SS_PART_REVB, EARLY_EYE_WIDTH_SS_PART_REVB); in sgmii_channel_setup()
326 set_early_late_thresholds(LATE_TT_PART_REVB, EARLY_TT_PART_REVB); in sgmii_channel_setup()
375set_early_late_thresholds(LATE_EYE_WIDTH_PART_REVC_OR_LATER, EARLY_EYE_WIDTH_PART_REVC_OR_LATER); in sgmii_channel_setup()
634 static void set_early_late_thresholds(uint8_t n_late_threshold, uint8_t p_early_threshold) in set_early_late_thresholds() function