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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/pci/
H A Dpci-bcm1480ht.c54 static void *ht_cfg_space; variable
75 return *(u32 *)(ht_cfg_space + (addr&~3));
80 *(u32 *)(ht_cfg_space + (addr & ~3)) = data;
200 ht_cfg_space = ioremap(A_BCM1480_PHYS_HT_CFG_MATCH_BITS, 16*1024*1024);
209 iounmap(ht_cfg_space);

Completed in 95 milliseconds