sccup              65 drivers/tty/serial/cpm_uart/cpm_uart.h 	scc_uart_t __iomem	*sccup;
sccup             484 drivers/tty/serial/cpm_uart/cpm_uart_core.c 			out_be16(&pinfo->sccup->scc_brkcr, 0);
sccup             636 drivers/tty/serial/cpm_uart/cpm_uart_core.c 		out_be16(&pinfo->sccup->scc_genscc.scc_mrblr, pinfo->rx_fifosize);
sccup             637 drivers/tty/serial/cpm_uart/cpm_uart_core.c 		out_be16(&pinfo->sccup->scc_maxidl, maxidl);
sccup             800 drivers/tty/serial/cpm_uart/cpm_uart_core.c 	sup = pinfo->sccup;
sccup             803 drivers/tty/serial/cpm_uart/cpm_uart_core.c 	out_be16(&pinfo->sccup->scc_genscc.scc_rbase,
sccup             805 drivers/tty/serial/cpm_uart/cpm_uart_core.c 	out_be16(&pinfo->sccup->scc_genscc.scc_tbase,
sccup            1183 drivers/tty/serial/cpm_uart/cpm_uart_core.c 		pinfo->sccup = pram = cpm_uart_map_pram(pinfo, np);
sccup            1344 drivers/tty/serial/cpm_uart/cpm_uart_core.c 		out_be16(&pinfo->sccup->scc_brkcr, 0);
sccup              55 drivers/tty/serial/cpm_uart/cpm_uart_cpm2.c 	else if (!IS_SMC(port) && port->sccup)
sccup              56 drivers/tty/serial/cpm_uart/cpm_uart_cpm2.c 		return port->sccup;