Home
last modified time | relevance | path

Searched refs:ui32LowCmdCount (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_cmdbuf.c401 … F_ENCODE(((ps_cmd->ui32LowCmdCount - 1) & 0xff) |(ps_cmd->ui32HighCmdCount << 8), MTX_MSG_COUNT); in tng_cmdbuf_insert_command()
405 F_ENCODE(ps_cmd->ui32LowCmdCount & 0xff, MTX_MSG_COUNT); in tng_cmdbuf_insert_command()
406 ++(ps_cmd->ui32LowCmdCount); in tng_cmdbuf_insert_command()
Dtng_hostcode.h64 unsigned int ui32LowCmdCount; //!< count of low-priority commands sent to TOPAZ member
Dtng_hostcode.c3537 ctx->ctx_cmdbuf[0].ui32LowCmdCount = 0xa5a5a5a5 % MAX_TOPAZ_CMD_COUNT; in tng__set_ctx_buf()