Lines Matching refs:rcntl
929 u32 rcntl = OPT_FRAME_SIZE | 0x04; in fec_restart() local
969 rcntl |= 0x02; in fec_restart()
994 rcntl |= 0x40000000 | 0x00000020; in fec_restart()
1001 rcntl |= (1 << 6); in fec_restart()
1003 rcntl |= (1 << 8); in fec_restart()
1005 rcntl &= ~(1 << 8); in fec_restart()
1012 rcntl &= ~(1 << 9); in fec_restart()
1014 rcntl |= (1 << 9); in fec_restart()
1047 rcntl |= FEC_ENET_FCE; in fec_restart()
1058 rcntl &= ~FEC_ENET_FCE; in fec_restart()
1062 writel(rcntl, fep->hwp + FEC_R_CNTRL); in fec_restart()