Searched refs:div (Results 101 - 125 of 149) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/lib/
H A Dsdiv.S17 * .div name of function to generate
18 * div div=div => %o0 / %o1; div=rem => %o0 % %o1
45 .globl .div
47 .div:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dadm1031.c135 #define FAN_FROM_REG(reg, div) ((reg) ? (11250 * 60) / ((reg) * (div)) : 0)
137 static int FAN_TO_REG(int reg, int div) argument
140 tmp = FAN_FROM_REG(SENSORS_LIMIT(reg, 0, 65535), div);
H A Dvt1211.c172 #define RPM_FROM_REG(reg, div) (((reg) == 0) || ((reg) == 255) ? 0 : \
173 1310720 / (reg) / DIV_FROM_REG(div))
174 #define RPM_TO_REG(val, div) ((val) == 0 ? 255 : \
176 DIV_FROM_REG(div)), 1, 254))
538 dev_warn(dev, "fan div value %ld not "
H A Dit87.c169 static inline u8 FAN_TO_REG(long rpm, int div) argument
174 return SENSORS_LIMIT((1350000 + rpm * div / 2) / (rpm * div), 1,
185 #define FAN_FROM_REG(val,div) ((val)==0?-1:(val)==255?0:1350000/((val)*(div)))
H A Dw83627hf.c240 static inline u8 FAN_TO_REG(long rpm, int div) argument
245 return SENSORS_LIMIT((1350000 + rpm * div / 2) / (rpm * div), 1,
266 #define FAN_FROM_REG(val,div) ((val)==0?-1:(val)==255?0:1350000/((val)*(div)))
H A Dw83781d.c165 FAN_TO_REG(long rpm, int div) argument
170 return SENSORS_LIMIT((1350000 + rpm * div / 2) / (rpm * div), 1, 254);
174 FAN_FROM_REG(u8 val, int div) argument
180 return 1350000 / (val * div);
H A Dw83792d.c228 FAN_TO_REG(long rpm, int div) argument
233 return SENSORS_LIMIT((1350000 + rpm * div / 2) / (rpm * div), 1, 254);
236 #define FAN_FROM_REG(val,div) ((val) == 0 ? -1 : \
238 1350000 / ((val) * (div))))
H A Dadm1026.c204 #define FAN_TO_REG(val,div) ((val)<=0 ? 0xff : SENSORS_LIMIT(1350000/((val)*\
205 (div)),1,254))
206 #define FAN_FROM_REG(val,div) ((val)==0?-1:(val)==0xff ? 0 : 1350000/((val)*\
207 (div)))
H A Dpc87360.c120 #define FAN_FROM_REG(val,div) ((val) == 0 ? 0: \
121 480000 / ((val)*(div)))
122 #define FAN_TO_REG(val,div) ((val) <= 100 ? 0 : \
123 480000 / ((val)*(div)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/soc/codecs/
H A Dwm8753.c1027 int div_id, int div)
1035 wm8753_write(codec, WM8753_CLOCK, reg | div);
1039 wm8753_write(codec, WM8753_SRATE2, reg | div);
1043 wm8753_write(codec, WM8753_SRATE2, reg | div);
1026 wm8753_set_dai_clkdiv(struct snd_soc_codec_dai *codec_dai, int div_id, int div) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-omap/
H A Domapfb.h261 int hs_pol_inv, int vs_pol_inv, int div);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dsbsdram.S366 div zero,wrsum,pass_count
369 div zero,rdsum,pass_count
372 div zero,gsum,pass_count
496 div zero,clkdsum,pass_count
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/saa7134/
H A Dsaa7134-video.c691 int div = interlace ? 2 : 1; local
712 yscale = 512 * div * dev->crop_current.height / height;
721 saa_writeb(SAA7134_VIDEO_LINES1(task), height/div & 0xff);
722 saa_writeb(SAA7134_VIDEO_LINES2(task), height/div >> 8); local
791 int div = interlace ? 2 : 1; local
802 row[rows].position = clip_range(clips[i].c.top / div);
806 / div);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvorbis_enc.c155 int div = 1; local
159 off = (i / div) % vals; // lookup type 1
167 div *= vals;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/delphi/
H A DZLib.pas295 OutBytes := ((InBytes + (InBytes div 10) + 12) + 255) and not 255;
546 for I := 1 to Offset div sizeof(Buf) do
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/pascal/
H A Dexample.pas300 c_stream.avail_in := Integer(comprLen div 2);
354 if d_stream.total_out <> 2 * uncomprLen + comprLen div 2 then
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/
H A Dbn-586.pl238 &div("ebx");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/delphi/
H A DZLib.pas295 OutBytes := ((InBytes + (InBytes div 10) + 12) + 255) and not 255;
546 for I := 1 to Offset div sizeof(Buf) do
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/pascal/
H A Dexample.pas300 c_stream.avail_in := Integer(comprLen div 2);
354 if d_stream.total_out <> 2 * uncomprLen + comprLen div 2 then
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dilsp.S63 # _060LSP__idivu64_(): Emulate 64-bit unsigned div instruction. #
64 # _060LSP__idivs64_(): Emulate 64-bit signed div instruction. #
67 # and therefore does not work exactly like the 680X0 div{s,u}.l #
165 # - is (hi(dividend) == 0 && (divisor <= lo(dividend))) ? (32-bit div)
180 tdivu.l %d7, %d5:%d6 # it's only a 32/32 bit div!
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/procps/
H A Dtop.c389 #define CALC_STAT(name, val) div_t name = div((val), 10)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dieee80211_ioctl.c634 int i, div = 1000000; local
636 div /= 10;
637 if (div > 0)
638 return ieee80211_set_channel(local, -1, freq->m / div);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/cgi-bin/
H A Djquery.flexbox.min.js11 $.flexbox = function(div, o) {
42 // TEST: IE7: when two non-paging ffbs right after each other, with only a clear-both div between them, the bottom ffb jumps down when selecting a value, then jumps back up on mouseover
57 $div = $(div).css('position', 'relative').css('z-index', 0);
59 // The hiddenField MUST be appended to the div before the input, or IE7 does not shift the dropdown below the input field (it overlaps)
61 .attr('id', $div.attr('id') + '_hidden')
62 .attr('name', $div.attr('id'))
64 .appendTo($div);
66 .attr('id', $div.attr('id') + '_input')
70 .appendTo($div)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/script/
H A Djquery.flexbox.min.js11 $.flexbox = function(div, o) {
42 // TEST: IE7: when two non-paging ffbs right after each other, with only a clear-both div between them, the bottom ffb jumps down when selecting a value, then jumps back up on mouseover
57 $div = $(div).css('position', 'relative').css('z-index', 0);
59 // The hiddenField MUST be appended to the div before the input, or IE7 does not shift the dropdown below the input field (it overlaps)
61 .attr('id', $div.attr('id') + '_hidden')
62 .attr('name', $div.attr('id'))
64 .appendTo($div);
66 .attr('id', $div.attr('id') + '_input')
70 .appendTo($div)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dhead.S932 PATCH_IT(.div, .div_patch)
933 PATCH_IT(.div+0x08, .div_patch+0x08)
934 PATCH_IT(.div+0x10, .div_patch+0x10)
935 PATCH_IT(.div+0x18, .div_patch+0x18)
936 PATCH_IT(.div+0x20, .div_patch+0x20)

Completed in 302 milliseconds

123456