Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accel/habanalabs/include/hw_ip/pci/
H A Dpci_general.h18 #define PCI_CONFIG_ELBI_STS_ERR (1 << 30) macro
20 #define PCI_CONFIG_ELBI_STS_MASK (PCI_CONFIG_ELBI_STS_ERR | \
/openbmc/linux/drivers/accel/habanalabs/common/pci/
H A Dpci.c131 if (val & PCI_CONFIG_ELBI_STS_ERR) { in hl_pci_elbi_read()
193 if (val & PCI_CONFIG_ELBI_STS_ERR) in hl_pci_elbi_write()