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

/linux-4.1.27/arch/powerpc/platforms/powermac/
H A Dfeature.c113 static void __iomem *u3_ht_base; variable
2603 u3_ht_base = ioremap(address + U3_HT_CONFIG_BASE, 0x1000); probe_uninorth()
2604 if (u3_ht_base == NULL) { probe_uninorth()
2943 (void)in_be32(u3_ht_base + U3_HT_LINK_COMMAND);
2944 ucfg = cfg = in_be32(u3_ht_base + U3_HT_LINK_CONFIG);
2945 ufreq = freq = in_be32(u3_ht_base + U3_HT_LINK_FREQ);

Completed in 80 milliseconds