Searched refs:tsi108_pci_cfg_base (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dtsi108.h84 extern u32 tsi108_pci_cfg_base;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Dtsi108_pci.c49 ((((bus)<<16) | ((devfunc)<<8) | (offset & 0xfc)) + tsi108_pci_cfg_base)
51 u32 tsi108_pci_cfg_base; variable
207 tsi108_pci_cfg_base = (u32)ioremap(cfg_phys, TSI108_PCI_CFG_SIZE);
209 DBG("TSI_PCI: %s tsi108_pci_cfg_base=0x%x\n", __func__,
210 tsi108_pci_cfg_base);

Completed in 68 milliseconds