Searched refs:fast (Results 51 - 75 of 261) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dpata_legacy.c86 int fast; member in struct:legacy_data
622 if (ld_qdi->fast) {
655 if (ld_qdi->fast) {
692 if (ld_qdi->fast) {
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dsiutils.c3223 /* make sure we come up in fast clock mode; or if clearing, clear clock */
3585 bool fast; local
3591 fast = SI_FAST(sii);
3592 if (!fast) {
3609 if (!fast)
3623 bool fast; local
3635 fast = SI_FAST(sii);
3637 if (!fast) {
3652 if (!fast) {
3739 * returns true if we are forcing fast cloc
3768 bool fast = SI_FAST(sii); local
5675 bool fast; local
5834 bool fast; local
5884 bool fast; local
5951 bool fast; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A D53c700.c385 hostdata->fast = (NCR_700_readb(host, CTEST9_REG) == 0);
392 (hostdata->fast ? "53c700-66" : "53c700"),
454 if(hostdata->fast)
693 if(hostdata->fast) {
1437 if(hostdata->fast &&
1938 if(hostdata->fast)
1968 if(!hostdata->fast)
1989 if(!hostdata->fast)
2033 if(hostdata->fast) {
H A Dgvp11.c342 hdata->wh.fast = 0;
H A Dsgiwd93.c264 hdata->wh.fast = 1;
H A D53c700.h212 __u32 fast:1; /* if we can alter the SCSI bus clock member in struct:NCR_700_Host_Parameters
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dsram242x.S241 /* move into fast relock bypass */
246 orr r7, r5, #0x2 @ fast relock val
247 str r7, [r8] @ go to fast relock
H A Dsram243x.S241 /* move into fast relock bypass */
246 orr r7, r5, #0x2 @ fast relock val
247 str r7, [r8] @ go to fast relock
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dcore_wildfire.c181 wildfire_fast_qsd *fast = WILDFIRE_fast_qsd(); local
190 temp = fast->qsd_whami.csr;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dentry-common.S21 * This is the fast syscall return path. We do as little as
36 restore_user_regs fast = 1, offset = S_OFF
71 restore_user_regs fast = 0, offset = 0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dvideodsp.asm256 ; vertical top/bottom extend and body copy fast loops
341 ; left/right (horizontal) fast extend functions
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dfilter-video.mak18 FATE_MCDEINT += fate-filter-mcdeint-fast
19 fate-filter-mcdeint-fast: CMD = framecrc -flags bitexact -idct simple -i $(TARGET_SAMPLES)/mpeg2/mpeg2_field_encoding.ts -vframes 30 -vf mcdeint=fast
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Deni.c336 ENI_DEV(dev)->fast = NULL; /* really stop it */
658 while ((curr = eni_dev->fast)) {
659 EVENT("poll_rx.fast\n",0,0);
661 eni_dev->fast = ENI_VCC(curr)->next;
704 if (eni_dev->fast)
706 else eni_dev->fast = vcc;
913 eni_dev->fast = eni_dev->last_fast = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hamradio/
H A Ddmascc.c235 static void write_scc_data(struct scc_priv *priv, int val, int fast);
653 static void write_scc_data(struct scc_priv *priv, int val, int fast) argument
664 if (fast)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtdate.tex32 them is fast}
90 wxDateTime is always well-defined and is a fast operation.
H A Dtexpr.tex14 programs to read, was robust in the face of fast-moving software
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dimmap_qe.h294 struct ucc_fast fast; member in union:ucc::__anon9933
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Dbudget.c189 * have to do this costly 64-bit division on fast-path.
492 if (req->fast) {
493 dbg_budg("no space for fast budgeting");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/lib64/
H A Dcopy_user_memcpy.S31 ! a fast memcpy and the amount subtracted from r7 before L_2l_loop be 2,
H A Dmemcpy.S33 ! a fast memcpy and the amount subtracted from r7 before L_2l_loop be 2,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Ddsputil_yasm.asm493 ; jump to the fast loop functions
533 call w_reg ; fast top extend, body copy and bottom extend
731 ; vertical top/bottom extend and body copy fast loops
791 ; left/right (horizontal) fast extend functions
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Dsmsc-ircc2.c280 #define FIR 4 /* SuperIO Chip has fast IRDA */
941 int fir_base, ir_mode, ctrl, fast; local
953 fast = 0;
959 fast = IRCC_LCR_A_FAST | IRCC_LCR_A_GP_DATA;
966 fast = IRCC_LCR_A_FAST;
1129 * about this timeout since it will always be fast enough.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/masmx64/
H A Dinffasx64.asm1 ; inffasx64.asm is a hand tuned assembler version of inffast.c - fast decoding
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Ddib0090.c287 void dib0090_dcc_freq(struct dvb_frontend *fe, u8 fast) argument
290 if (fast)
750 dib0090_write_reg(state, 0x04, 0x01); /*0 = 1KHz ; 1 = 150Hz ; 2 = 50Hz ; 3 = 50KHz ; 4 = servo fast */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx64/
H A Dinffasx64.asm1 ; inffasx64.asm is a hand tuned assembler version of inffast.c - fast decoding

Completed in 265 milliseconds

1234567891011