Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dpci.h259 return ioread32(ar_pci->mem + PCIE_LOCAL_BASE_ADDRESS + addr); in ath10k_pci_reg_read32()
266 iowrite32(val, ar_pci->mem + PCIE_LOCAL_BASE_ADDRESS + addr); in ath10k_pci_reg_write32()
Dhw.h331 #define PCIE_LOCAL_BASE_ADDRESS 0x00080000 macro