OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FEC_ECNTRL_RESET
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/drivers/net/
mpc8xx_fec.c
279
#define
FEC_ECNTRL_RESET
0x00000001
485
out_be32(&fecp->fec_ecntrl, FEC_ECNTRL_PINMUX |
FEC_ECNTRL_RESET
);
486
for (i = 0; (in_be32(&fecp->fec_ecntrl) &
FEC_ECNTRL_RESET
) &&
683
out_be32(&fecp->fec_ecntrl, FEC_ECNTRL_PINMUX |
FEC_ECNTRL_RESET
);
684
for (i = 0; (in_be32(&fecp->fec_ecntrl) &
FEC_ECNTRL_RESET
) &&
fec_mxc.h
185
#define
FEC_ECNTRL_RESET
0x00000001 /* reset the FEC */
Completed in 2172 milliseconds