Searched refs:stall (Results 1 - 22 of 22) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dev6-stxcpy.S54 mskqh t2, a1, t2 # U : detection in the src word (stall)
56 ornot t1, t2, t2 # E : (stall)
60 or t0, t3, t1 # E : (stall)
61 bne t8, $a_eos # U : (stall)
76 cmpbge zero, t1, t8 # E : (3 cycle stall)
77 beq t8, $a_loop # U : (stall for t8)
85 and t8, t6, t12 # E : (stall)
88 and t12, 0x80, t6 # E : (stall)
89 bne t6, 1f # U : (stall)
95 zapnot t1, t6, t1 # U : clear src bytes >= null (stall)
[all...]
H A Dev6-csum_ipv6_magic.S114 cmpult $20,$3,$3 # E : (1 cycle stall on $20)
115 addq $20,$18,$20 # E : U L U L (1 cycle stall on $20)
118 addq $20,$19,$20 # E : (1 cycle stall on $20)
123 addq $18,$19,$18 # E : (1 cycle stall on $19)
126 /* (1 cycle stall on $18, 2 cycles on $20) */
129 zapnot $0,15,$1 # U : Start folding output (1 cycle stall on $0)
131 srl $0,32,$0 # U : U L U L : (1 cycle stall on $0)
134 extwl $1,2,$2 # U : ushort[1] (1 cycle stall on $1)
135 zapnot $1,3,$0 # U : ushort[0] (1 cycle stall on $1)
136 extwl $1,4,$1 # U : ushort[2] (1 cycle stall o
[all...]
H A Dev6-stxncpy.S62 mskqh t2, a1, t2 # U : detection in the src word (stall)
64 ornot t1, t2, t2 # E : (stall)
68 or t0, t3, t0 # E : (stall)
109 and t8, t12, t12 # E : (stall)
112 and t12, 0x80, t6 # E : (stall)
113 bne t6, 1f # U : (stall)
119 or t12, t6, t8 # E : (stall)
120 zapnot t0, t8, t0 # U : clear src bytes > null (stall)
123 or t0, t1, t0 # e1 : (stall)
151 and t1, 7, t1 # E : (stall)
[all...]
H A Dstrchr.S43 xor t0, a1, t1 # .. e1 (ev5 data stall)
50 and t0, t1, t0 # e1 (stall)
H A Dev6-memchr.S66 extqh $6, $16, $6 # U : 2 cycle stall for $6
109 addq $0, 2, $3 # E : U L U L : 2 cycle stall on $0
114 addq $0, 1, $3 # E : U L U L : 2 cycle stall on $0
H A Dstxncpy.S69 cmpbge zero, t0, t8 # .. e1 (stall)
82 and t8, t12, t12 # e1 (stall)
182 extqh t2, a1, t0 # e0 : position lo-bits of hi word (stall)
212 cmpbge zero, t2, t8 # e1 : test new word for eos (stall)
H A Dstrncpy_from_user.S62 cmpbge zero, t0, t8 # .. e1 (stall)
75 and t8, t12, t12 # e1 (stall)
170 cmpbge zero, t2, t8 # e1 (stall)
H A Dstxcpy.S60 cmpbge zero, t1, t8 # e0 (stall)
69 and t8, t6, t12 # e1 (stall)
H A Dev6-copy_user.S67 beq $3, $destaligned # .. U .. .. : 2nd (one cycle fetcher stall)
70 * The fetcher stall also hides the 1 cycle cross-cluster stall for $3 (L --> U)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/clocksource/
H A Dcyclone.c97 int stall = 100; local
99 while (stall--)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dcyclone.c93 int stall = 100; local
94 while(stall--) barrier();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dat91_udc.c763 * of data tx then stall. note that the fifo rx bytecount isn't
1078 goto stall;
1136 goto stall;
1144 goto stall;
1165 goto stall;
1176 goto stall;
1181 goto stall;
1183 goto stall;
1199 goto stall;
1201 goto stall;
[all...]
H A Dgoku_udc.c1207 s = "stall"; break;
1503 goto stall;
1507 goto stall;
1510 goto stall;
1514 goto stall;
1526 goto stall;
1530 goto stall;
1560 stall:
H A Dfsl_usb2_udc.c348 /* set the stall bit */
354 /* clear the stall bit and reset data toggle */
366 /* Get stall status of a specific ep
1169 /* Set protocol stall on ep0, protocol stall will automatically be cleared
1175 /* must set tx and rx to stall at the same time */
1271 /* stall if endpoint doesn't exist */
1273 goto stall;
1294 goto stall;
1298 goto stall;
[all...]
H A Dpxa2xx_udc.c1179 /* most IN status is the same, but ISO can't stall */
1761 DBG(DBG_VERBOSE, "ep0 re-stall\n");
1783 /* clear stall status */
1815 goto stall;
1896 stall:
1901 ep0start(dev, UDCCS0_FST|UDCCS0_FTF, "stall");
1932 goto stall;
1934 goto stall;
H A Dfile_storage.c104 * Bulk-only specification requires a stall. In such cases the driver
110 * The driver will always use the "no-stall" approach for OUT transfers.
310 module_param_named(stall, mod_data.can_stall, bool, S_IRUGO);
311 MODULE_PARM_DESC(stall, "false to prevent bulk stalls");
1168 /* Not all controllers allow a protocol stall after
2357 * try to send or receive any data. So stall both bulk pipes
2381 * allowed to stall, there was no data at all (residue ==
2399 /* For Bulk-only, if we're allowed to stall then send the
2401 * stall, pad out the remaining data with 0's. */
2427 * we may be allowed to stall, doin
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/hwregs/
H A Drt_trace_defs.h93 unsigned int stall : 1; member in struct:__anon8602
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dxircom_pgs.S400 ;; must get stall bit for ep[wIndexL], return two bytes, bit in lsb 0
412 ;; 01: Clear_Feature (sub-switch on wValueL: stall, remote wakeup)
414 ;; Clear_Feature(stall). should clear a stall bit. TODO
425 ;; 03: Set_Feature (sub-switch on wValueL: stall, remote wakeup)
427 ;; Set_Feature(stall). Should set a stall bit. TODO
463 ;; if (wValueL >= maxstrings) stall
466 subb a,r3 ; a=4, r3 = 0..3 . if a<=0 then stall
H A Dkeyspan_pda.S362 ;; must get stall bit for ep[wIndexL], return two bytes, bit in lsb 0
374 ;; 01: Clear_Feature (sub-switch on wValueL: stall, remote wakeup)
376 ;; Clear_Feature(stall). should clear a stall bit. TODO
387 ;; 03: Set_Feature (sub-switch on wValueL: stall, remote wakeup)
389 ;; Set_Feature(stall). Should set a stall bit. TODO
425 ;; if (wValueL >= maxstrings) stall
428 subb a,r3 ; a=4, r3 = 0..3 . if a<=0 then stall
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/sn/sn0/
H A Dhubio.h575 stl_ib: 1, /* stall Ibus coming from xtalk */
877 stall: 3, /* 22-20: stall (xtalk, bte 0/1) */ member in struct:icrbp_a::__anon7863
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/sn/sn0/
H A Dhubio.h575 stl_ib: 1, /* stall Ibus coming from xtalk */
877 stall: 3, /* 22-20: stall (xtalk, bte 0/1) */ member in struct:icrbp_a::__anon9234
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Du132-hcd.c2807 goto stall;
2816 goto stall;
2855 goto stall;
2859 stall:retval = -EPIPE;

Completed in 793 milliseconds