Home
last modified time | relevance | path

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

/hal_microchip-latest/mpfs/drivers/mss/mss_ethernet_mac/
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()
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()
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()
766 this_mac->mac_base->PCS_CONTROL = phy_reg; in MSS_MAC_VSC8575_phy_autonegotiate()
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()
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.c1142 this_mac->mac_base->PCS_CONTROL |= (uint32_t)0x8000UL; in config_mac_hw()
5343 this_mac->mac_base->PCS_CONTROL = 0x9000UL; /* Reset and enable autonegotiation */ in msgmii_init()
5351 this_mac->mac_base->PCS_CONTROL = 0x9000UL; /* Reset and enable autonegotiation */ in msgmii_init()
5377 phy_reg = (uint16_t)this_mac->mac_base->PCS_CONTROL; in msgmii_autonegotiate()
5379 this_mac->mac_base->PCS_CONTROL = phy_reg; in msgmii_autonegotiate()
5381 this_mac->mac_base->PCS_CONTROL = phy_reg; in msgmii_autonegotiate()
Dmss_ethernet_registers.h159 __IO uint32_t PCS_CONTROL; /* 0x0200 */ member