Searched refs:EEP_OPC_WRITE (Results 1 – 1 of 1) sorted by relevance
10 #define EEP_OPC_WRITE 0x5 /* 3-bit opcode */ macro110 byte1 = EEP_OPC_WRITE >> 2; in mw_eeprom_write_word()111 byte2 = (EEP_OPC_WRITE << 6)&0xc0; in mw_eeprom_write_word()115 byte1 = EEP_OPC_WRITE >> 1; in mw_eeprom_write_word()116 byte2 = (EEP_OPC_WRITE << 7)&0x80; in mw_eeprom_write_word()120 byte1 = EEP_OPC_WRITE; in mw_eeprom_write_word()124 byte1 = EEP_OPC_WRITE << 1; in mw_eeprom_write_word()129 byte1 = EEP_OPC_WRITE << 2; in mw_eeprom_write_word()