Searched refs:emac_base (Results 1 – 2 of 2) sorted by relevance
417 this_mac->emac_base->INT_ENABLE = GEM_RECEIVE_OVERRUN_INT | GEM_TRANSMIT_COMPLETE | in MSS_MAC_init()420 this_mac->emac_base->NETWORK_CONTROL |= GEM_ENABLE_TRANSMIT; in MSS_MAC_init()421 this_mac->emac_base->NETWORK_CONTROL |= GEM_TRANSMIT_START; in MSS_MAC_init()505 temp_cr = this_mac->emac_base->NETWORK_CONFIG; in update_mac_cfg()548 this_mac->emac_base->NETWORK_CONFIG = temp_cr; in update_mac_cfg()592 temp_cr = this_mac->emac_base->NETWORK_CONFIG; in MSS_MAC_get_link_status()635 this_mac->emac_base->NETWORK_CONFIG = temp_cr; in MSS_MAC_get_link_status()1114 this_mac->emac_base->STRETCH_RATIO = stretch; in config_mac_hw()1124 this_mac->emac_base->NETWORK_CONTROL = temp_net_control; in config_mac_hw()1125 this_mac->emac_base->NETWORK_CONFIG = temp_net_config; in config_mac_hw()[all …]
1291 eMAC_TypeDef *emac_base; /*!< Register start address - _NULL_ if primary MAC */ member