Home
last modified time | relevance | path

Searched refs:CPMFCR_GBL (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/soc/fsl/
H A Dcpm.h61 #define CPMFCR_GBL ((u_char)0x00) /* Flag doesn't exist in CPM1 */ macro
66 #define CPMFCR_GBL ((u_char)0x20) /* Set memory snooping */ macro
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dether_fcc.c303 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/drivers/spi/
H A Dspi-fsl-cpm.c379 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/net/ethernet/freescale/fs_enet/
H A Dmac-fcc.c273 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/linux/drivers/tty/serial/
H A Dcpm_uart.c777 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/u-boot/arch/powerpc/include/asm/
H A Dcpm_85xx.h128 #define CPMFCR_GBL ((u_char)0x20) /* Set memory snooping */ macro