Searched refs:sccc (Results 1 – 1 of 1) sorted by relevance
20 static volatile u8 __iomem *sccc; variable25 if (sccc) { in udbg_scc_putc()26 while ((in_8(sccc) & SCC_TXRDY) == 0) in udbg_scc_putc()36 if (sccc) { in udbg_scc_getc_poll()37 if ((in_8(sccc) & SCC_RXRDY) != 0) in udbg_scc_getc_poll()47 if (sccc) { in udbg_scc_getc()48 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 …]