Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/freescale/
Dfec.c388 u32 rcntl = OPT_FRAME_SIZE | 0x04; in fec_restart() local
442 rcntl |= 0x02; in fec_restart()
457 rcntl |= 0x40000000 | 0x00000020; in fec_restart()
461 rcntl |= (1 << 6); in fec_restart()
463 rcntl |= (1 << 8); in fec_restart()
465 rcntl &= ~(1 << 8); in fec_restart()
472 rcntl &= ~(1 << 9); in fec_restart()
474 rcntl |= (1 << 9); in fec_restart()
501 writel(rcntl, fep->hwp + FEC_R_CNTRL); in fec_restart()