Home
last modified time | relevance | path

Searched refs:SMCM_RX (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/tty/serial/
H A Dcpm_uart.c189 clrbits8(&smcp->smc_smcm, SMCM_RX); in cpm_uart_stop_rx()
370 if (events & SMCM_RX) in cpm_uart_int()
400 clrbits8(&pinfo->smcp->smc_smcm, SMCM_RX); in cpm_uart_startup()
424 setbits8(&pinfo->smcp->smc_smcm, SMCM_RX); in cpm_uart_startup()
468 clrbits8(&smcp->smc_smcm, SMCM_RX | SMCM_TX); in cpm_uart_shutdown()
959 clrbits8(&pinfo->smcp->smc_smcm, SMCM_RX | SMCM_TX); in cpm_uart_request_port()
1450 clrbits8(&pinfo->smcp->smc_smcm, SMCM_RX | SMCM_TX); in cpm_uart_console_setup()
/openbmc/linux/arch/powerpc/include/asm/
H A Dcpm1.h173 #define SMCM_RX ((unsigned char)0x01) macro
H A Dcpm2.h216 #define SMCM_RX ((unsigned char)0x01) macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dcpm_8xx.h202 #define SMCM_RX ((unsigned char)0x01) macro