Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/freescale/
Dfec.h39 #define FEC_ECNTRL 0x024 /* Ethernet control reg */ macro
151 #define FEC_ECNTRL 0x000 /* Ethernet control reg */ macro
Dfec_main.c1052 writel(0, fep->hwp + FEC_ECNTRL); in fec_restart()
1054 writel(1, fep->hwp + FEC_ECNTRL); in fec_restart()
1210 writel(ecntl, fep->hwp + FEC_ECNTRL); in fec_restart()
1311 writel(0, fep->hwp + FEC_ECNTRL); in fec_stop()
1313 writel(1, fep->hwp + FEC_ECNTRL); in fec_stop()
1317 val = readl(fep->hwp + FEC_ECNTRL); in fec_stop()
1319 writel(val, fep->hwp + FEC_ECNTRL); in fec_stop()
1327 writel(2, fep->hwp + FEC_ECNTRL); in fec_stop()
2565 FEC_ECNTRL, FEC_MII_DATA, FEC_MII_SPEED, FEC_MIB_CTRLSTAT, FEC_R_CNTRL,
2595 FEC_ECNTRL, FEC_MII_DATA, FEC_MII_SPEED, FEC_MIB_CTRLSTAT, FEC_R_CNTRL,
[all …]