OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mc_mbox
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
mlxvar.h
109
u_int8_t
mc_mbox
[16];
member in struct:mlx_ccb
219
mc->
mc_mbox
[0x0] = code;
220
mc->
mc_mbox
[0x2] = f1;
221
mc->
mc_mbox
[0x3] = ((f2 >> 18) & 0xc0) | ((f1 >> 8) & 0x3f);
222
mc->
mc_mbox
[0x4] = f2;
223
mc->
mc_mbox
[0x5] = (f2 >> 8);
224
mc->
mc_mbox
[0x6] = (f2 >> 16);
225
mc->
mc_mbox
[0x7] = f3;
226
mc->
mc_mbox
[0x8] = f4;
227
mc->
mc_mbox
[0x9] = (f4 >> 8)
[
all
...]
mlxvar.h
109
u_int8_t
mc_mbox
[16];
member in struct:mlx_ccb
219
mc->
mc_mbox
[0x0] = code;
220
mc->
mc_mbox
[0x2] = f1;
221
mc->
mc_mbox
[0x3] = ((f2 >> 18) & 0xc0) | ((f1 >> 8) & 0x3f);
222
mc->
mc_mbox
[0x4] = f2;
223
mc->
mc_mbox
[0x5] = (f2 >> 8);
224
mc->
mc_mbox
[0x6] = (f2 >> 16);
225
mc->
mc_mbox
[0x7] = f3;
226
mc->
mc_mbox
[0x8] = f4;
227
mc->
mc_mbox
[0x9] = (f4 >> 8)
[
all
...]
Completed in 22 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025