OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DP_IN
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/drivers/net/
ne2000.h
90
#define
DP_IN
(_b_, _o_, _d_) (_d_) = *( (vu_char *) ((_b_)+(_o_)))
ax88796.h
51
#define
DP_IN
(_b_, _o_, _d_) (_d_) = \
60
#define
DP_IN
(_b_, _o_, _d_) (_d_) = *( (vu_short *)((_b_)+(_o_ )+ISA_OFFSET))
ne2000_base.c
126
DP_IN
(base, DP_P1_PAR0+i, dp->esa[i]);
349
DP_IN
(base, DP_ISR, isr);
384
DP_IN
(base, DP_RSR, rsr);
388
DP_IN
(base, DP_P1_CURP, cur);
390
DP_IN
(base, DP_BNDRY, pkt);
520
DP_IN
(base, DP_TSR, tsr);
554
DP_IN
(base, DP_FER, cnt1);
555
DP_IN
(base, DP_CER, cnt2);
556
DP_IN
(base, DP_MISSED, cnt3);
599
DP_IN
(base, DP_ISR, isr)
[
all
...]
Completed in 368 milliseconds