Searched refs:PCI_EEPROM_READ_OPCODE (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Deeprom_93cx6.h24 #define PCI_EEPROM_READ_OPCODE 0x06 macro
/linux-master/drivers/misc/eeprom/
H A Deeprom_93cx6.c185 command = (PCI_EEPROM_READ_OPCODE << eeprom->width) | word;
251 command = (PCI_EEPROM_READ_OPCODE << (eeprom->width + 1)) | byte;

Completed in 96 milliseconds