Searched refs:eword (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/nvi/vi/ |
H A D | v_word.c | 66 static int eword(SCR *, VICMD *, enum which); 238 return (eword(sp, vp, BIGWORD)); in v_wordE() 250 return (eword(sp, vp, LITTLEWORD)); in v_worde() 258 eword(SCR *sp, VICMD *vp, enum which type) in eword() function
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe_phy.c | 1145 u16 phy_offset, control, eword, edata, block_crc; in ixgbe_reset_phy_nl() local 1192 ret_val = hw->eeprom.ops.read(hw, data_offset, &eword); in ixgbe_reset_phy_nl() 1195 control = (eword & IXGBE_CONTROL_MASK_NL) >> in ixgbe_reset_phy_nl() 1197 edata = eword & IXGBE_DATA_MASK_NL; in ixgbe_reset_phy_nl() 1214 &eword); in ixgbe_reset_phy_nl() 1218 IXGBE_TWINAX_DEV, eword); in ixgbe_reset_phy_nl() 1219 DEBUGOUT2("Wrote %4.4x to %4.4x\n", eword, in ixgbe_reset_phy_nl()
|