Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Deeprom_93cx6.h25 #define PCI_EEPROM_EWDS_OPCODE 0x10 macro
/openbmc/linux/drivers/misc/eeprom/
H A Deeprom_93cx6.c305 command = enable ? PCI_EEPROM_EWEN_OPCODE : PCI_EEPROM_EWDS_OPCODE; in eeprom_93cx6_wren()