Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/eeprom/
H A Deeprom_93cx6.c187 PCI_EEPROM_WIDTH_OPCODE + eeprom->width); in eeprom_93cx6_read()
258 PCI_EEPROM_WIDTH_OPCODE + eeprom->width + 1); in eeprom_93cx6_readb()
319 PCI_EEPROM_WIDTH_OPCODE + eeprom->width); in eeprom_93cx6_wren()
351 PCI_EEPROM_WIDTH_OPCODE + eeprom->width); in eeprom_93cx6_write()
/openbmc/linux/include/linux/
H A Deeprom_93cx6.h23 #define PCI_EEPROM_WIDTH_OPCODE 3 macro