Home
last modified time | relevance | path

Searched refs:SMCMR_REN (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/tty/serial/
H A Dcpm_uart.c399 clrbits16(&pinfo->smcp->smc_smcmr, SMCMR_REN); in cpm_uart_startup()
425 setbits16(&pinfo->smcp->smc_smcmr, (SMCMR_REN | SMCMR_TEN)); in cpm_uart_startup()
467 clrbits16(&smcp->smc_smcmr, SMCMR_REN | SMCMR_TEN); in cpm_uart_shutdown()
593 prev_mode = in_be16(&smcp->smc_smcmr) & (SMCMR_REN | SMCMR_TEN); in cpm_uart_set_termios()
862 setbits16(&sp->smc_smcmr, SMCMR_REN | SMCMR_TEN); in cpm_uart_init_smc()
954 clrbits16(&pinfo->smcp->smc_smcmr, SMCMR_REN | SMCMR_TEN); in cpm_uart_request_port()
1445 clrbits16(&pinfo->smcp->smc_smcmr, SMCMR_REN | SMCMR_TEN); in cpm_uart_console_setup()
/linux/arch/powerpc/include/asm/
H A Dcpm1.h105 #define SMCMR_REN ((ushort)0x0001) macro
H A Dcpm2.h190 #define SMCMR_REN ((ushort)0x0001) macro