Home
last modified time | relevance | path

Searched refs:PCI_EEPROM_WRITE_OPCODE (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Deeprom_93cx6.h24 #define PCI_EEPROM_WRITE_OPCODE 0x05 macro
/linux/drivers/misc/eeprom/
H A Deeprom_93cx6.c347 command = PCI_EEPROM_WRITE_OPCODE << eeprom->width; in eeprom_93cx6_write()