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

/freebsd-13-stable/sys/dev/e1000/
H A De1000_nvm.h65 s32 e1000_read_nvm_microwire(struct e1000_hw *hw, u16 offset,
H A De1000_82542.c88 nvm->ops.read = e1000_read_nvm_microwire;
H A De1000_82540.c145 nvm->ops.read = e1000_read_nvm_microwire;
H A De1000_82541.c204 nvm->ops.read = e1000_read_nvm_microwire;
H A De1000_82543.c181 nvm->ops.read = e1000_read_nvm_microwire;
H A De1000_nvm.c493 * e1000_read_nvm_microwire - Reads EEPROM's using microwire
501 s32 e1000_read_nvm_microwire(struct e1000_hw *hw, u16 offset, u16 words, function
509 DEBUGFUNC("e1000_read_nvm_microwire");

Completed in 61 milliseconds