Lines Matching defs:value
1790 * data A value given to add timer when
2491 u16 value;
2494 value = MII_GC_PDOWN | MII_GC_LOOPBK | MII_GC_ISOLATE;
2496 tlan_mii_write_reg(dev, priv->phy[priv->phy_num], MII_GEN_CTL, value);
2500 value = MII_GC_ISOLATE; /* just isolate it from MII */
2502 tlan_mii_write_reg(dev, priv->phy[1], MII_GEN_CTL, value);
2519 u16 value;
2523 value = MII_GC_LOOPBK;
2524 tlan_mii_write_reg(dev, priv->phy[priv->phy_num], MII_GEN_CTL, value);
2541 u16 value;
2548 value = MII_GC_LOOPBK | MII_GC_RESET;
2549 tlan_mii_write_reg(dev, phy, MII_GEN_CTL, value);
2551 tlan_mii_read_reg(dev, phy, MII_GEN_CTL, &value);
2556 } while (value & MII_GC_RESET);
2811 * retrieved value.
2815 * and then reads the 16-bit register value from the MII bus via
2902 * data The value to be placed on the MII bus.
2983 * val The value to be written to the register.
2987 * writes the 16-bit register value from the MII configuration bus