Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accel/habanalabs/common/pci/
H A Dpci.c103 pci_write_config_dword(pdev, mmPCI_CONFIG_ELBI_STS, 0); in hl_pci_elbi_read()
110 pci_read_config_dword(pdev, mmPCI_CONFIG_ELBI_STS, &val); in hl_pci_elbi_read()
114 pci_read_config_dword(pdev, mmPCI_CONFIG_ELBI_STS, in hl_pci_elbi_read()
166 pci_write_config_dword(pdev, mmPCI_CONFIG_ELBI_STS, 0); in hl_pci_elbi_write()
175 pci_read_config_dword(pdev, mmPCI_CONFIG_ELBI_STS, &val); in hl_pci_elbi_write()
179 pci_read_config_dword(pdev, mmPCI_CONFIG_ELBI_STS, in hl_pci_elbi_write()
/openbmc/linux/drivers/accel/habanalabs/include/hw_ip/pci/
H A Dpci_general.h17 #define mmPCI_CONFIG_ELBI_STS 0xFFC macro