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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_common.c548 u16 word_in; local
585 word_in = ixgbe_shift_in_eeprom_bits(hw, 16);
586 *data = (word_in >> 8) | (word_in << 8);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000/
H A De1000_hw.c3760 u16 word_in; local
3785 word_in = e1000_shift_in_ee_bits(hw, 16);
3786 data[i] = (word_in >> 8) | (word_in << 8);

Completed in 128 milliseconds