Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dether_fcc.c240 cpm->im_cpm_fcc1.fpsmr = CONFIG_SYS_FCC_PSMR | FCC_PSMR_ENCRC; in fec_init()
242 cpm->im_cpm_fcc2.fpsmr = CONFIG_SYS_FCC_PSMR | FCC_PSMR_ENCRC; in fec_init()
244 cpm->im_cpm_fcc3.fpsmr = CONFIG_SYS_FCC_PSMR | FCC_PSMR_ENCRC; in fec_init()
/openbmc/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dmac-fcc.c387 W32(fccp, fcc_fpsmr, FCC_PSMR_ENCRC); in restart()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dcpm_85xx.h607 #define FCC_PSMR_ENCRC ((uint)0x00000080) /* Use 32-bit CRC */ macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dcpm2.h627 #define FCC_PSMR_ENCRC ((uint)0x00000080) /* Use 32-bit CRC */ macro