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()
253 PCI_EEPROM_WIDTH_OPCODE + eeprom->width + 1); in eeprom_93cx6_readb()
309 PCI_EEPROM_WIDTH_OPCODE + eeprom->width); in eeprom_93cx6_wren()
341 PCI_EEPROM_WIDTH_OPCODE + eeprom->width); in eeprom_93cx6_write()
/openbmc/linux/include/linux/
H A Deeprom_93cx6.h21 #define PCI_EEPROM_WIDTH_OPCODE 3 macro