OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DP_CR
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/drivers/net/
ne2000_base.c
123
DP_OUT(base,
DP_CR
, DP_CR_NODMA | DP_CR_PAGE1); /* Select page 1 */
127
DP_OUT(base,
DP_CR
, DP_CR_NODMA | DP_CR_PAGE0); /* Select page 0 */
151
DP_OUT(base,
DP_CR
, DP_CR_PAGE0 | DP_CR_NODMA | DP_CR_STOP); /* Brutal */
175
DP_OUT(base,
DP_CR
, DP_CR_PAGE0 | DP_CR_NODMA | DP_CR_STOP); /* Brutal */
193
DP_OUT(base,
DP_CR
, DP_CR_NODMA | DP_CR_PAGE1 | DP_CR_STOP); /* Select page 1 */
203
DP_OUT(base,
DP_CR
, DP_CR_PAGE0 | DP_CR_NODMA | DP_CR_START);
230
DP_OUT(base,
DP_CR
, DP_CR_PAGE0 | DP_CR_NODMA | DP_CR_START);
234
DP_OUT(base,
DP_CR
, DP_CR_NODMA | DP_CR_TXPKT | DP_CR_START);
291
DP_OUT(base,
DP_CR
, DP_CR_PAGE0 | DP_CR_RDMA | DP_CR_START);
308
DP_OUT(base,
DP_CR
, DP_CR_WDMA | DP_CR_START)
[
all
...]
ne2000_base.h
146
#define
DP_CR
0x00
Completed in 317 milliseconds