Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/accel/habanalabs/include/hw_ip/pci/
Dpci_general.h18 #define PCI_CONFIG_ELBI_STS_ERR (1 << 30) macro
20 #define PCI_CONFIG_ELBI_STS_MASK (PCI_CONFIG_ELBI_STS_ERR | \
/linux-6.6.21/drivers/accel/habanalabs/common/pci/
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()