Home
last modified time | relevance | path

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

/linux/drivers/misc/habanalabs/common/pci/
A Dpci.c109 if (val & PCI_CONFIG_ELBI_STS_MASK) in hl_pci_elbi_read()
120 if ((val & PCI_CONFIG_ELBI_STS_MASK) == PCI_CONFIG_ELBI_STS_DONE) { in hl_pci_elbi_read()
131 if (!(val & PCI_CONFIG_ELBI_STS_MASK)) { in hl_pci_elbi_read()
171 if (val & PCI_CONFIG_ELBI_STS_MASK) in hl_pci_elbi_write()
182 if ((val & PCI_CONFIG_ELBI_STS_MASK) == PCI_CONFIG_ELBI_STS_DONE) in hl_pci_elbi_write()
188 if (!(val & PCI_CONFIG_ELBI_STS_MASK)) { in hl_pci_elbi_write()
/linux/drivers/misc/habanalabs/include/hw_ip/pci/
A Dpci_general.h20 #define PCI_CONFIG_ELBI_STS_MASK (PCI_CONFIG_ELBI_STS_ERR | \ macro

Completed in 3 milliseconds