Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/bcma/
Ddriver_pci.c22 pcicore_write32(pc, BCMA_CORE_PCI_PCIEIND_ADDR, address); in bcma_pcie_read()
23 pcicore_read32(pc, BCMA_CORE_PCI_PCIEIND_ADDR); in bcma_pcie_read()
30 pcicore_write32(pc, BCMA_CORE_PCI_PCIEIND_ADDR, address);
31 pcicore_read32(pc, BCMA_CORE_PCI_PCIEIND_ADDR);
/linux-3.4.99/include/linux/bcma/
Dbcma_driver_pci.h82 #define BCMA_CORE_PCI_PCIEIND_ADDR 0x0130 /* indirect access to the internal register */ macro