Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accel/habanalabs/common/pci/
H A Dpci.c111 if (val & PCI_CONFIG_ELBI_STS_MASK) in hl_pci_elbi_read()
122 if ((val & PCI_CONFIG_ELBI_STS_MASK) == PCI_CONFIG_ELBI_STS_DONE) { in hl_pci_elbi_read()
136 if (!(val & PCI_CONFIG_ELBI_STS_MASK)) { in hl_pci_elbi_read()
176 if (val & PCI_CONFIG_ELBI_STS_MASK) in hl_pci_elbi_write()
187 if ((val & PCI_CONFIG_ELBI_STS_MASK) == PCI_CONFIG_ELBI_STS_DONE) { in hl_pci_elbi_write()
196 if (!(val & PCI_CONFIG_ELBI_STS_MASK)) { in hl_pci_elbi_write()
/openbmc/linux/drivers/accel/habanalabs/include/hw_ip/pci/
H A Dpci_general.h20 #define PCI_CONFIG_ELBI_STS_MASK (PCI_CONFIG_ELBI_STS_ERR | \ macro