| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvUSBDisk.c | 224 static BOOL is_usb_block_dev(cyg_devtab_entry_t *t) in is_usb_block_dev() argument 226 return (strncmp(t->name, USBBLOCK_DEVNAME, in is_usb_block_dev() 423 cyg_devtab_entry_t *t; in MDrv_USB_MscLookupHostID() local 428 for (t = &__DEVTAB__[0]; t != &__DEVTAB_END__; t++) in MDrv_USB_MscLookupHostID() 430 if(!is_usb_block_dev(t)) in MDrv_USB_MscLookupHostID() 432 chan = (disk_channel *) t->priv; in MDrv_USB_MscLookupHostID() 439 if ((p_usb_info->DevId != (-1)) && (strcmp(str, t->name) == 0)) // find the table entry in MDrv_USB_MscLookupHostID() 452 cyg_devtab_entry_t *t; in MDrv_USB_MscLookupManufacturerString() local 458 for (t = &__DEVTAB__[0]; t != &__DEVTAB_END__; t++) in MDrv_USB_MscLookupManufacturerString() 460 if(!is_usb_block_dev(t)) in MDrv_USB_MscLookupManufacturerString() [all …]
|
| H A D | drvUSBHwCtl.c | 333 void m_BDMA_write(unsigned int s, unsigned int t) in m_BDMA_write() argument 338 ret = MDrv_BDMA_MemCopy(s, t, 4); in m_BDMA_write() 356 t_miu1 = (t >= MIU1_PHY_BASE_ADDR) ? 1 : 0; 359 t = t_miu1 ? (t - MIU1_PHY_BASE_ADDR) : t; 365 writew(t & 0xffff, (void*)(BDMA_RIU_BASE+0xC*2)); 366 writew((t>>16) & 0xffff, (void*)(BDMA_RIU_BASE+0xE*2));
|
| /utopia/UTPA2-700.0.x/modules/pq/hal/mooney/pq/include/ |
| H A D | Main.bin | 14 r0r�s�s�t�t 183 …t�x+� ��� � E�������11111�11111��11|��� 000 000 0 00 0 … 201 …��W�Y�Y�uRcd�JVu�udJ?4f��wS6Ph���g�h�u3�t��m��i�j… 284 …t*\�d*i��*h��*k��*j��*l*o��*n�DUCDi *��������*P���������*S�HHxHHxH!*R���������*U���… 294 t�� � 406 …,��:,�:,��:$�E:$��:$�:$�E:$�:$!|E:$!t�<$#dE 8%\� 8… 420 �0,��2,�2,��2,�2,��2,|2,t�4,l4,d�6,T6,!L�8,#DF… 421 ��| |� t
|
| H A D | Sub.bin | 176 …t�x+� ��� � E�������11111�11111��11|��� 000 000 0 00 0 … 217 …�������������������MADi_Motion_COM "b��"c?"dO"e"p�"r?"s��"t��"u�"x? 420 …,��:,�:,��:$�E:$��:$�:$�E:$�:$!|E:$!t�<$#dE 8%\� 8… 434 �0,��2,�2,��2,�2,��2,|2,t�4,l4,d�6,T6,!L�8,#DF… 435 ��| |� t 563 …,��:,�:,��:$�E:$��:$�:$�E:$�:$!|E:$!t�<$#dE 8%\� 8… 577 �0,��2,�2,��2,�2,��2,|2,t�4,l4,d�6,T6,!L�8,#DF… 578 ��| |� t 653 …LPF (p 0@P`p�����VIP_HLPF_dither_VIP_HLPF_dither VIP_VNMR_COM t�����������VIP_VNM… 654 …CC_Ymode_CO+�+p�+��+��+��+��+��+q�+��+��+r�+��+��+s�+��+��+t�+��+��+u�+��+��…
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvUSBDisk.c | 392 cyg_devtab_entry_t *t; in MDrv_USB_MscLookupHostID() local 397 for (t = &__DEVTAB__[0]; t != &__DEVTAB_END__; t++) in MDrv_USB_MscLookupHostID() 399 chan = (disk_channel *) t->priv; in MDrv_USB_MscLookupHostID() 406 if ((p_usb_info->DevId != (-1)) && (strcmp(str, t->name) == 0)) // find the table entry in MDrv_USB_MscLookupHostID() 419 cyg_devtab_entry_t *t; in MDrv_USB_MscLookupProductString() local 425 for (t = &__DEVTAB__[0]; t != &__DEVTAB_END__; t++) in MDrv_USB_MscLookupProductString() 427 chan = (disk_channel *) t->priv; in MDrv_USB_MscLookupProductString() 434 if ((p_usb_info->DevId != (-1)) && (strcmp(str, t->name) == 0)) // find the table entry in MDrv_USB_MscLookupProductString() 454 cyg_devtab_entry_t *t; in ConnectUSBDisk() local 458 for (t = &__DEVTAB__[0]; t != &__DEVTAB_END__; t++) in ConnectUSBDisk() [all …]
|
| H A D | drvEHCI.h | 487 U32 t; in timer_action() local 491 t = EHCI_IAA_JIFFIES; in timer_action() 511 t = EHCI_IO_JIFFIES; in timer_action() 514 t = EHCI_ASYNC_JIFFIES; in timer_action() 518 t = EHCI_SHRINK_JIFFIES; in timer_action() 543 && (t+jiffies) > (U32) ehci->watchdog.base_jiffies in timer_action() 549 ehci->watchdog.base_jiffies = t + jiffies; in timer_action() 550 mod_timer (&ehci->watchdog, t, 0); in timer_action()
|
| /utopia/UTPA2-700.0.x/modules/pq/hal/k6lite/pq/include/ |
| H A D | k6lite_Sub.bin | 35 … 420CUP_COM 420CUP !������������MADi_COM �"t��"�P"�"�"�"�… 37 …"�������������MADi_Motion_COM "b��"c?"dO"e"p�"q"r?"s��"t"u�"x? 94 …t�Q�P�$t�R�p�$l�R�p�$l�R�p�$daT�p�$\aT�p@$\aT�p@$\aT�p@$TaU�p@$TaU�p@… 102 …�-�Ѐ���.�Ѐ���/�Ѐ���0�Ѐ���1�Ѐ���1�Ѐ���2�Ѐ�|�3�Ѐ�t�4����t�4����l�6���…
|
| H A D | k6lite_Main.bin | 95 …uSPF_DBK_BKN �occggg�3r s� t���vBBBB��… 100 …t�Q�P�$t�R�p�$l�R�p�$l�R�p�$daT�p�$\aT�p@$\aT�p@$\aT�p@$TaU�p@$TaU�p@… 108 …�-�Ѐ���.�Ѐ���/�Ѐ���0�Ѐ���1�Ѐ���1�Ѐ���2�Ѐ�|�3�Ѐ�t�4����t�4����l�6���… 113 …���m�����po�����po�����Pp�����0q�����0q�����s������t������t������v�…
|
| /utopia/UTPA2-700.0.x/modules/pq/hal/curry/pq/include/ |
| H A D | Kano_Sub.bin | 34 … 420CUP_COM 420CUP !������������MADi_COM �"t��"�P"�"�"�"�… 36 …"�������������MADi_Motion_COM "b��"c?"dO"e"p�"q"r?"s��"t"u�"x? 93 …t�Q�P�$t�R�p�$l�R�p�$l�R�p�$daT�p�$\aT�p@$\aT�p@$\aT�p@$TaU�p@$TaU�p@… 101 …�-�Ѐ���.�Ѐ���/�Ѐ���0�Ѐ���1�Ѐ���1�Ѐ���2�Ѐ�|�3�Ѐ�t�4����t�4����l�6���…
|
| H A D | Curry_Sub.bin | 34 … 420CUP_COM 420CUP !������������MADi_COM �"t��"�P"�"�"�"�… 36 …"�������������MADi_Motion_COM "b��"c?"dO"e"p�"q"r?"s��"t"u�"x? 93 …t�Q�P�$t�R�p�$l�R�p�$l�R�p�$daT�p�$\aT�p@$\aT�p@$\aT�p@$TaU�p@$TaU�p@… 101 …�-�Ѐ���.�Ѐ���/�Ѐ���0�Ѐ���1�Ѐ���1�Ѐ���2�Ѐ�|�3�Ѐ�t�4����t�4����l�6���…
|
| H A D | Kano_Main.bin | 2 …qr@rpr�r�rs t`t �t�t�tu… 92 …uSPF_DBK_BKN �occggg�3r s� t���vBBBB��… 97 …t�Q�P�$t�R�p�$l�R�p�$l�R�p�$daT�p�$\aT�p@$\aT�p@$\aT�p@$TaU�p@$TaU�p@…
|
| H A D | Curry_Main.bin | 2 …qr@rpr�r�rs t`t �t�t�tu… 92 …uSPF_DBK_BKN �occggg�3r s� t���vBBBB��… 97 …t�Q�P�$t�R�p�$l�R�p�$l�R�p�$daT�p�$\aT�p@$\aT�p@$\aT�p@$TaU�p@$TaU�p@…
|
| /utopia/UTPA2-700.0.x/modules/pq/hal/kano/pq/include/ |
| H A D | Kano_Sub.bin | 34 … 420CUP_COM 420CUP !������������MADi_COM �"t��"�P"�"�"�"�… 36 …"�������������MADi_Motion_COM "b��"c?"dO"e"p�"q"r?"s��"t"u�"x? 93 …t�Q�P�$t�R�p�$l�R�p�$l�R�p�$daT�p�$\aT�p@$\aT�p@$\aT�p@$TaU�p@$TaU�p@… 101 …�-�Ѐ���.�Ѐ���/�Ѐ���0�Ѐ���1�Ѐ���1�Ѐ���2�Ѐ�|�3�Ѐ�t�4����t�4����l�6���…
|
| H A D | Kano_Main.bin | 2 …�q�qr@rpr�r�rs0tpt �t�t… 94 …uSPF_DBK_BKN �occggg�3r s� t���vBBBB��… 99 …t�Q�P�$t�R�p�$l�R�p�$l�R�p�$daT�p�$\aT�p@$\aT�p@$\aT�p@$TaU�p@$TaU�p@…
|
| /utopia/UTPA2-700.0.x/modules/pq/hal/k6/pq/include/ |
| H A D | k6_Sub.bin | 34 … 420CUP_COM 420CUP !������������MADi_COM �"t��"�P"�"�"�"�… 36 …"�������������MADi_Motion_COM "b��"c?"dO"e"p�"q"r?"s��"t"u�"x? 93 …t�Q�P�$t�R�p�$l�R�p�$l�R�p�$daT�p�$\aT�p@$\aT�p@$\aT�p@$TaU�p@$TaU�p@… 101 …�-�Ѐ���.�Ѐ���/�Ѐ���0�Ѐ���1�Ѐ���1�Ѐ���2�Ѐ�|�3�Ѐ�t�4����t�4����l�6���…
|
| H A D | k6_Main.bin | 2 … rPr�r�r�r�r�r@spt�t �t u@… 92 …uSPF_DBK_BKN �occggg�3r s� t���vBBBB��… 97 …t�Q�P�$t�R�p�$l�R�p�$l�R�p�$daT�p�$\aT�p@$\aT�p@$\aT�p@$TaU�p@$TaU�p@…
|
| /utopia/UTPA2-700.0.x/modules/pq/hal/maserati/pq/include/ |
| H A D | Sub.bin | 472 …t�x+� ��� � E�������11111�11111��11|��� 000 000 0 00 0 … 542 �� �t�����vBBBBBBBBBBBBBBBBBB���… 704 … �E0�E0��0��0�0�E0��0|�0|�0t0tE0l�0… 730 …��:$��:$�:$�E:$�E:$��:$�:$�:$!|E:$!t�:$!t�<$#l 8#dE… 753 …t�4,l�4,l4,dF4,d�6,\6,T6,!T�8,!L�8,#DF8,#DF8,#<�8,%4… 755 ����| |G |� t� t 763 …,6�F0,8��0,8��0,8�F2,8��2,:�2,:�F2,:|�4,:|�4,<t4,<lF4,<d�4,…
|
| H A D | UFSC.bin | 67 …S��,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 …t�ٮ�#v�FWS#z����#{#|����#}#��������HSP_C_COEFF_COM #�#�#�#�#�������������… 93 tAtPtS�@@tR�@tU�@tTtW�@tVtY�@@tX�@t\ 94 t]((t�t�t�t�?t�?t�t�t�?t���t�t�t�?t�?t�?t�t…
|
| /utopia/UTPA2-700.0.x/modules/pq/hal/M7821/pq/include/ |
| H A D | Sub.bin | 472 …t�x+� ��� � E�������11111�11111��11|��� 000 000 0 00 0 … 542 �� �t�����vBBBBBBBBBBBBBBBBBB���… 704 … �E0�E0��0��0�0�E0��0|�0|�0t0tE0l�0… 730 …��:$��:$�:$�E:$�E:$��:$�:$�:$!|E:$!t�:$!t�<$#l 8#dE… 753 …t�4,l�4,l4,dF4,d�6,\6,T6,!T�8,!L�8,#DF8,#DF8,#<�8,%4… 755 ����| |G |� t� t 763 …,6�F0,8��0,8��0,8�F2,8��2,:�2,:�F2,:|�4,:|�4,<t4,<lF4,<d�4,…
|
| H A D | UFSC.bin | 67 …S��,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 …t�ٮ�#v�FWS#z����#{#|����#}#��������HSP_C_COEFF_COM #�#�#�#�#�������������… 93 tAtPtS�@@tR�@tU�@tTtW�@tVtY�@@tX�@t\ 94 t]((t�t�t�t�?t�?t�t�t�?t���t�t�t�?t�?t�?t�t…
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | recordmcount.h | 196 uint_t t = 1 + strlen(mc_name) + _w(shstr->sh_size); in append_func() local 199 shstr->sh_size = _w(t); in append_func() 201 t += sb.st_size; in append_func() 202 t += (_align & -t); /* word-byte align */ in append_func() 203 new_e_shoff = t; in append_func() 211 ulseek(fd_map, t, SEEK_SET); in append_func() 212 t += sizeof(Elf_Shdr) * old_shnum; in append_func() 217 t += 2*sizeof(mcsec); in append_func() 223 mcsec.sh_offset = _w(t); in append_func() 237 mcsec.sh_offset = _w((void *)mlocp - (void *)mloc0 + t); in append_func() [all …]
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/arpa/ |
| H A D | nameser.h | 305 #define ns_t_qt_p(t) (ns_t_xfr_p(t) || (t) == ns_t_any || \ argument 306 (t) == ns_t_mailb || (t) == ns_t_maila) 308 #define ns_t_mrr_p(t) ((t) == ns_t_tsig || (t) == ns_t_opt) argument 310 #define ns_t_rr_p(t) (!ns_t_qt_p(t) && !ns_t_mrr_p(t)) argument 311 #define ns_t_udp_p(t) ((t) != ns_t_axfr && (t) != ns_t_zxfr) argument 312 #define ns_t_xfr_p(t) ((t) == ns_t_axfr || (t) == ns_t_ixfr || \ argument 313 (t) == ns_t_zxfr)
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/ucos/ |
| H A D | dlmalloc.c | 1869 #define leftmost_child(t) ((t)->child[0] != 0? (t)->child[0] : (t)->child[1]) argument 2231 static void do_check_tree(mstate m, tchunkptr t); 2659 static void do_check_tree(mstate m, tchunkptr t) { in do_check_tree() argument 2661 tchunkptr u = t; in do_check_tree() 2662 bindex_t tindex = t->index; in do_check_tree() 2663 size_t tsize = chunksize(t); in do_check_tree() 2705 } while (u != t); in do_check_tree() 2712 tchunkptr t = *tb; in do_check_treebin() local 2714 if (t == 0) in do_check_treebin() 2717 do_check_tree(m, t); in do_check_treebin() [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | dlmalloc.c | 2370 #define leftmost_child(t) ((t)->child[0] != 0? (t)->child[0] : (t)->child[1]) argument 2763 static void do_check_tree(mstate m, tchunkptr t); 3243 static void do_check_tree(mstate m, tchunkptr t) { in do_check_tree() argument 3245 tchunkptr u = t; in do_check_tree() 3246 bindex_t tindex = t->index; in do_check_tree() 3247 size_t tsize = chunksize(t); in do_check_tree() 3289 } while (u != t); in do_check_tree() 3296 tchunkptr t = *tb; in do_check_treebin() local 3298 if (t == 0) in do_check_treebin() 3301 do_check_tree(m, t); in do_check_treebin() [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | zconf.l | 72 ws [ \n\t] 79 [ \t]*#.*\n | 80 [ \t]*\n { 84 [ \t]*#.* 87 [ \t]+ { 309 printf("%s:%d: can't open file \"%s\"\n",
|