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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/ixgbe/
H A Dixgbe_phy.c433 u16 phy_offset, control, eword, edata, block_crc; local
472 ret_val = hw->eeprom.ops.read(hw, data_offset, &eword);
473 control = (eword & IXGBE_CONTROL_MASK_NL) >>
475 edata = eword & IXGBE_DATA_MASK_NL;
488 hw->eeprom.ops.read(hw, data_offset, &eword);
490 MDIO_MMD_PMAPMD, eword);
491 hw_dbg(hw, "Wrote %4.4x to %4.4x\n", eword,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_phy.c433 u16 phy_offset, control, eword, edata, block_crc; local
472 ret_val = hw->eeprom.ops.read(hw, data_offset, &eword);
473 control = (eword & IXGBE_CONTROL_MASK_NL) >>
475 edata = eword & IXGBE_DATA_MASK_NL;
488 hw->eeprom.ops.read(hw, data_offset, &eword);
490 MDIO_MMD_PMAPMD, eword);
491 hw_dbg(hw, "Wrote %4.4x to %4.4x\n", eword,

Completed in 54 milliseconds