Searched refs:sccc (Results 1 – 1 of 1) sorted by relevance
24 static volatile u8 __iomem *sccc; variable29 if (sccc) { in udbg_scc_putc()30 while ((in_8(sccc) & SCC_TXRDY) == 0) in udbg_scc_putc()40 if (sccc) { in udbg_scc_getc_poll()41 if ((in_8(sccc) & SCC_RXRDY) != 0) in udbg_scc_getc_poll()51 if (sccc) { in udbg_scc_getc()52 while ((in_8(sccc) & SCC_RXRDY) == 0) in udbg_scc_getc()116 sccc = ioremap(addr & PAGE_MASK, PAGE_SIZE) ; in udbg_scc_init()117 sccc += addr & ~PAGE_MASK; in udbg_scc_init()118 sccd = sccc + 0x10; in udbg_scc_init()[all …]