Searched refs:write_opcode (Results 1 – 2 of 2) sorted by relevance
46 def SendCommandVerify(self, write_opcode, list_bytes, read_opcode=None): argument50 read_opcode = write_opcode.lower()52 write_sent = self.SendOperation(write_opcode, list_bytes)63 log.warning('Timed out awaiting reply for %s', write_opcode)
5480 uint8_t write_opcode = EEPROM_WRITE_OPCODE_SPI; in e1000_write_eeprom_spi() local5494 write_opcode |= EEPROM_A8_OPCODE_SPI; in e1000_write_eeprom_spi()5497 e1000_shift_out_ee_bits(hw, write_opcode, eeprom->opcode_bits); in e1000_write_eeprom_spi()