OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EMAC_CPPI_EOQ_BIT
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/drivers/net/
davinci_emac.c
706
if (status &
EMAC_CPPI_EOQ_BIT
) {
736
if (status &
EMAC_CPPI_EOQ_BIT
) {
739
status &= ~
EMAC_CPPI_EOQ_BIT
;
davinci_emac.h
63
#define
EMAC_CPPI_EOQ_BIT
(0x10000000)
Completed in 52 milliseconds