Searched refs:amount (Results 1 - 25 of 70) sorted by path

123

/linux-master/arch/arm/lib/
H A Dlib1funcs.S64 @ four bits, since this is the amount of unwinding in the main
151 @ four bits, since this is the amount of unwinding in the main
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S10856 mov.l %d2, %d0 # return shift amount
10866 add.l &32, %d2 # add 32 to shft amount
10871 mov.l %d2, %d0 # return shift amount
H A Dfpsp.S15853 # d0 = scale amount #
21336 # d0 = amount to increment by #
21347 # For a7, if the increment amount is one, then we have to #
21400 # d0 = amount to decrement by #
21411 # For a7, if the decrement amount is one, then we have to #
22337 mov.l %d2, %d0 # return shift amount
22347 add.l &32, %d2 # add 32 to shft amount
22352 mov.l %d2, %d0 # return shift amount
23191 # this routine calculates the amount needed to normalize the mantissa
/linux-master/arch/parisc/kernel/
H A Dperf_asm.S137 extrd,u arg1,63,6,%r1 ; setup shift amount by bits to move
/linux-master/arch/parisc/math-emu/
H A Dhppa.h14 /* amount is assumed to be a constant between 0 and 32 (non-inclusive) */
15 #define Shiftdouble(left,right,amount,dest) \
16 /* int left, right, amount, dest; */ \
17 dest = ((left) << (32-(amount))) | ((unsigned int)(right) >> (amount))
19 /* amount must be less than 32 */
20 #define Variableshiftdouble(left,right,amount,dest) \
21 /* unsigned int left, right; int amount, dest; */ \
22 if (amount == 0) dest = right; \
23 else dest = ((((unsigned) left)&0x7fffffff) << (32-(amount))) | \
[all...]
/linux-master/arch/powerpc/boot/
H A Ddiv64.S31 srw r10,r10,r0 # the divisor right the same amount,
/linux-master/arch/powerpc/lib/
H A Ddiv64.S31 srw r10,r10,r0 # the divisor right the same amount,
/linux-master/include/sound/
H A Dsoundfont.h113 int snd_sf_linear_to_log(unsigned int amount, int offset, int ratio);
/linux-master/arch/alpha/lib/
H A Dev6-copy_user.S55 ble $1, $onebyteloop # .. .. U .. : 1st branch : small amount of data
196 * to quadword stuff for a small amount of data.
/linux-master/arch/arm/crypto/
H A Dpoly1305-armv4.pl606 @ of 52-bit numbers as long as the amount of addends is not a
625 @ to minimize amount of instructions [as well as amount of
/linux-master/arch/arm/kernel/
H A Dentry-armv.S844 * SP points to a minimal amount of processor-private memory, the address
/linux-master/arch/arm/mm/
H A Dcache-v7.S52 movs r1, r2, lsl r1 @ #1 shifted left by same amount
158 movne r6, r6, lsl r5 @ 1 shifted left by same amount
/linux-master/arch/mips/mti-malta/
H A Dmalta-time.c51 static unsigned int freqround(unsigned int freq, unsigned int amount) argument
53 freq += amount;
54 freq -= freq % (amount*2);
/linux-master/arch/x86/boot/
H A Dheader.S433 # data, plus a small amount extra to keep the algorithm safe. The
452 # All of which is enough to compute an amount of extra data that is required
/linux-master/arch/x86/crypto/
H A Daesni-intel_asm.S673 # Set r10 to be the amount of data left in CYPH_PLAIN_IN after filling
709 # Set r10 to be the amount of data left in CYPH_PLAIN_IN after filling
H A Daesni-intel_avx-x86_64.S754 # Set r10 to be the amount of data left in CYPH_PLAIN_IN after filling
790 # Set r10 to be the amount of data left in CYPH_PLAIN_IN after filling
H A Dcrc32c-pcl-intel-asm_64.S109 and $7, %bufp # calculate the unalignment amount of
/linux-master/arch/xtensa/lib/
H A Dmemcopy.S196 __ssa8 a3 # set shift amount from byte offset
459 __ssa8 a3 # set shift amount from byte offset
H A Dusercopy.S80 __ssa8 a3 # set shift amount from byte offset
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_mode.h454 uint16_t amount; member in struct:amdgpu_atom_ss
H A Datombios_crtc.c292 args.v3.usSpreadSpectrumAmount = cpu_to_le16(ss->amount);
865 /* calculate ss amount and step size */
867 u32 amount = (((fb_div * 10) + frac_fb_div) * local
870 amdgpu_crtc->ss.amount = (amount / 10) & ATOM_PPLL_SS_AMOUNT_V2_FBDIV_MASK;
871 amdgpu_crtc->ss.amount |= ((amount - (amount / 10)) << ATOM_PPLL_SS_AMOUNT_V2_NFRAC_SHIFT) &
874 step_size = (4 * amount * ref_div * ((u32)amdgpu_crtc->ss.rate * 2048)) /
877 step_size = (2 * amount * ref_di
[all...]
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_bo5039.c52 u32 amount, stride, height; local
58 amount = min(length, (u64)(4 * 1024 * 1024));
60 height = amount / stride;
128 length -= amount;
129 src_offset += amount;
130 dst_offset += amount;
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dnv20.c38 uint32_t amount, off; local
53 amount = nvkm_rd32(device, 0x10020c);
54 for (off = amount; off > 0x2000000; off -= 0x2000000)
57 amount = nvkm_rd32(device, 0x10020c);
58 if (amount != fbmem_peek(fb, amount - 4))
/linux-master/drivers/gpu/drm/radeon/
H A Datombios_crtc.c496 args.v3.usSpreadSpectrumAmount = cpu_to_le16(ss->amount);
515 args.v2.usSpreadSpectrumAmount = cpu_to_le16(ss->amount);
1111 /* calculate ss amount and step size */
1114 u32 amount = (((fb_div * 10) + frac_fb_div) * local
1117 radeon_crtc->ss.amount = (amount / 10) & ATOM_PPLL_SS_AMOUNT_V2_FBDIV_MASK;
1118 radeon_crtc->ss.amount |= ((amount - (amount / 10)) << ATOM_PPLL_SS_AMOUNT_V2_NFRAC_SHIFT) &
1121 step_size = (4 * amount * ref_di
[all...]
H A Dradeon_mode.h309 uint16_t amount; member in struct:radeon_atom_ss

Completed in 814 milliseconds

123