Home
last modified time | relevance | path

Searched refs:sw_bit (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpege/
H A Dhal_jpege_vepu1_v2.c131 ctx->sw_bit = 0; in hal_jpege_vepu1_get_task()
275 ctx->sw_bit = bitpos; in hal_jpege_vepu1_gen_regs()
456 RK_U32 sw_bit = 0; in hal_jpege_vepu1_wait() local
472 sw_bit = jpege_bits_get_bitpos(bits); in hal_jpege_vepu1_wait()
476 feedback->stream_length = ((sw_bit / 8) & (~0x7)) + hw_bit / 8; in hal_jpege_vepu1_wait()
480 sw_bit, hw_bit, feedback->stream_length, task->hw_length); in hal_jpege_vepu1_wait()
615 ctx->sw_bit, hw_bit, feedback->stream_length, task->hw_length); in hal_jpege_vepu1_part_wait()
H A Dhal_jpege_vepu2_v2.c184 ctx->sw_bit = 0; in hal_jpege_vepu2_get_task()
460 ctx->sw_bit = bitpos; in hal_jpege_vepu2_gen_regs()
750 RK_U32 sw_bit = 0; in multi_core_wait() local
772 sw_bit = jpege_bits_get_bitpos(ctx->bits); in multi_core_wait()
774 feedback->stream_length = ((sw_bit / 8) & (~0x7)) + hw_bit / 8; in multi_core_wait()
797 sw_bit, hw_bit, feedback->stream_length, task->hw_length); in multi_core_wait()
865 RK_U32 sw_bit = 0; in hal_jpege_vepu2_wait() local
880 sw_bit = jpege_bits_get_bitpos(bits); in hal_jpege_vepu2_wait()
884 feedback->stream_length = ((sw_bit / 8) & (~0x7)) + hw_bit / 8; in hal_jpege_vepu2_wait()
889 sw_bit, hw_bit, feedback->stream_length, task->hw_length); in hal_jpege_vepu2_wait()
[all …]
H A Dhal_jpege_base.h57 RK_U32 sw_bit; member
/OK3568_Linux_fs/kernel/drivers/input/joystick/
H A Dsidewinder.c77 static char sw_bit[][7] = { variable
751 for (j = 0; (bits = sw_bit[sw->type][j]); j++) { in sw_connect()