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

/freebsd-10.2-release/contrib/nvi/vi/
H A Dv_word.c70 static int eword __P((SCR *, VICMD *, enum which));
242 return (eword(sp, vp, BIGWORD));
254 return (eword(sp, vp, LITTLEWORD));
258 * eword --
262 eword(SCR *sp, VICMD *vp, enum which type) function
/freebsd-10.2-release/sys/dev/ixgbe/
H A Dixgbe_phy.c1175 u16 phy_offset, control, eword, edata, block_crc; local
1222 ret_val = hw->eeprom.ops.read(hw, data_offset, &eword);
1225 control = (eword & IXGBE_CONTROL_MASK_NL) >>
1227 edata = eword & IXGBE_DATA_MASK_NL;
1244 &eword);
1248 IXGBE_TWINAX_DEV, eword);
1249 DEBUGOUT2("Wrote %4.4x to %4.4x\n", eword,

Completed in 211 milliseconds