OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IE_TDR_TIME
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/arch/acorn32/podulebus/
if_iereg.h
338
u_short
ie_tdr_time
; /* error bits and time */
member in struct:ie_tdr_cmd
345
#define
IE_TDR_TIME
0x07ff /* mask for reflection time */
if_ie.c
703
cmd.
ie_tdr_time
= 0;
719
result = cmd.
ie_tdr_time
;
738
if ((result &
IE_TDR_TIME
)>0)
740
result &
IE_TDR_TIME
);
744
if ((result &
IE_TDR_TIME
)>0)
746
result &
IE_TDR_TIME
);
/src/sys/arch/mvme68k/stand/netboot/
i82586.h
276
u_short
ie_tdr_time
; /* error bits and time */
member in struct:ie_tdr_cmd
282
#define
IE_TDR_TIME
0x07ff /* mask for reflection time */
/src/sys/arch/sun3/dev/
i82586.h
259
u_short
ie_tdr_time
; /* error bits and time */
member in struct:ie_tdr_cmd
266
#define
IE_TDR_TIME
SWAP(0x07ff) /* mask for reflection time */
if_ie.c
1108
cmd->
ie_tdr_time
= SWAP(0);
1114
result = cmd->
ie_tdr_time
;
1127
device_xname(sc->sc_dev), SWAP(result &
IE_TDR_TIME
));
1130
device_xname(sc->sc_dev), SWAP(result &
IE_TDR_TIME
));
/src/sys/dev/ic/
i82586reg.h
400
u_short
ie_tdr_time
; // error bits and time
410
#define
IE_TDR_TIME
0x07ff /* mask for reflection time */
i82586.c
1312
"termination %d clocks away\n", result &
IE_TDR_TIME
);
1315
"%d clocks away\n", result &
IE_TDR_TIME
);
Completed in 17 milliseconds
Indexes created Wed Oct 22 06:10:02 GMT 2025