Searched refs:dmode (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/kernel/
H A Diosapic.c139 unsigned char dmode : 3; /* delivery mode (see iosapic.h) */ member in struct:iosapic_intr_info
230 unsigned long pol, trigger, dmode; local
247 dmode = iosapic_intr_info[vector].dmode;
249 redir = (dmode == IOSAPIC_LOWEST_PRIORITY) ? 1 : 0;
267 (dmode << IOSAPIC_DELIVERY_SHIFT) |
537 (info->dmode == IOSAPIC_FIXED || info->dmode ==
673 iosapic_intr_info[vector].dmode = delivery;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Drv40.c289 const int stride, const int dmode,
340 + 26*src[ 0*step] + 25*src[ 1*step] + rv40_dither_l[dmode + i]) >> 7;
343 + 26*src[ 1*step] + 25*src[ 2*step] + rv40_dither_r[dmode + i]) >> 7;
350 + 26*p0 + 25*src[ 0*step] + rv40_dither_l[dmode + i]) >> 7;
353 + 26*src[ 2*step] + 25*src[ 3*step] + rv40_dither_r[dmode + i]) >> 7;
379 static void rv40_v_loop_filter(uint8_t *src, int stride, int dmode, argument
382 rv40_adaptive_loop_filter(src, 1, stride, dmode, lim_q1, lim_p1,
385 static void rv40_h_loop_filter(uint8_t *src, int stride, int dmode, argument
388 rv40_adaptive_loop_filter(src, stride, 1, dmode, lim_q1, lim_p1,
288 rv40_adaptive_loop_filter(uint8_t *src, const int step, const int stride, const int dmode, const int lim_q1, const int lim_p1, const int alpha, const int beta, const int beta2, const int chroma, const int edge) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile18 dmode= 755 macro
778 $(CHMOD) $(dmode) $(JAVA_CLASSTOP))
785 $(CHMOD) $(dmode) $(JAVA_EXCLASSTOP))
878 $(CHMOD) $(dmode) $(DESTDIR)$(prefix))
885 $(CHMOD) $(dmode) $(DESTDIR)$(includedir))
897 $(CHMOD) $(dmode) $(DESTDIR)$(libdir))
921 $(CHMOD) $(dmode) $(DESTDIR)$(bindir))
942 $(CHMOD) $(dmode) $(DESTDIR)$(docdir))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in16 dmode= 755
776 $(CHMOD) $(dmode) $(JAVA_CLASSTOP))
783 $(CHMOD) $(dmode) $(JAVA_EXCLASSTOP))
876 $(CHMOD) $(dmode) $(DESTDIR)$(prefix))
883 $(CHMOD) $(dmode) $(DESTDIR)$(includedir))
895 $(CHMOD) $(dmode) $(DESTDIR)$(libdir))
919 $(CHMOD) $(dmode) $(DESTDIR)$(bindir))
940 $(CHMOD) $(dmode) $(DESTDIR)$(docdir))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/echoaudio/
H A Dechoaudio.c1410 unsigned short emode, dmode; local
1418 dmode = chip->digital_mode_list[emode];
1420 if (dmode != chip->digital_mode) {
1431 changed = set_digital_mode(chip, dmode);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A D53c7xx.c829 hostdata->dmode = (hostdata->chip == 700 || hostdata->chip == 70066) ?
908 hostdata->saved_dmode = NCR53c7x0_read8(hostdata->dmode);
1118 * all instructions, meaning we don't have to twiddle dmode or
1859 NCR53c7x0_write8 (hostdata->dmode,
1860 NCR53c7x0_read8(hostdata->dmode)|DMODE_MAN);
2769 NCR53c7x0_write8(hostdata->dmode, DMODE_10_BL_8 | DMODE_10_FC2);
5296 (int) NCR53c7x0_read8(hostdata->dmode),
H A D53c7xx.h1266 unsigned char dmode; /* member in struct:NCR53c7x0_hostdata
H A Dncr53c8xx.c3713 #define burst_code(dmode, ctest0) \
3714 (ctest0) & 0x80 ? 0 : (((dmode) & 0xc0) >> 6) + 1
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c590 #define burst_code(dmode, ctest4, ctest5) \
591 (ctest4) & 0x80? 0 : (((dmode) & 0xc0) >> 6) + ((ctest5) & 0x04) + 1

Completed in 96 milliseconds