Searched refs:IEEE_CTRL_RESET_MASK (Results 1 – 2 of 2) sorted by relevance
120 #define IEEE_CTRL_RESET_MASK 0x8000 macro347 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()
144 #define IEEE_CTRL_RESET_MASK 0x8000 macro338 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()