Searched refs:mux_addr_lo (Results 1 – 1 of 1) sorted by relevance
1730 unsigned int reg, mux_addr_hi, mux_addr_lo; in axgbe_phy_sfp_comm_setup() local1735 mux_addr_lo = XP_GET_BITS(reg, XP_PROP_4, MUX_ADDR_LO); in axgbe_phy_sfp_comm_setup()1736 if (mux_addr_lo == AXGBE_SFP_DIRECT) in axgbe_phy_sfp_comm_setup()1740 phy_data->sfp_mux_address = (mux_addr_hi << 2) + mux_addr_lo; in axgbe_phy_sfp_comm_setup()