Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/mchp_pci1xxxx/
H A Dmchp_pci1xxxx_otpe2p.c35 #define EEPROM_CMD_EPC_TIMEOUT_BIT BIT(17) macro
103 writel(EEPROM_CMD_EPC_TIMEOUT_BIT, in is_eeprom_responsive()
114 if (ret < 0 || (!ret && (regval & EEPROM_CMD_EPC_TIMEOUT_BIT))) in is_eeprom_responsive()
149 if (ret < 0 || (!ret && (regval & EEPROM_CMD_EPC_TIMEOUT_BIT))) { in pci1xxxx_eeprom_read()
183 regval = EEPROM_CMD_EPC_TIMEOUT_BIT | EEPROM_CMD_EPC_WRITE | in pci1xxxx_eeprom_write()
194 if (ret < 0 || (!ret && (regval & EEPROM_CMD_EPC_TIMEOUT_BIT))) { in pci1xxxx_eeprom_write()