Home
last modified time | relevance | path

Searched refs:SMC_EB (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/tty/serial/cpm_uart/
Dcpm_uart_cpm1.h21 out_8(&sup->scc_genscc.scc_rfcr, SMC_EB); in cpm_set_scc_fcr()
22 out_8(&sup->scc_genscc.scc_tfcr, SMC_EB); in cpm_set_scc_fcr()
27 out_8(&up->smc_rfcr, SMC_EB); in cpm_set_smc_fcr()
28 out_8(&up->smc_tfcr, SMC_EB); in cpm_set_smc_fcr()
/linux-5.19.10/arch/powerpc/include/asm/
Dcpm1.h106 #define SMC_EB ((u_char)0x10) /* Set big endian byte order */ macro