Lines Matching defs:value
1117 * field value in the packet does not match the actual data
1170 u8 reg, u16 *value)
1211 * return the value to the caller
1213 *value = readl(&mac->mii_mgmt_stat) & ET_MAC_MIIMGMT_STAT_PHYCRTL_MASK;
1228 static int et131x_mii_read(struct et131x_adapter *adapter, u8 reg, u16 *value)
1235 return et131x_phy_mii_read(adapter, phydev->mdio.addr, reg, value);
1239 u16 value)
1260 /* Add the value to write to the registers to the mac */
1261 writel(value, &mac->mii_mgmt_ctrl);
1299 u8 *value)
1306 *value = (reg & mask) >> bitnum;
1424 u16 value;
1427 ret = et131x_phy_mii_read(adapter, phy_addr, reg, &value);
1432 return value;
1436 int reg, u16 value)
1441 return et131x_mii_write(adapter, phy_addr, reg, value);
1616 * For version B silicon, this value gets updated once autoneg is
1624 * This value gets updated once autoneg is complete.
1841 * value correctly
2983 /* We have the default value in the register we are
3541 * "fake" value. The most likely reasons are: Bad Address or the
3795 * et131x_alloc_device() to see how this value is set).