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

/netbsd-current/external/bsd/nvi/dist/vi/
H A Dv_word.c79 static int eword __P((SCR *, VICMD *, enum which));
258 return (eword(sp, vp, BIGWORD));
270 return (eword(sp, vp, LITTLEWORD));
274 * eword --
278 eword(SCR *sp, VICMD *vp, enum which type) function
/netbsd-current/sys/dev/pci/ixgbe/
H A Dixgbe_phy.c1178 u16 phy_offset, control, eword, edata, block_crc; local
1225 ret_val = hw->eeprom.ops.read(hw, data_offset, &eword);
1228 control = (eword & IXGBE_CONTROL_MASK_NL) >>
1230 edata = eword & IXGBE_DATA_MASK_NL;
1247 &eword);
1251 IXGBE_TWINAX_DEV, eword);
1252 DEBUGOUT2("Wrote %4.4x to %4.4x\n", eword,

Completed in 602 milliseconds