Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/
H A Dfec.h34 #define FEC_ECNTRL 0x024 /* Ethernet control reg */ macro
144 #define FEC_ECNTRL 0x000 /* Ethernet control reg */ macro
H A Dfec_main.c959 writel(0, fep->hwp + FEC_ECNTRL); in fec_restart()
961 writel(1, fep->hwp + FEC_ECNTRL); in fec_restart()
1112 writel(ecntl, fep->hwp + FEC_ECNTRL); in fec_restart()
1168 writel(0, fep->hwp + FEC_ECNTRL); in fec_stop()
1170 writel(1, fep->hwp + FEC_ECNTRL); in fec_stop()
1176 val = readl(fep->hwp + FEC_ECNTRL); in fec_stop()
1178 writel(val, fep->hwp + FEC_ECNTRL); in fec_stop()
1186 writel(2, fep->hwp + FEC_ECNTRL); in fec_stop()
2227 FEC_ECNTRL, FEC_MII_DATA, FEC_MII_SPEED, FEC_MIB_CTRLSTAT, FEC_R_CNTRL,
2257 FEC_ECNTRL, FEC_MII_DATA, FEC_MII_SPEED, FEC_MIB_CTRLSTAT, FEC_R_CNTRL,
[all …]