OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ins_bytes
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
aic79xx.c
8244
uint8_t
ins_bytes
[4];
local in function:ahd_dumpseq
8246
ahd_insb(ahd, SEQRAM,
ins_bytes
, 4);
8247
printf("0x%08x\n",
ins_bytes
[0] << 24
8248
|
ins_bytes
[1] << 16
8249
|
ins_bytes
[2] << 8
8250
|
ins_bytes
[3]);
aic7xxx.c
6267
uint8_t
ins_bytes
[4];
local in function:ahc_dumpseq
6269
ahc_insb(ahc, SEQRAM,
ins_bytes
, 4);
6270
printf("0x%08x\n",
ins_bytes
[0] << 24
6271
|
ins_bytes
[1] << 16
6272
|
ins_bytes
[2] << 8
6273
|
ins_bytes
[3]);
Completed in 23 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025