Lines Matching refs:rcntl
925 u32 rcntl = OPT_FRAME_SIZE | 0x04; in fec_restart() local
965 rcntl |= 0x02; in fec_restart()
988 rcntl |= 0x40000000 | 0x00000020; in fec_restart()
995 rcntl |= (1 << 6); in fec_restart()
997 rcntl |= (1 << 8); in fec_restart()
999 rcntl &= ~(1 << 8); in fec_restart()
1006 rcntl &= ~(1 << 9); in fec_restart()
1008 rcntl |= (1 << 9); in fec_restart()
1041 rcntl |= FEC_ENET_FCE; in fec_restart()
1052 rcntl &= ~FEC_ENET_FCE; in fec_restart()
1056 writel(rcntl, fep->hwp + FEC_R_CNTRL); in fec_restart()