Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/freescale/
H A Dfec_main.c1058 u32 rcntl = OPT_FRAME_SIZE | 0x04; in fec_restart() local
1099 rcntl |= 0x02; in fec_restart()
1128 rcntl |= 0x40000000 | 0x00000020; in fec_restart()
1135 rcntl |= (1 << 6); in fec_restart()
1137 rcntl |= FEC_RCR_RMII; in fec_restart()
1139 rcntl &= ~FEC_RCR_RMII; in fec_restart()
1146 rcntl &= ~FEC_RCR_10BASET; in fec_restart()
1148 rcntl |= FEC_RCR_10BASET; in fec_restart()
1181 rcntl |= FEC_ENET_FCE; in fec_restart()
1192 rcntl &= ~FEC_ENET_FCE; in fec_restart()
[all …]