PCI_EEPROM_READ_OPCODE
command = (PCI_EEPROM_READ_OPCODE << eeprom->width) | word;
command = (PCI_EEPROM_READ_OPCODE << (eeprom->width + 1)) | byte;