Home
last modified time | relevance | path

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

/hal_microchip-latest/mpfs/drivers/mss/mss_ethernet_mac/
Dmss_ethernet_mac.c257 this_mac->mac_base->USER_IO = cfg->tsu_clock_select & 1U; 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()
509 temp_cr = this_mac->mac_base->NETWORK_CONFIG; in update_mac_cfg()
552 this_mac->mac_base->NETWORK_CONFIG = temp_cr; in update_mac_cfg()
596 temp_cr = this_mac->mac_base->NETWORK_CONFIG; in MSS_MAC_get_link_status()
639 this_mac->mac_base->NETWORK_CONFIG = temp_cr; in MSS_MAC_get_link_status()
1118 this_mac->mac_base->STRETCH_RATIO = stretch; in config_mac_hw()
1126 this_mac->mac_base->NETWORK_CONFIG = temp_net_config; in config_mac_hw()
1130 this_mac->mac_base->NETWORK_CONTROL = temp_net_control; in config_mac_hw()
[all …]
Dvsc8575_phy.c355 phy_reg = (uint16_t)this_mac->mac_base->PCS_CONTROL; in MSS_MAC_VSC8575_phy_init()
357 this_mac->mac_base->PCS_CONTROL = phy_reg; in MSS_MAC_VSC8575_phy_init()
359 this_mac->mac_base->PCS_CONTROL = phy_reg; in MSS_MAC_VSC8575_phy_init()
363 phy_reg = (uint16_t)this_mac->mac_base->PCS_STATUS; in MSS_MAC_VSC8575_phy_init()
578 phy_reg = (uint16_t)this_mac->mac_base->PCS_CONTROL; in MSS_MAC_VSC8575_phy_init()
580 this_mac->mac_base->PCS_CONTROL = phy_reg; in MSS_MAC_VSC8575_phy_init()
582 this_mac->mac_base->PCS_CONTROL = phy_reg; in MSS_MAC_VSC8575_phy_init()
586 phy_reg = (uint16_t)this_mac->mac_base->PCS_STATUS; in MSS_MAC_VSC8575_phy_init()
762 phy_reg = (uint16_t)this_mac->mac_base->PCS_CONTROL; in MSS_MAC_VSC8575_phy_autonegotiate()
764 this_mac->mac_base->PCS_CONTROL = phy_reg; in MSS_MAC_VSC8575_phy_autonegotiate()
[all …]
Dvsc8662_phy.c426 phy_reg = (uint16_t)this_mac->mac_base->PCS_CONTROL; in MSS_MAC_VSC8662_phy_init()
428 this_mac->mac_base->PCS_CONTROL = phy_reg; in MSS_MAC_VSC8662_phy_init()
430 this_mac->mac_base->PCS_CONTROL = phy_reg; in MSS_MAC_VSC8662_phy_init()
434 phy_reg = (uint16_t)this_mac->mac_base->PCS_STATUS; in MSS_MAC_VSC8662_phy_init()
579 temp_reg = this_mac->mac_base->PCS_CONTROL; in MSS_MAC_VSC8662_mac_autonegotiate()
580 this_mac->mac_base->PCS_CONTROL = temp_reg | GEM_RESTART_AUTO_NEG; in MSS_MAC_VSC8662_mac_autonegotiate()
Dmss_ethernet_mac_types.h1290 MAC_TypeDef *mac_base; /*!< Register start address - _NULL_ if eMAC */ member