Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
H A Dfec_main.c951 u32 rcntl = OPT_FRAME_SIZE | 0x04; in fec_restart() local
991 rcntl |= 0x02; in fec_restart()
1019 rcntl |= 0x40000000 | 0x00000020; in fec_restart()
1026 rcntl |= (1 << 6); in fec_restart()
1028 rcntl |= (1 << 8); in fec_restart()
1030 rcntl &= ~(1 << 8); in fec_restart()
1037 rcntl &= ~(1 << 9); in fec_restart()
1039 rcntl |= (1 << 9); in fec_restart()
1072 rcntl |= FEC_ENET_FCE; in fec_restart()
1083 rcntl in fec_restart()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/
H A Dfec_main.c1043 u32 rcntl = OPT_FRAME_SIZE | 0x04; in fec_restart() local
1081 rcntl |= 0x02; in fec_restart()
1110 rcntl |= 0x40000000 | 0x00000020; in fec_restart()
1117 rcntl |= (1 << 6); in fec_restart()
1119 rcntl |= (1 << 8); in fec_restart()
1121 rcntl &= ~(1 << 8); in fec_restart()
1128 rcntl &= ~(1 << 9); in fec_restart()
1130 rcntl |= (1 << 9); in fec_restart()
1163 rcntl |= FEC_ENET_FCE; in fec_restart()
1174 rcntl in fec_restart()
[all...]

Completed in 6 milliseconds