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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-s3c2410/
H A Dpm.c59 unsigned long calc = 0; local
64 calc += __raw_readl(base+ptr);
66 __raw_writel(calc, phys_to_virt(H1940_SUSPEND_CHECKSUM));
75 unsigned long calc = 0; local
80 calc += __raw_readl(base+ptr);
82 __raw_writel(calc, phys_to_virt(H1940_SUSPEND_CHECKSUM));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Dqos.c28 static unsigned calc(unsigned bw, unsigned pct) function
364 if (ceil > 0) sprintf(s, "ceil %ukbit ", calc(bw, ceil));
373 x, calc(bw, rate), s, burst_leaf, (i >= 6) ? 7 : (i + 1), mtu,
419 unsigned int u = calc(bw, rate);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Ds3c2410.c600 unsigned int calc; member in struct:baud_calc
605 static int s3c24xx_serial_calcbaud(struct baud_calc *calc, argument
612 calc->src = clk_get(port->dev, clksrc->name);
613 if (calc->src == NULL || IS_ERR(calc->src))
616 rate = clk_get_rate(calc->src);
619 calc->clksrc = clksrc;
620 calc->quot = (rate + (8 * baud)) / (16 * baud);
621 calc->calc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-s3c24xx/
H A Dpm.c313 u32 calc; local
336 calc = crc32_le(~0, ptr, left);
337 if (calc != *val) {
339 "%08lx (%08x vs %08x)\n", addr, calc, *val);
342 addr, calc, *val);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dsint.S147 bgt in_rnge |if 63 >= exp > 0, do calc
H A Dbindec.S384 movel %d6,%d0 |calc ILOG + 1 - LEN in d0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Disp.S1341 bra.l calc_mem_ind # calc memory indirect
1457 bra.l calc_mem_ind # calc memory indirect
2431 bsr.l _calc_ea # calc <ea>
2547 beq.b mul64_alg # unsigned; skip sgn calc
H A Dpfpsp.S2982 # call fmovm_calc_ea which will go through the ea calc process and,
3848 # _dcalc_ea(): calc correct <ea> from <ea> stacked on exception #
5050 bne.w fcalc_mem_ind # calc memory indirect
5845 bpl.b denorm_set_stky # yes; just calc sticky
7414 bsr.l unf_res # calc default underflow result
7465 bsr.l ovf_res # calc OVFL result
7643 bsr.l unf_res # calc default underflow result
7686 bsr.l ovf_res # calc OVFL result
13250 bra.b pwrten # go calc pwrten
13791 mov.l %d6,%d0 # calc ILO
[all...]
H A Dfpsp.S2983 # call fmovm_calc_ea which will go through the ea calc process and,
9598 fintrz.x SRC(%a0),%fp0 # calc int of src
10242 bsr.l unf_sub # calc default unfl result
10254 bsr.l unf_sub # calc default unfl result
10320 bsr.l ovf_res # calc default ovfl result
10333 bsr.l ovf_res # calc default ovfl result
19001 bne.w fcalc_mem_ind # calc memory indirect
19335 # _dcalc_ea(): calc correct <ea> from <ea> stacked on exception #
19788 # (1) calc ea - must read AFTER you know the src type since #
19817 # (1) calc e
[all...]

Completed in 258 milliseconds