Lines Matching refs:sccp

137 	scc_t __iomem *sccp = pinfo->sccp;  in cpm_uart_stop_tx()  local
144 clrbits16(&sccp->scc_sccm, UART_SCCM_TX); in cpm_uart_stop_tx()
155 scc_t __iomem *sccp = pinfo->sccp; in cpm_uart_start_tx() local
163 if (in_be16(&sccp->scc_sccm) & UART_SCCM_TX) in cpm_uart_start_tx()
171 setbits16(&sccp->scc_sccm, UART_SCCM_TX); in cpm_uart_start_tx()
184 scc_t __iomem *sccp = pinfo->sccp; in cpm_uart_stop_rx() local
191 clrbits16(&sccp->scc_sccm, UART_SCCM_RX); in cpm_uart_stop_rx()
361 scc_t __iomem *sccp = pinfo->sccp; in cpm_uart_int() local
375 events = in_be16(&sccp->scc_scce); in cpm_uart_int()
376 out_be16(&sccp->scc_scce, events); in cpm_uart_int()
402 clrbits32(&pinfo->sccp->scc_gsmrl, SCC_GSMRL_ENR); in cpm_uart_startup()
403 clrbits16(&pinfo->sccp->scc_sccm, UART_SCCM_RX); in cpm_uart_startup()
427 setbits16(&pinfo->sccp->scc_sccm, UART_SCCM_RX); in cpm_uart_startup()
428 setbits32(&pinfo->sccp->scc_gsmrl, (SCC_GSMRL_ENR | SCC_GSMRL_ENT)); in cpm_uart_startup()
470 scc_t __iomem *sccp = pinfo->sccp; in cpm_uart_shutdown() local
471 clrbits32(&sccp->scc_gsmrl, SCC_GSMRL_ENR | SCC_GSMRL_ENT); in cpm_uart_shutdown()
472 clrbits16(&sccp->scc_sccm, UART_SCCM_TX | UART_SCCM_RX); in cpm_uart_shutdown()
498 scc_t __iomem *sccp = pinfo->sccp; in cpm_uart_set_termios() local
605 out_be16(&sccp->scc_psmr, (UART_LCR_WLEN(bits) << 12) | scval); in cpm_uart_set_termios()
758 scp = pinfo->sccp; in cpm_uart_init_scc()
956 clrbits16(&pinfo->sccp->scc_sccm, UART_SCCM_TX | UART_SCCM_RX); in cpm_uart_request_port()
957 clrbits32(&pinfo->sccp->scc_gsmrl, SCC_GSMRL_ENR | SCC_GSMRL_ENT); in cpm_uart_request_port()
1292 pinfo->sccp = mem; in cpm_uart_init_port()
1449 clrbits16(&pinfo->sccp->scc_sccm, UART_SCCM_TX | UART_SCCM_RX); in cpm_uart_console_setup()
1450 clrbits32(&pinfo->sccp->scc_gsmrl, SCC_GSMRL_ENR | SCC_GSMRL_ENT); in cpm_uart_console_setup()