Searched refs:GEM_ENABLE_TRANSMIT (Results 1 – 2 of 2) sorted by relevance
420 this_mac->emac_base->NETWORK_CONTROL |= GEM_ENABLE_TRANSMIT; in MSS_MAC_init()451 this_mac->mac_base->NETWORK_CONTROL |= GEM_ENABLE_TRANSMIT; in MSS_MAC_init()1811 if(0 == (*p_nw_control & GEM_ENABLE_TRANSMIT)) in MSS_MAC_send_pkt()1813 *p_nw_control = *p_nw_control | GEM_ENABLE_TRANSMIT; in MSS_MAC_send_pkt()1875 if(0 == (*p_nw_control & GEM_ENABLE_TRANSMIT)) in MSS_MAC_send_pkt()1882 *p_nw_control = *p_nw_control | GEM_ENABLE_TRANSMIT; in MSS_MAC_send_pkt()2061 if(0 == (*p_nw_control & GEM_ENABLE_TRANSMIT)) in MSS_MAC_send_pkts()2063 *p_nw_control = *p_nw_control | GEM_ENABLE_TRANSMIT; in MSS_MAC_send_pkts()2167 if(0 == (*p_nw_control & GEM_ENABLE_TRANSMIT)) in MSS_MAC_send_pkts()2211 *p_nw_control = *p_nw_control | GEM_ENABLE_TRANSMIT; in MSS_MAC_send_pkts()[all …]
102 #define GEM_ENABLE_TRANSMIT BIT_03 macro