OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tc_size
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/pci/
ld_twe.c
191
tc->
tc_size
= 3;
197
tc->tc_opcode = TWE_OP_WRITE | (tc->
tc_size
<< 5);
199
tc->tc_opcode = TWE_OP_READ | (tc->
tc_size
<< 5);
289
tc->
tc_size
= 2;
twe.c
878
tc->
tc_size
= 2;
879
tc->tc_opcode = TWE_OP_GET_PARAM | (tc->
tc_size
<< 5);
1141
tc->
tc_size
= 2;
1142
tc->tc_opcode = TWE_OP_GET_PARAM | (tc->
tc_size
<< 5);
1204
tc->
tc_size
= 2;
1205
tc->tc_opcode = TWE_OP_SET_PARAM | (tc->
tc_size
<< 5);
1248
tc->
tc_size
= 3;
1532
tc->
tc_size
+= 2 * nsegs;
twereg.h
160
u_int8_t
tc_size
;
member in struct:twe_cmd
/src/sys/arch/mac68k/obio/
esp.c
1015
int
tc_size
;
local in function:esp_av_dma_intr
1016
tc_size
= NCR_READ_REG(sc, NCR_TCM);
1017
tc_size
<<= 8;
1018
tc_size
|= NCR_READ_REG(sc, NCR_TCL);
1020
sc->sc_espintr, sc->sc_espstat,
tc_size
, esc->sc_dmasize);
Completed in 15 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025