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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dudbg_scc.c24 static volatile u8 __iomem *sccc; variable
29 if (sccc) {
30 while ((in_8(sccc) & SCC_TXRDY) == 0)
40 if (sccc) {
41 if ((in_8(sccc) & SCC_RXRDY) != 0)
51 if (sccc) {
52 while ((in_8(sccc) & SCC_RXRDY) == 0)
116 sccc = ioremap(addr & PAGE_MASK, PAGE_SIZE) ;
117 sccc += addr & ~PAGE_MASK;
118 sccd = sccc
[all...]

Completed in 28 milliseconds