Home
last modified time | relevance | path

Searched refs:NETWORK_CONTROL (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()
421 this_mac->emac_base->NETWORK_CONTROL |= GEM_TRANSMIT_START; in MSS_MAC_init()
451 this_mac->mac_base->NETWORK_CONTROL |= GEM_ENABLE_TRANSMIT; in MSS_MAC_init()
452 this_mac->mac_base->NETWORK_CONTROL |= GEM_TRANSMIT_START; in MSS_MAC_init()
1124 this_mac->emac_base->NETWORK_CONTROL = temp_net_control; in config_mac_hw()
1130 this_mac->mac_base->NETWORK_CONTROL = temp_net_control; in config_mac_hw()
1522 this_mac->emac_base->NETWORK_CONTROL |= GEM_CLEAR_ALL_STATS_REGS; in MSS_MAC_clear_statistics()
1526 this_mac->mac_base->NETWORK_CONTROL |= GEM_CLEAR_ALL_STATS_REGS; in MSS_MAC_clear_statistics()
1577 this_mac->emac_base->NETWORK_CONTROL &= ~GEM_ENABLE_RECEIVE; in MSS_MAC_receive_pkt()
1581 this_mac->mac_base->NETWORK_CONTROL &= ~GEM_ENABLE_RECEIVE; in MSS_MAC_receive_pkt()
[all …]
Dmss_ethernet_registers.h31 __IO uint32_t NETWORK_CONTROL; /* 0x0000 */ member
295 __IO uint32_t NETWORK_CONTROL; /* 0x1000 */ member