Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-phy-v2.c415 u8 mux_channel; in xgbe_phy_sfp_put_mux() local
421 mux_channel = 0; in xgbe_phy_sfp_put_mux()
424 i2c_op.len = sizeof(mux_channel); in xgbe_phy_sfp_put_mux()
425 i2c_op.buf = &mux_channel; in xgbe_phy_sfp_put_mux()
434 u8 mux_channel; in xgbe_phy_sfp_get_mux() local
440 mux_channel = 1 << phy_data->sfp_mux_channel; in xgbe_phy_sfp_get_mux()
443 i2c_op.len = sizeof(mux_channel); in xgbe_phy_sfp_get_mux()
444 i2c_op.buf = &mux_channel; in xgbe_phy_sfp_get_mux()