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

/freebsd-13-stable/contrib/nvi/vi/
H A Dv_word.c66 static int eword(SCR *, VICMD *, enum which);
238 return (eword(sp, vp, BIGWORD));
250 return (eword(sp, vp, LITTLEWORD));
254 * eword --
258 eword(SCR *sp, VICMD *vp, enum which type) function
/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_phy.c1156 u16 phy_offset, control, eword, edata, block_crc; local
1203 ret_val = hw->eeprom.ops.read(hw, data_offset, &eword);
1206 control = (eword & IXGBE_CONTROL_MASK_NL) >>
1208 edata = eword & IXGBE_DATA_MASK_NL;
1225 &eword);
1229 IXGBE_TWINAX_DEV, eword);
1230 DEBUGOUT2("Wrote %4.4x to %4.4x\n", eword,

Completed in 181 milliseconds