ht_cfg_space       41 arch/mips/pci/pci-bcm1480ht.c static void *ht_cfg_space;
ht_cfg_space       62 arch/mips/pci/pci-bcm1480ht.c 	return *(u32 *)(ht_cfg_space + (addr&~3));
ht_cfg_space       67 arch/mips/pci/pci-bcm1480ht.c 	*(u32 *)(ht_cfg_space + (addr & ~3)) = data;
ht_cfg_space      186 arch/mips/pci/pci-bcm1480ht.c 	ht_cfg_space = ioremap(A_BCM1480_PHYS_HT_CFG_MATCH_BITS, 16*1024*1024);