Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/platforms/powermac/
Dfeature.c107 static void __iomem *u3_ht_base; variable
2582 u3_ht_base = ioremap(address + U3_HT_CONFIG_BASE, 0x1000); in probe_uninorth()
2583 if (u3_ht_base == NULL) { in probe_uninorth()
2924 (void)in_be32(u3_ht_base + U3_HT_LINK_COMMAND);
2925 ucfg = cfg = in_be32(u3_ht_base + U3_HT_LINK_CONFIG);
2926 ufreq = freq = in_be32(u3_ht_base + U3_HT_LINK_FREQ);