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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/xmon/
H A Dstart.c20 static volatile unsigned char *sccc, *sccd; variable
77 sccc = sccd + 5;
110 while ((*sccc & TXRDY) == 0)
144 while ((*sccc & RXRDY) == 0)
155 if ((*sccc & RXRDY) == 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/tc/
H A Dzs.c2156 volatile char *sccc = ms->control; local
2160 x = *sccc; eieio();

Completed in 66 milliseconds