Home
last modified time | relevance | path

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

/hal_microchip-latest/mpfs/drivers/mss/mss_ethernet_mac/
Dmss_ethernet_mac.c420 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 …]
Dmss_ethernet_mac_regs.h102 #define GEM_ENABLE_TRANSMIT BIT_03 macro