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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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;
199 ht_cfg_space = ioremap(A_BCM1480_PHYS_HT_CFG_MATCH_BITS, 16*1024*1024);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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;
199 ht_cfg_space = ioremap(A_BCM1480_PHYS_HT_CFG_MATCH_BITS, 16*1024*1024);

Completed in 160 milliseconds