Searched refs:e1000_shift_out_ee_bits (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | e1000.c | 198 e1000_shift_out_ee_bits(struct e1000_hw *hw, uint16_t data, uint16_t count) in e1000_shift_out_ee_bits() function 739 e1000_shift_out_ee_bits(hw, EEPROM_RDSR_OPCODE_SPI, in e1000_spi_eeprom_ready() 828 e1000_shift_out_ee_bits(hw, read_opcode, eeprom->opcode_bits); in e1000_read_eeprom() 829 e1000_shift_out_ee_bits(hw, (uint16_t)(offset*2), in e1000_read_eeprom() 845 e1000_shift_out_ee_bits(hw, in e1000_read_eeprom() 848 e1000_shift_out_ee_bits(hw, (uint16_t)(offset + i), in e1000_read_eeprom()
|