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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000e/
H A Dich8lan.c225 static s32 e1000_read_flash_data_ich8lan(struct e1000_hw *hw, u32 offset,
2182 return e1000_read_flash_data_ich8lan(hw, offset, 2, data);
2199 ret_val = e1000_read_flash_data_ich8lan(hw, offset, 1, &word);
2209 * e1000_read_flash_data_ich8lan - Read byte or word from NVM
2217 static s32 e1000_read_flash_data_ich8lan(struct e1000_hw *hw, u32 offset, function

Completed in 68 milliseconds