Searched refs:CPMFCR_EB (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | serial_scc.c | 121 up->scc_genscc.scc_rfcr = CPMFCR_EB; in mpc85xx_serial_init() 122 up->scc_genscc.scc_tfcr = CPMFCR_EB; in mpc85xx_serial_init()
|
H A D | ether_fcc.c | 303 pram_ptr->fen_genfcc.fcc_rstate = (CPMFCR_GBL | CPMFCR_EB | in fec_init() 310 pram_ptr->fen_genfcc.fcc_tstate = (CPMFCR_GBL | CPMFCR_EB | in fec_init()
|
/openbmc/linux/include/soc/fsl/ |
H A D | cpm.h | 71 #define CPMFCR_EB ((u_char)0x10) /* Set big endian byte order */ macro
|
/openbmc/linux/drivers/spi/ |
H A D | spi-fsl-cpm.c | 379 iowrite8(CPMFCR_EB | CPMFCR_GBL, &mspi->pram->tfcr); in fsl_spi_cpm_init() 380 iowrite8(CPMFCR_EB | CPMFCR_GBL, &mspi->pram->rfcr); in fsl_spi_cpm_init()
|
/openbmc/linux/drivers/tty/serial/ |
H A D | cpm_uart.c | 777 out_8(&sup->scc_genscc.scc_rfcr, CPMFCR_GBL | CPMFCR_EB); in cpm_uart_init_scc() 778 out_8(&sup->scc_genscc.scc_tfcr, CPMFCR_GBL | CPMFCR_EB); in cpm_uart_init_scc() 849 out_8(&up->smc_rfcr, CPMFCR_GBL | CPMFCR_EB); in cpm_uart_init_smc() 850 out_8(&up->smc_tfcr, CPMFCR_GBL | CPMFCR_EB); in cpm_uart_init_smc()
|
/openbmc/linux/drivers/net/ethernet/freescale/fs_enet/ |
H A D | mac-fcc.c | 273 W32(ep, fen_genfcc.fcc_rstate, (CPMFCR_GBL | CPMFCR_EB) << 24); in restart() 274 W32(ep, fen_genfcc.fcc_tstate, (CPMFCR_GBL | CPMFCR_EB) << 24); in restart()
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | cpm_85xx.h | 129 #define CPMFCR_EB ((u_char)0x10) /* Set big endian byte order */ macro
|