Searched refs:ui32WriteBits (Results 1 – 1 of 1) sorted by relevance
248 IMG_UINT32 ui32WriteBits, in tng__write_upto32bits_elements() argument254 drv_debug_msg(VIDEO_DEBUG_GENERAL, "WBS(32) bits %x, cnt = %d\n", ui32WriteBits, ui32BitCnt); in tng__write_upto32bits_elements()256 ui8Bytes[ui32BitLp]=(IMG_UINT8) (ui32WriteBits & 255); in tng__write_upto32bits_elements()257 ui32WriteBits = ui32WriteBits >> 8; in tng__write_upto32bits_elements()