Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/alpha/lib/
Dev6-stxcpy.S58 mskqh t2, a1, t2 # U : detection in the src word (stall)
60 ornot t1, t2, t2 # E : (stall)
64 or t0, t3, t1 # E : (stall)
65 bne t8, $a_eos # U : (stall)
80 cmpbge zero, t1, t8 # E : (3 cycle stall)
81 beq t8, $a_loop # U : (stall for t8)
89 and t8, t6, t12 # E : (stall)
92 and t12, 0x80, t6 # E : (stall)
93 bne t6, 1f # U : (stall)
99 zapnot t1, t6, t1 # U : clear src bytes >= null (stall)
[all …]
Dev6-stxncpy.S66 mskqh t2, a1, t2 # U : detection in the src word (stall)
68 ornot t1, t2, t2 # E : (stall)
72 or t0, t3, t0 # E : (stall)
113 and t8, t12, t12 # E : (stall)
116 and t12, 0x80, t6 # E : (stall)
117 bne t6, 1f # U : (stall)
123 or t12, t6, t8 # E : (stall)
124 zapnot t0, t8, t0 # U : clear src bytes > null (stall)
127 or t0, t1, t0 # e1 : (stall)
155 and t1, 7, t1 # E : (stall)
[all …]
Dev6-csum_ipv6_magic.S90 cmpult $20,$3,$3 # E : (1 cycle stall on $20)
91 addq $20,$18,$20 # E : U L U L (1 cycle stall on $20)
94 addq $20,$19,$20 # E : (1 cycle stall on $20)
99 addq $18,$19,$18 # E : (1 cycle stall on $19)
105 zapnot $0,15,$1 # U : Start folding output (1 cycle stall on $0)
107 srl $0,32,$0 # U : U L U L : (1 cycle stall on $0)
110 extwl $1,2,$2 # U : ushort[1] (1 cycle stall on $1)
111 zapnot $1,3,$0 # U : ushort[0] (1 cycle stall on $1)
112 extwl $1,4,$1 # U : ushort[2] (1 cycle stall on $1)
117 extwl $3,2,$1 # U : ushort[1] (1 cycle stall on $3)
[all …]
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
Dstrchr.S43 xor t0, a1, t1 # .. e1 (ev5 data stall)
50 and t0, t1, t0 # e1 (stall)
Dstxncpy.S73 cmpbge zero, t0, t8 # .. e1 (stall)
86 and t8, t12, t12 # e1 (stall)
186 extqh t2, a1, t0 # e0 : position lo-bits of hi word (stall)
216 cmpbge zero, t2, t8 # e1 : test new word for eos (stall)
Dstrncpy_from_user.S62 cmpbge zero, t0, t8 # .. e1 (stall)
75 and t8, t12, t12 # e1 (stall)
172 cmpbge zero, t2, t8 # e1 (stall)
Dstxcpy.S64 cmpbge zero, t1, t8 # e0 (stall)
73 and t8, t6, t12 # e1 (stall)
Dev6-copy_user.S70 beq $3, $destaligned # .. U .. .. : 2nd (one cycle fetcher stall)
/linux-2.4.37.9/drivers/usb/serial/
Dkeyspan_pda.S489 ;; must get stall bit for ep[wIndexL], return two bytes, bit in lsb 0
501 ;; 01: Clear_Feature (sub-switch on wValueL: stall, remote wakeup)
503 ;; Clear_Feature(stall). should clear a stall bit. TODO
514 ;; 03: Set_Feature (sub-switch on wValueL: stall, remote wakeup)
516 ;; Set_Feature(stall). Should set a stall bit. TODO
552 ;; if (wValueL >= maxstrings) stall
555 subb a,r3 ; a=4, r3 = 0..3 . if a<=0 then stall
Dxircom_pgs.S527 ;; must get stall bit for ep[wIndexL], return two bytes, bit in lsb 0
539 ;; 01: Clear_Feature (sub-switch on wValueL: stall, remote wakeup)
541 ;; Clear_Feature(stall). should clear a stall bit. TODO
552 ;; 03: Set_Feature (sub-switch on wValueL: stall, remote wakeup)
554 ;; Set_Feature(stall). Should set a stall bit. TODO
590 ;; if (wValueL >= maxstrings) stall
593 subb a,r3 ; a=4, r3 = 0..3 . if a<=0 then stall
/linux-2.4.37.9/arch/i386/kernel/
Dtime.c394 int stall = 100; in init_cyclone_clock() local
395 while(stall--) barrier(); in init_cyclone_clock()
/linux-2.4.37.9/drivers/usb/gadget/
Dgoku_udc.c1556 goto stall; in ep0_setup()
1559 goto stall; in ep0_setup()
1562 goto stall; in ep0_setup()
1566 goto stall; in ep0_setup()
1578 goto stall; in ep0_setup()
1582 goto stall; in ep0_setup()
1611 stall: in ep0_setup()
Dfile_storage.c337 static int stall = 1; variable
395 MODULE_PARM(stall, "i");
396 MODULE_PARM_DESC(stall, "false to prevent bulk stalls");
3908 mod_data.can_stall = stall; in fsg_init()
/linux-2.4.37.9/arch/sparc64/lib/
Dblockops.S154 fmovd %f16, %f32 ! FGA Group (8-cycle stall)
178 fmovd %f16, %f32 ! FGA Group (8-cycle stall)
200 fmovd %f16, %f32 ! FGA Group (8-cycle stall)
/linux-2.4.37.9/Documentation/arm/SA1100/
DSA1100_USB272 - Moved host initiated SET/GET feature stall into endpoint code of
274 Opposite of a SET_FEATURE stall is a reset, so no code to unstall is
331 - Clear force stall (FST) in udc_start and reset so UDC actually runs when
/linux-2.4.37.9/include/asm-mips64/sn/sn0/
Dhubio.h901 stall: 3, /* 22-20: stall (xtalk, bte 0/1) */ member
/linux-2.4.37.9/Documentation/networking/
DPLIP.txt100 in which case a long timeout would stall the machine when, for whatever
/linux-2.4.37.9/Documentation/
Dsx.txt164 This should get the card out of a stall if the driver
DConfigure.help19206 busy..) the kernel will stall until the printer is ready again.
/linux-2.4.37.9/drivers/scsi/
DChangeLog.ncr53c8xx440 stall the NCR queue any more.
/linux-2.4.37.9/arch/cris/drivers/
Dusb-host.c3062 } else if (error_code == IO_STATE_VALUE(R_USB_EPT_DATA, error_code, stall)) { in etrax_usb_hc_epid_attn_interrupt()