Home
last modified time | relevance | path

Searched refs:v (Results 1 – 25 of 146) sorted by relevance

123456

/utopia/UTPA2-700.0.x/modules/pq/hal/maserati/pq/include/
H A DUFSC.bin67 …T��,UA,V,W,X�D,Y,Z? ,h�f,i�D,j�x,k�x,l�&,m��,n,p?�,q�,r?�,s�,t��,v?�,w�,x?�,y�,z��,|�…
91 …�#~��#�#��������������HSP_Y_COEFF #j�� (#n����#p����#q��#t��ٮ�#v��FWS#z�����#{�#|…
100 …VIP_LineBuffer  ��������������VIP_BGD_COM v2�v3v4�vL�VvM?vN? vO�VvP?vQ? v/v8v9?v:
101 v;v=v>vA��v?vC�vD��vE��vF��vG��vH�evI��vJ�!vK�C����VIP_BGD v �v5���v6v7…
H A DSub.bin472 �P �� ��$�(�$3��5�B6�d7�T8��9�D�*s�]�P�(� �'�v������…
493 …������������������������������DNR_Y_LUMA_ADAPT�F�����������������������3v����"T����2�����DNR…
542 ���    �t�������vBBBBBBBBBBBBBBBBBB����…
1165v��w�� ��������������VIP_HNMR_Y_COM ���������������VIP_HNMR_Y ��������������…
1175v���VIP_FCC_T3_COM �4���5�p�AD�J���c��{��z���}��|�����~���������������������VIP_FCC_T3 …
/utopia/UTPA2-700.0.x/modules/pq/hal/M7821/pq/include/
H A DUFSC.bin67 …T��,UA,V,W,X�D,Y,Z? ,h�f,i�D,j�x,k�x,l�&,m��,n,p?�,q�,r?�,s�,t��,v?�,w�,x?�,y�,z��,|�…
91 …�#~��#�#��������������HSP_Y_COEFF #j�� (#n����#p����#q��#t��ٮ�#v��FWS#z�����#{�#|…
100 …VIP_LineBuffer  ��������������VIP_BGD_COM v2�v3v4�vL�VvM?vN? vO�VvP?vQ? v/v8v9?v:
101 v;v=v>vA��v?vC�vD��vE��vF��vG��vH�evI��vJ�!vK�C����VIP_BGD v �v5���v6v7…
H A DSub.bin472 �P �� ��$�(�$3��5�B6�d7�T8��9�D�*s�]�P�(� �'�v������…
493 …������������������������������DNR_Y_LUMA_ADAPT�F�����������������������3v����"T����2�����DNR…
542 ���    �t�������vBBBBBBBBBBBBBBBBBB����…
1165v��w�� ��������������VIP_HNMR_Y_COM ���������������VIP_HNMR_Y ��������������…
1175v���VIP_FCC_T3_COM �4���5�p�AD�J���c��{��z���}��|�����~���������������������VIP_FCC_T3 …
/utopia/UTPA2-700.0.x/modules/pq/hal/mooney/pq/include/
H A DMain.bin27 …2�3����!�"�����������HDR_IP ����������������DS_PARAMETERS_IP<�i�r�v�w�C�����GRule_NR …
183 �P �� ��$�(�$3��5�B6�d7�T8��9�D�*s�]�P�(� �'�v������…
646v�w�� ��������������VIP_HNMR_Y_COM ��������������VIP_HNMR_Y �����������…
657v���������VIP_FCC_T3_COM 4��5�pADJ��c�{�z��}�|���~�������������������VIP_FCC…
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dpkt_cls.h12 #define _TC_MAKEMASK(v,n) (_TC_MAKE32((_TC_MAKE32(1)<<(v))-1) << _TC_MAKE32(n)) argument
13 #define _TC_MAKEVALUE(v,n) (_TC_MAKE32(v) << _TC_MAKE32(n)) argument
14 #define _TC_GETVALUE(v,n,m) ((_TC_MAKE32(v) & _TC_MAKE32(m)) >> _TC_MAKE32(n)) argument
38 #define SET_TC_MUNGED(v) ( TC_MUNGED | (v & ~TC_MUNGED)) argument
39 #define CLR_TC_MUNGED(v) ( v & ~TC_MUNGED) argument
42 #define SET_TC_OK2MUNGE(v) ( TC_OK2MUNGE | (v & ~TC_OK2MUNGE)) argument
43 #define CLR_TC_OK2MUNGE(v) ( v & ~TC_OK2MUNGE) argument
49 #define SET_TC_VERD(v,n) ((V_TC_VERD(n)) | (v & ~M_TC_VERD)) argument
55 #define SET_TC_FROM(v,n) ((V_TC_FROM(n)) | (v & ~M_TC_FROM)) argument
61 #define SET_TC_NCLS(v) ( TC_NCLS | (v & ~TC_NCLS)) argument
[all …]
H A Dreiserfs_fs.h370 __le64 v; member
375 __u8 type = le64_to_cpu(v2->v) >> 60; in offset_v2_k_type()
381 v2->v = in set_offset_v2_k_type()
382 (v2->v & cpu_to_le64(~0ULL >> 4)) | cpu_to_le64((__u64) type << 60); in set_offset_v2_k_type()
387 return le64_to_cpu(v2->v) & (~0ULL >> 4); in offset_v2_k_offset()
393 v2->v = (v2->v & cpu_to_le64(15ULL << 60)) | cpu_to_le64(offset); in set_offset_v2_k_offset()
517 #define put_block_num(p, i, v) put_unaligned(cpu_to_le32(v), (p) + (i)) argument
789 #define set_sd_v1_mode(sdp,v) ((sdp)->sd_mode = cpu_to_le16(v)) argument
791 #define set_sd_v1_nlink(sdp,v) ((sdp)->sd_nlink = cpu_to_le16(v)) argument
793 #define set_sd_v1_uid(sdp,v) ((sdp)->sd_uid = cpu_to_le16(v)) argument
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/machine/
H A Dspr_defs.h139 unsigned v; member
188 unsigned v; member
206 unsigned v; member
262 unsigned v; member
1215 #define L_EXT(v, width, bitpos) \ argument
1216 ({ int _result_, _v_ = v, _b_ = bitpos; \
1220 #define L_EXTI(v, width, bitpos) \ argument
1221 ({ int _result_, _v_ = v; \
1225 #define L_EXTU(v, width, bitpos) \ argument
1226 ({ int _result_, _v_ = v, _b_ = bitpos; \
[all …]
/utopia/UTPA2-700.0.x/modules/cmdq/hal/k6lite/cmdq/
H A DhalCMDQ.c386 MS_U32 v; in HAL_CMDQ_Trigger_Wait() local
387 v = _CMDQ_REG32_R(&_CMDQCtrl[hnd]->CMDQ_Wait_Trig)&0xFFFF0000; in HAL_CMDQ_Trigger_Wait()
388 v = v|(sigbits&0x0000FFFF); in HAL_CMDQ_Trigger_Wait()
391 REG32_W((&_CMDQCtrl[hnd]->CMDQ_Wait_Trig),v); in HAL_CMDQ_Trigger_Wait()
400 MS_U32 v; in HAL_CMDQ_Skip_Commands() local
404 v = _CMDQ_REG32_R(&_CMDQCtrl[hnd]->CMDQ_Force_Skip); in HAL_CMDQ_Skip_Commands()
406 v |= 0x00000011; in HAL_CMDQ_Skip_Commands()
408 v |= 0x00000022; in HAL_CMDQ_Skip_Commands()
410 v |= 0x00000044; in HAL_CMDQ_Skip_Commands()
412 v |= 0x00000088; in HAL_CMDQ_Skip_Commands()
[all …]
/utopia/UTPA2-700.0.x/modules/cmdq/hal/k6/cmdq/
H A DhalCMDQ.c389 MS_U32 v; in HAL_CMDQ_Trigger_Wait() local
390 v = _CMDQ_REG32_R(&_CMDQCtrl[hnd]->CMDQ_Wait_Trig)&0xFFFF0000; in HAL_CMDQ_Trigger_Wait()
391 v = v|(sigbits&0x0000FFFF); in HAL_CMDQ_Trigger_Wait()
394 REG32_W((&_CMDQCtrl[hnd]->CMDQ_Wait_Trig),v); in HAL_CMDQ_Trigger_Wait()
403 MS_U32 v; in HAL_CMDQ_Skip_Commands() local
407 v = _CMDQ_REG32_R(&_CMDQCtrl[hnd]->CMDQ_Force_Skip); in HAL_CMDQ_Skip_Commands()
409 v |= 0x00000011; in HAL_CMDQ_Skip_Commands()
411 v |= 0x00000022; in HAL_CMDQ_Skip_Commands()
413 v |= 0x00000044; in HAL_CMDQ_Skip_Commands()
415 v |= 0x00000088; in HAL_CMDQ_Skip_Commands()
[all …]
/utopia/UTPA2-700.0.x/modules/cmdq/hal/curry/cmdq/
H A DhalCMDQ.c392 MS_U32 v; in HAL_CMDQ_Trigger_Wait() local
393 v = _CMDQ_REG32_R(&_CMDQCtrl[hnd]->CMDQ_Wait_Trig)&0xFFFF0000; in HAL_CMDQ_Trigger_Wait()
394 v = v|(sigbits&0x0000FFFF); in HAL_CMDQ_Trigger_Wait()
397 REG32_W((&_CMDQCtrl[hnd]->CMDQ_Wait_Trig),v); in HAL_CMDQ_Trigger_Wait()
406 MS_U32 v; in HAL_CMDQ_Skip_Commands() local
410 v = _CMDQ_REG32_R(&_CMDQCtrl[hnd]->CMDQ_Force_Skip); in HAL_CMDQ_Skip_Commands()
412 v |= 0x00000011; in HAL_CMDQ_Skip_Commands()
414 v |= 0x00000022; in HAL_CMDQ_Skip_Commands()
416 v |= 0x00000044; in HAL_CMDQ_Skip_Commands()
418 v |= 0x00000088; in HAL_CMDQ_Skip_Commands()
[all …]
/utopia/UTPA2-700.0.x/modules/cmdq/hal/kano/cmdq/
H A DhalCMDQ.c392 MS_U32 v; in HAL_CMDQ_Trigger_Wait() local
393 v = _CMDQ_REG32_R(&_CMDQCtrl[hnd]->CMDQ_Wait_Trig)&0xFFFF0000; in HAL_CMDQ_Trigger_Wait()
394 v = v|(sigbits&0x0000FFFF); in HAL_CMDQ_Trigger_Wait()
397 REG32_W((&_CMDQCtrl[hnd]->CMDQ_Wait_Trig),v); in HAL_CMDQ_Trigger_Wait()
406 MS_U32 v; in HAL_CMDQ_Skip_Commands() local
410 v = _CMDQ_REG32_R(&_CMDQCtrl[hnd]->CMDQ_Force_Skip); in HAL_CMDQ_Skip_Commands()
412 v |= 0x00000011; in HAL_CMDQ_Skip_Commands()
414 v |= 0x00000022; in HAL_CMDQ_Skip_Commands()
416 v |= 0x00000044; in HAL_CMDQ_Skip_Commands()
418 v |= 0x00000088; in HAL_CMDQ_Skip_Commands()
[all …]
/utopia/UTPA2-700.0.x/modules/cmdq/hal/maxim/cmdq/
H A DhalCMDQ.c386 MS_U32 v; in HAL_CMDQ_Trigger_Wait() local
387 v = _CMDQ_REG32_R(&_CMDQCtrl[hnd]->CMDQ_Wait_Trig)&0xFFFF0000; in HAL_CMDQ_Trigger_Wait()
388 v = v|(sigbits&0x0000FFFF); in HAL_CMDQ_Trigger_Wait()
391 REG32_W((&_CMDQCtrl[hnd]->CMDQ_Wait_Trig),v); in HAL_CMDQ_Trigger_Wait()
400 MS_U32 v; in HAL_CMDQ_Skip_Commands() local
404 v = _CMDQ_REG32_R(&_CMDQCtrl[hnd]->CMDQ_Force_Skip); in HAL_CMDQ_Skip_Commands()
406 v |= 0x00000011; in HAL_CMDQ_Skip_Commands()
408 v |= 0x00000022; in HAL_CMDQ_Skip_Commands()
410 v |= 0x00000044; in HAL_CMDQ_Skip_Commands()
412 v |= 0x00000088; in HAL_CMDQ_Skip_Commands()
[all …]
/utopia/UTPA2-700.0.x/modules/cmdq/hal/M7621/cmdq/
H A DhalCMDQ.c386 MS_U32 v; in HAL_CMDQ_Trigger_Wait() local
387 v = _CMDQ_REG32_R(&_CMDQCtrl[hnd]->CMDQ_Wait_Trig)&0xFFFF0000; in HAL_CMDQ_Trigger_Wait()
388 v = v|(sigbits&0x0000FFFF); in HAL_CMDQ_Trigger_Wait()
391 REG32_W((&_CMDQCtrl[hnd]->CMDQ_Wait_Trig),v); in HAL_CMDQ_Trigger_Wait()
400 MS_U32 v; in HAL_CMDQ_Skip_Commands() local
404 v = _CMDQ_REG32_R(&_CMDQCtrl[hnd]->CMDQ_Force_Skip); in HAL_CMDQ_Skip_Commands()
406 v |= 0x00000011; in HAL_CMDQ_Skip_Commands()
408 v |= 0x00000022; in HAL_CMDQ_Skip_Commands()
410 v |= 0x00000044; in HAL_CMDQ_Skip_Commands()
412 v |= 0x00000088; in HAL_CMDQ_Skip_Commands()
[all …]
/utopia/UTPA2-700.0.x/modules/cmdq/hal/manhattan/cmdq/
H A DhalCMDQ.c380 MS_U32 v; in HAL_CMDQ_Trigger_Wait() local
381 v = _CMDQ_REG32_R(&_CMDQCtrl[hnd]->CMDQ_Wait_Trig)&0xFFFF0000; in HAL_CMDQ_Trigger_Wait()
382 v = v|(sigbits&0x0000FFFF); in HAL_CMDQ_Trigger_Wait()
385 REG32_W((&_CMDQCtrl[hnd]->CMDQ_Wait_Trig),v); in HAL_CMDQ_Trigger_Wait()
394 MS_U32 v; in HAL_CMDQ_Skip_Commands() local
398 v = _CMDQ_REG32_R(&_CMDQCtrl[hnd]->CMDQ_Force_Skip); in HAL_CMDQ_Skip_Commands()
400 v |= 0x00000011; in HAL_CMDQ_Skip_Commands()
402 v |= 0x00000022; in HAL_CMDQ_Skip_Commands()
404 v |= 0x00000044; in HAL_CMDQ_Skip_Commands()
406 v |= 0x00000088; in HAL_CMDQ_Skip_Commands()
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpc/
H A Dxdr.h257 #define IXDR_PUT_INT32(buf, v) (*(buf)++ = (int32_t)htonl((uint32_t)(v))) argument
259 #define IXDR_PUT_U_INT32(buf, v) IXDR_PUT_INT32(buf, (int32_t)(v)) argument
266 #define IXDR_PUT_LONG(buf, v) ((long)IXDR_PUT_INT32(buf, (long)(v))) argument
268 #define IXDR_PUT_U_LONG(buf, v) IXDR_PUT_LONG(buf, (long)(v)) argument
276 #define IXDR_PUT_BOOL(buf, v) IXDR_PUT_LONG(buf, (long)(v)) argument
277 #define IXDR_PUT_ENUM(buf, v) IXDR_PUT_LONG(buf, (long)(v)) argument
278 #define IXDR_PUT_SHORT(buf, v) IXDR_PUT_LONG(buf, (long)(v)) argument
279 #define IXDR_PUT_U_SHORT(buf, v) IXDR_PUT_LONG(buf, (long)(v)) argument
/utopia/UTPA2-700.0.x/modules/cmdq/hal/M7821/cmdq/
H A DhalCMDQ.c414 MS_U32 v; in HAL_CMDQ_Trigger_Wait() local
415 v = _CMDQ_REG32_R(&_CMDQCtrl[hnd]->CMDQ_Wait_Trig)&0xFFFF0000; in HAL_CMDQ_Trigger_Wait()
416 v = v|(sigbits&0x0000FFFF); in HAL_CMDQ_Trigger_Wait()
419 REG32_W((&_CMDQCtrl[hnd]->CMDQ_Wait_Trig),v); in HAL_CMDQ_Trigger_Wait()
428 MS_U32 v; in HAL_CMDQ_Skip_Commands() local
432 v = _CMDQ_REG32_R(&_CMDQCtrl[hnd]->CMDQ_Force_Skip); in HAL_CMDQ_Skip_Commands()
434 v |= 0x00000011; in HAL_CMDQ_Skip_Commands()
436 v |= 0x00000022; in HAL_CMDQ_Skip_Commands()
438 v |= 0x00000044; in HAL_CMDQ_Skip_Commands()
440 v |= 0x00000088; in HAL_CMDQ_Skip_Commands()
[all …]
/utopia/UTPA2-700.0.x/modules/cmdq/hal/maserati/cmdq/
H A DhalCMDQ.c414 MS_U32 v; in HAL_CMDQ_Trigger_Wait() local
415 v = _CMDQ_REG32_R(&_CMDQCtrl[hnd]->CMDQ_Wait_Trig)&0xFFFF0000; in HAL_CMDQ_Trigger_Wait()
416 v = v|(sigbits&0x0000FFFF); in HAL_CMDQ_Trigger_Wait()
419 REG32_W((&_CMDQCtrl[hnd]->CMDQ_Wait_Trig),v); in HAL_CMDQ_Trigger_Wait()
428 MS_U32 v; in HAL_CMDQ_Skip_Commands() local
432 v = _CMDQ_REG32_R(&_CMDQCtrl[hnd]->CMDQ_Force_Skip); in HAL_CMDQ_Skip_Commands()
434 v |= 0x00000011; in HAL_CMDQ_Skip_Commands()
436 v |= 0x00000022; in HAL_CMDQ_Skip_Commands()
438 v |= 0x00000044; in HAL_CMDQ_Skip_Commands()
440 v |= 0x00000088; in HAL_CMDQ_Skip_Commands()
[all …]
/utopia/UTPA2-700.0.x/modules/pq/hal/k6lite/pq/include/
H A Dk6lite_Sub.bin90 …ySPF_DBK_BKN �o�ccggg �3��� v�  w� ���� � � x� ��� �vBBB…
94 …p��� @q��� @q��� s��� s��� u��� t����v����v����w���…
107 …��po������Pp������0q������0q������s�������t�������t������v������w������x�…
122 …��n�0��o�0��p�0�qq�0�Qs1� 1t�1� u�1� �v�1� �wQ� �x…
125v����P�w����H�y����H�z����HQ|����H1}����H����H�����@�����@�����@…
138 …� h�qP�� ``sP�� ``sP�� `@tP�� X@uH�� X@uH�� P wH�� P v@�� P�w@�� H�x@…
172 …Pp��X�r��X�r��`�t��`�u��`�u��h�w��h�v��ppx��pPy�…
182 …���n�����n�����o�����q����pr����Ps����Pt����0v����w�����x�…
/utopia/UTPA2-700.0.x/modules/pq/hal/curry/pq/include/
H A DKano_Sub.bin89 …ySPF_DBK_BKN �o�ccggg �3��� v�  w� ���� � � x� ��� �vBBB…
93 …p��� @q��� @q��� s��� s��� u��� t����v����v����w���…
106 …��po������Pp������0q������0q������s�������t�������t������v������w������x�…
121 …��n�0��o�0��p�0�qq�0�Qs1� 1t�1� u�1� �v�1� �wQ� �x…
124v����P�w����H�y����H�z����HQ|����H1}����H����H�����@�����@�����@…
137 …� h�qP�� ``sP�� ``sP�� `@tP�� X@uH�� X@uH�� P wH�� P v@�� P�w@�� H�x@…
171 …Pp��X�r��X�r��`�t��`�u��`�u��h�w��h�v��ppx��pPy�…
181 …���n�����n�����o�����q����pr����Ps����Pt����0v����w�����x�…
H A DCurry_Sub.bin89 …ySPF_DBK_BKN �o�ccggg �3��� v�  w� ���� � � x� ��� �vBBB…
93 …p��� @q��� @q��� s��� s��� u��� t����v����v����w���…
106 …��po������Pp������0q������0q������s�������t�������t������v������w������x�…
121 …��n�0��o�0��p�0�qq�0�Qs1� 1t�1� u�1� �v�1� �wQ� �x…
124v����P�w����H�y����H�z����HQ|����H1}����H����H�����@�����@�����@…
137 …� h�qP�� ``sP�� ``sP�� `@tP�� X@uH�� X@uH�� P wH�� P v@�� P�w@�� H�x@…
171 …Pp��X�r��X�r��`�t��`�u��`�u��h�w��h�v��ppx��pPy�…
181 …���n�����n�����o�����q����pr����Ps����Pt����0v����w�����x�…
H A DKano_Main.bin4 ���v���v�������w���w������� x��0x��� ���Px���x�������x���x���� ���y�� y����� �…
92 …uSPF_DBK_BKN �o�ccggg �3��� r�  s� �� t� ��� �vBBBB ����…
97 …p��� @q��� @q��� s��� s��� u��� t����v����v����w���…
110 …��po������Pp������0q������0q������s�������t�������t������v������w������x�…
125 …��n�0��o�0��p�0�qq�0�Qs1� 1t�1� u�1� �v�1� �wQ� �x…
128v����P�w����H�y����H�z����HQ|����H1}����H����H�����@�����@�����@…
141 …� h�qP�� ``sP�� ``sP�� `@tP�� X@uH�� X@uH�� P wH�� P v@�� P�w@�� H�x@…
175 …Pp��X�r��X�r��`�t��`�u��`�u��h�w��h�v��ppx��pPy�…
/utopia/UTPA2-700.0.x/modules/pq/hal/kano/pq/include/
H A DKano_Sub.bin89 …ySPF_DBK_BKN �o�ccggg �3��� v�  w� ���� � � x� ��� �vBBB…
93 …p��� @q��� @q��� s��� s��� u��� t����v����v����w���…
106 …��po������Pp������0q������0q������s�������t�������t������v������w������x�…
121 …��n�0��o�0��p�0�qq�0�Qs1� 1t�1� u�1� �v�1� �wQ� �x…
124v����P�w����H�y����H�z����HQ|����H1}����H����H�����@�����@�����@…
137 …� h�qP�� ``sP�� ``sP�� `@tP�� X@uH�� X@uH�� P wH�� P v@�� P�w@�� H�x@…
171 …Pp��X�r��X�r��`�t��`�u��`�u��h�w��h�v��ppx��pPy�…
181 …���n�����n�����o�����q����pr����Ps����Pt����0v����w�����x�…
H A DKano_Main.bin4 ���v���v�������w���w�������0x��@x��� ���`x���x�������x���x���� ��y��0y����� �…
94 …uSPF_DBK_BKN �o�ccggg �3��� r�  s� �� t� ��� �vBBBB ����…
99 …p��� @q��� @q��� s��� s��� u��� t����v����v����w���…
112 …��po������Pp������0q������0q������s�������t�������t������v������w������x�…
127 …��n�0��o�0��p�0�qq�0�Qs1� 1t�1� u�1� �v�1� �wQ� �x…
130v����P�w����H�y����H�z����HQ|����H1}����H����H�����@�����@�����@…
143 …� h�qP�� ``sP�� ``sP�� `@tP�� X@uH�� X@uH�� P wH�� P v@�� P�w@�� H�x@…
177 …Pp��X�r��X�r��`�t��`�u��`�u��h�w��h�v��ppx��pPy�…
/utopia/UTPA2-700.0.x/modules/pq/hal/k6/pq/include/
H A Dk6_Sub.bin89 …ySPF_DBK_BKN �o�ccggg �3��� v�  w� ���� � � x� ��� �vBBB…
93 …p��� @q��� @q��� s��� s��� u��� t����v����v����w���…
106 …��po������Pp������0q������0q������s�������t�������t������v������w������x�…
121 …��n�0��o�0��p�0�qq�0�Qs1� 1t�1� u�1� �v�1� �wQ� �x…
124v����P�w����H�y����H�z����HQ|����H1}����H����H�����@�����@�����@…
137 …� h�qP�� ``sP�� ``sP�� `@tP�� X@uH�� X@uH�� P wH�� P v@�� P�w@�� H�x@…
171 …Pp��X�r��X�r��`�t��`�u��`�u��h�w��h�v��ppx��pPy�…
181 …���n�����n�����o�����q����pr����Ps����Pt����0v����w�����x�…

123456