Searched refs:mux_channel (Results 1 – 3 of 3) sorted by relevance
184 unsigned int mux_channel; member337 priv->mux_channel = -1; in max9286_i2c_mux_close()348 if (priv->mux_channel == chan) in max9286_i2c_mux_select()351 priv->mux_channel = chan; in max9286_i2c_mux_select()
524 u8 mux_channel; in xgbe_phy_sfp_put_mux() local530 mux_channel = 0; in xgbe_phy_sfp_put_mux()533 i2c_op.len = sizeof(mux_channel); in xgbe_phy_sfp_put_mux()534 i2c_op.buf = &mux_channel; in xgbe_phy_sfp_put_mux()543 u8 mux_channel; in xgbe_phy_sfp_get_mux() local549 mux_channel = 1 << phy_data->sfp_mux_channel; in xgbe_phy_sfp_get_mux()552 i2c_op.len = sizeof(mux_channel); in xgbe_phy_sfp_get_mux()553 i2c_op.buf = &mux_channel; in xgbe_phy_sfp_get_mux()
639 u8 mux_channel; member