Home
last modified time | relevance | path

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

/hal_microchip-latest/mpfs/drivers/mss/mss_ethernet_mac/
Dmss_ethernet_mac.c1106 uint32_t stretch; in config_mac_hw() local
1109 stretch = cfg->ipg_multiplier & GEM_IPG_STRETCH_MUL_MASK; in config_mac_hw()
1110 stretch |= (cfg->ipg_divisor & GEM_IPG_STRETCH_DIV_MASK) << GEM_IPG_STRETCH_DIV_SHIFT; in config_mac_hw()
1114 this_mac->emac_base->STRETCH_RATIO = stretch; in config_mac_hw()
1118 this_mac->mac_base->STRETCH_RATIO = stretch; in config_mac_hw()