OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ui32LowCmdCount
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/img/psb_video/src/
tng_cmdbuf.c
401
F_ENCODE(((ps_cmd->
ui32LowCmdCount
- 1) & 0xff) |(ps_cmd->ui32HighCmdCount << 8), MTX_MSG_COUNT);
405
F_ENCODE(ps_cmd->
ui32LowCmdCount
& 0xff, MTX_MSG_COUNT);
406
++(ps_cmd->
ui32LowCmdCount
);
tng_hostcode.h
64
unsigned int
ui32LowCmdCount
; //!< count of low-priority commands sent to TOPAZ
tng_hostcode.c
[
all
...]
Completed in 151 milliseconds