Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/Zynq/
Dx_emacpsif_physpeed.c120 #define IEEE_CTRL_RESET_MASK 0x8000 macro
347 control |= IEEE_CTRL_RESET_MASK; in get_IEEE_phy_speed()
354 if( control & IEEE_CTRL_RESET_MASK ) in get_IEEE_phy_speed()
490 control | IEEE_CTRL_RESET_MASK ); in configure_IEEE_phy_speed()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/xilinx_ultrascale/
Dx_emacpsif_physpeed.c144 #define IEEE_CTRL_RESET_MASK 0x8000 macro
338 control | IEEE_CTRL_RESET_MASK ); in configure_IEEE_phy_speed_US()
560 control |= IEEE_CTRL_RESET_MASK; in get_Marvell_phy_speed()
567 if( control & IEEE_CTRL_RESET_MASK ) in get_Marvell_phy_speed()
651 control |= IEEE_CTRL_RESET_MASK; in get_Realtek_phy_speed()
658 if( control & IEEE_CTRL_RESET_MASK ) in get_Realtek_phy_speed()
757 XEmacPs_PhyWrite( xemacpsp, phy_addr, IEEE_CONTROL_REG_OFFSET, IEEE_CTRL_RESET_MASK ); in get_AR8035_phy_speed()
760 …while( ( XEmacPs_PhyRead2( xemacpsp, phy_addr, IEEE_CONTROL_REG_OFFSET ) & IEEE_CTRL_RESET_MASK ) … in get_AR8035_phy_speed()