OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:index_in
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/evbppc/stand/wii/
miniipc.c
65
static uint32_t
index_in
;
variable
72
return (
index_in
+ 1) % infohdr->ipc_in_size;
98
index_in
= __SHIFTOUT(in32(HW_IPC_PPCMSG), HW_IPC_PPCMSG_INDEX_IN_MASK);
112
req = &infohdr->ipc_in[
index_in
];
119
index_in
, req->code, req->tag,
129
index_in
= miniipc_next_index_in();
133
__SHIFTIN(
index_in
, HW_IPC_PPCMSG_INDEX_IN_MASK));
Completed in 24 milliseconds
Indexes created Thu May 07 00:24:58 UTC 2026