Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/mchp_pci1xxxx/
H A Dmchp_pci1xxxx_otpe2p.c36 #define EEPROM_CMD_EPC_BUSY_BIT BIT(31) macro
105 writel(EEPROM_CMD_EPC_BUSY_BIT, in is_eeprom_responsive()
109 ret = read_poll_timeout(readl, regval, !(regval & EEPROM_CMD_EPC_BUSY_BIT), in is_eeprom_responsive()
141 writel(EEPROM_CMD_EPC_BUSY_BIT | (off + byte), rb + in pci1xxxx_eeprom_read()
145 !(regval & EEPROM_CMD_EPC_BUSY_BIT), in pci1xxxx_eeprom_read()
186 writel(EEPROM_CMD_EPC_BUSY_BIT | regval, in pci1xxxx_eeprom_write()
190 !(regval & EEPROM_CMD_EPC_BUSY_BIT), in pci1xxxx_eeprom_write()