Home
last modified time | relevance | path

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

/hal_microchip-latest/mpfs/drivers/mss/mss_ethernet_mac/
Dmss_ethernet_mac.c1026 uint32_t temp_net_config = 0U; in config_mac_hw() local
1077temp_net_config = (((uint32_t)(1UL)) << GEM_DATA_BUS_WIDTH_SHIFT) | ((cfg->phyclk & GEM_MDC_CLOCK_… in config_mac_hw()
1082temp_net_config = (((uint32_t)(1UL)) << GEM_DATA_BUS_WIDTH_SHIFT) | ((cfg->phyclk & GEM_MDC_CLOCK_… in config_mac_hw()
1087 temp_net_config = (cfg->phyclk & GEM_MDC_CLOCK_DIVISOR_MASK) << GEM_MDC_CLOCK_DIVISOR_SHIFT; in config_mac_hw()
1092temp_net_config |= GEM_FCS_REMOVE | GEM_DISABLE_COPY_OF_PAUSE_FRAMES | GEM_RECEIVE_1536_BYTE_FRAME… in config_mac_hw()
1096temp_net_config |= GEM_FCS_REMOVE | GEM_DISABLE_COPY_OF_PAUSE_FRAMES | GEM_RECEIVE_1536_BYTE_FRAME… in config_mac_hw()
1101 temp_net_config |= GEM_LENGTH_FIELD_ERROR_FRAME_DISCARD; in config_mac_hw()
1107 temp_net_config |= GEM_IPG_STRETCH_ENABLE; in config_mac_hw()
1125 this_mac->emac_base->NETWORK_CONFIG = temp_net_config; in config_mac_hw()
1126 this_mac->mac_base->NETWORK_CONFIG = temp_net_config; in config_mac_hw()
[all …]