Searched refs:e1000_read_ich8_data (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/net/e1000/ |
D | e1000_hw.c | 82 static int32_t e1000_read_ich8_data(struct e1000_hw *hw, uint32_t index, uint32_t size, uint16_t *d… 8598 e1000_read_ich8_data(struct e1000_hw *hw, uint32_t index, in e1000_read_ich8_data() function 8757 status = e1000_read_ich8_data(hw, index, 1, &word); in e1000_read_ich8_byte() 8829 status = e1000_read_ich8_data(hw, index, 2, data); in e1000_read_ich8_word()
|