Searched refs:EEP_OPC_WRITE (Results 1 – 1 of 1) sorted by relevance
11 #define EEP_OPC_WRITE 0x5 /* 3-bit opcode */ macro111 byte1 = EEP_OPC_WRITE >> 2; in mw_eeprom_write_word()112 byte2 = (EEP_OPC_WRITE << 6)&0xc0; in mw_eeprom_write_word()116 byte1 = EEP_OPC_WRITE >> 1; in mw_eeprom_write_word()117 byte2 = (EEP_OPC_WRITE << 7)&0x80; in mw_eeprom_write_word()121 byte1 = EEP_OPC_WRITE; in mw_eeprom_write_word()125 byte1 = EEP_OPC_WRITE << 1; in mw_eeprom_write_word()130 byte1 = EEP_OPC_WRITE << 2; in mw_eeprom_write_word()