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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/e1000/
H A De1000_hw.c5512 uint8_t high_byte = 0; local
5581 high_byte =
5596 &high_byte);
5612 high_byte = E1000_ICH_NVM_SIG_MASK | high_byte;
5615 (i << 1) + new_bank_offset + 1, high_byte);
5635 &high_byte);
5636 high_byte &= 0xBF;
5638 E1000_ICH_NVM_SIG_WORD * 2 + 1 + new_bank_offset, high_byte);
5640 * its signature word (0x13) high_byte t
[all...]

Completed in 54 milliseconds