OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tregs
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/
debug.c
93
X86EMU_sysEnv
tregs
;
local
121
tregs
= M;
122
tregs
.x86.R_IP = off;
123
tregs
.x86.R_CS = seg;
126
tregs
.x86.enc_str_pos = 0;
127
tregs
.x86.enc_pos = 0;
130
tregs
.x86.debug |= DEBUG_DISASSEMBLE_F;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/
debug.c
89
X86EMU_sysEnv
tregs
;
local
116
tregs
= M;
117
tregs
.x86.R_IP = off;
118
tregs
.x86.R_CS = seg;
121
tregs
.x86.enc_str_pos = 0;
122
tregs
.x86.enc_pos = 0;
125
tregs
.x86.debug |= DEBUG_DISASSEMBLE_F;
/src/sys/dev/ic/
sl811hs.c
271
uint8_t
tregs
[4]; /* ADR, LEN, PID, DEV */
member in struct:slhci_pipe
885
spipe->
tregs
[DEV] = pipe->up_dev->ud_addr;
886
spipe->
tregs
[PID] = spipe->newpid = UE_GET_ADDR(ed->bEndpointAddress)
895
spipe->
tregs
[LEN] = spipe->newlen[1];
896
if (spipe->
tregs
[LEN])
908
xfer->ux_length > spipe->
tregs
[LEN])) {
920
spipe->
tregs
[PID] |= SL11_PID_SETUP;
921
spipe->
tregs
[LEN] = 8;
923
DLOGBUF(D_XFER, spipe->buffer, spipe->
tregs
[LEN]);
934
spipe->
tregs
[LEN] == max_packet &
[
all
...]
Completed in 25 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026