Searched refs:val_old (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/net/
H A Dmdio_mux_i2creg.c28 u8 val, val_old; local
34 val_old = dm_i2c_reg_read(priv->chip, priv->reg);
35 val = (val_old & ~priv->mask) | (sel & priv->mask);
37 priv->reg, val_old, val);

Completed in 101 milliseconds