Searched refs:PCI_CONFIG_ELBI_STS_MASK (Results 1 – 2 of 2) sorted by relevance
111 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()
20 #define PCI_CONFIG_ELBI_STS_MASK (PCI_CONFIG_ELBI_STS_ERR | \ macro