Home
last modified time | relevance | path

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

/freebsd/sys/dev/axgbe/
H A Dxgbe-phy-v2.c560 uint8_t mux_channel; in xgbe_phy_sfp_put_mux() local
566 mux_channel = 0; in xgbe_phy_sfp_put_mux()
569 i2c_op.len = sizeof(mux_channel); in xgbe_phy_sfp_put_mux()
570 i2c_op.buf = &mux_channel; in xgbe_phy_sfp_put_mux()
580 uint8_t mux_channel; in xgbe_phy_sfp_get_mux() local
586 mux_channel = 1 << phy_data->sfp_mux_channel; in xgbe_phy_sfp_get_mux()
589 i2c_op.len = sizeof(mux_channel); in xgbe_phy_sfp_get_mux()
590 i2c_op.buf = &mux_channel; in xgbe_phy_sfp_get_mux()