Searched refs:MII_ADVERTISE (Results 1 – 5 of 5) sorted by relevance
/hal_microchip-latest/mpfs/drivers/mss/mss_ethernet_mac/ |
D | vsc8541_phy.c | 175 MSS_MAC_write_phy_reg(this_mac, phy_addr, MII_ADVERTISE, (uint16_t)(ADVERTISE_FULL)); in MSS_MAC_VSC8541_phy_init() 253 phy_reg = MSS_MAC_read_phy_reg(this_mac, (uint8_t)this_mac->phy_addr, MII_ADVERTISE); in MSS_MAC_VSC8541_phy_set_link_speed() 269 MSS_MAC_write_phy_reg(this_mac, (uint8_t)this_mac->phy_addr, MII_ADVERTISE, phy_reg); in MSS_MAC_VSC8541_phy_set_link_speed()
|
D | vsc8662_phy.c | 368 MSS_MAC_write_phy_reg(this_mac, phy_addr, MII_ADVERTISE, (uint16_t)(ADVERTISE_FULL)); in MSS_MAC_VSC8662_phy_init() 458 phy_reg = MSS_MAC_read_phy_reg(this_mac, (uint8_t)this_mac->phy_addr, MII_ADVERTISE); in MSS_MAC_VSC8662_phy_set_link_speed() 474 MSS_MAC_write_phy_reg(this_mac, (uint8_t)this_mac->phy_addr, MII_ADVERTISE, phy_reg); in MSS_MAC_VSC8662_phy_set_link_speed()
|
D | ti_dp83867_phy.c | 110 phy_reg = MSS_MAC_read_phy_reg(this_mac, (uint8_t)this_mac->phy_addr, MII_ADVERTISE); in MSS_MAC_DP83867_phy_set_link_speed() 128 MSS_MAC_write_phy_reg(this_mac, (uint8_t)this_mac->phy_addr, MII_ADVERTISE, phy_reg); in MSS_MAC_DP83867_phy_set_link_speed()
|
D | phy.h | 31 #define MII_ADVERTISE (0X04U) /* Advertisement control reg */ macro
|
D | vsc8575_phy.c | 657 phy_reg = MSS_MAC_read_phy_reg(this_mac, (uint8_t)this_mac->phy_addr, MII_ADVERTISE); in MSS_MAC_VSC8575_phy_set_link_speed() 673 MSS_MAC_write_phy_reg(this_mac, (uint8_t)this_mac->phy_addr, MII_ADVERTISE, phy_reg); in MSS_MAC_VSC8575_phy_set_link_speed()
|