smcup 63 drivers/tty/serial/cpm_uart/cpm_uart.h smc_uart_t __iomem *smcup; smcup 411 drivers/tty/serial/cpm_uart/cpm_uart_core.c out_be32(&pinfo->smcup->smc_rstate, 0); smcup 412 drivers/tty/serial/cpm_uart/cpm_uart_core.c out_be32(&pinfo->smcup->smc_tstate, 0); smcup 413 drivers/tty/serial/cpm_uart/cpm_uart_core.c out_be16(&pinfo->smcup->smc_rbptr, smcup 414 drivers/tty/serial/cpm_uart/cpm_uart_core.c in_be16(&pinfo->smcup->smc_rbase)); smcup 415 drivers/tty/serial/cpm_uart/cpm_uart_core.c out_be16(&pinfo->smcup->smc_tbptr, smcup 416 drivers/tty/serial/cpm_uart/cpm_uart_core.c in_be16(&pinfo->smcup->smc_tbase)); smcup 481 drivers/tty/serial/cpm_uart/cpm_uart_core.c out_be16(&pinfo->smcup->smc_brkcr, 0); smcup 623 drivers/tty/serial/cpm_uart/cpm_uart_core.c out_be16(&pinfo->smcup->smc_mrblr, pinfo->rx_fifosize); smcup 624 drivers/tty/serial/cpm_uart/cpm_uart_core.c out_be16(&pinfo->smcup->smc_maxidl, maxidl); smcup 862 drivers/tty/serial/cpm_uart/cpm_uart_core.c up = pinfo->smcup; smcup 865 drivers/tty/serial/cpm_uart/cpm_uart_core.c out_be16(&pinfo->smcup->smc_rbase, smcup 867 drivers/tty/serial/cpm_uart/cpm_uart_core.c out_be16(&pinfo->smcup->smc_tbase, smcup 873 drivers/tty/serial/cpm_uart/cpm_uart_core.c out_be16(&up->smc_rbptr, in_be16(&pinfo->smcup->smc_rbase)); smcup 874 drivers/tty/serial/cpm_uart/cpm_uart_core.c out_be16(&up->smc_tbptr, in_be16(&pinfo->smcup->smc_tbase)); smcup 1188 drivers/tty/serial/cpm_uart/cpm_uart_core.c pinfo->smcup = pram = cpm_uart_map_pram(pinfo, np); smcup 1339 drivers/tty/serial/cpm_uart/cpm_uart_core.c out_be16(&pinfo->smcup->smc_brkcr, 0); smcup 53 drivers/tty/serial/cpm_uart/cpm_uart_cpm2.c if (IS_SMC(port) && port->smcup) smcup 54 drivers/tty/serial/cpm_uart/cpm_uart_cpm2.c return port->smcup;