Home
last modified time | relevance | path

Searched refs:shifting (Results 1 – 21 of 21) sorted by relevance

/linux/arch/powerpc/lib/
H A Ddiv64.S29 cntlzw r0,r5 # we are shifting the dividend right
30 li r10,-1 # to make it < 2^32, and shifting
/linux/arch/powerpc/boot/
H A Ddiv64.S29 cntlzw r0,r5 # we are shifting the dividend right
30 li r10,-1 # to make it < 2^32, and shifting
/linux/drivers/video/fbdev/omap2/omapfb/displays/
H A DKconfig20 shifting.
/linux/arch/arm/lib/
H A Dlib1funcs.S65 @ division loop. Continue shifting until the divisor is
152 @ division loop. Continue shifting until the divisor is
/linux/drivers/mtd/nand/raw/
H A Dstm32_fmc2_nand.c537 u32 i, shifting = 1; in stm32_fmc2_nfc_ham_correct() local
553 bit_position += shifting; in stm32_fmc2_nfc_ham_correct()
560 shifting <<= 1; in stm32_fmc2_nfc_ham_correct()
565 shifting = 1; in stm32_fmc2_nfc_ham_correct()
569 byte_addr += shifting; in stm32_fmc2_nfc_ham_correct()
576 shifting <<= 1; in stm32_fmc2_nfc_ham_correct()
/linux/Documentation/fb/
H A Ddeferred_io.rst39 say diagonally shifting RGB, this may then be a mechanism for you to allow
/linux/arch/xtensa/lib/
H A Dmemcopy.S125 _bany a3, a8, .Lsrcunaligned # then use shifting copy
386 _bany a3, a8, .Lbacksrcunaligned # then use shifting copy
/linux/arch/parisc/kernel/
H A Dperf_asm.S118 ; shifting is done, from or to, remote diagnose registers.
1368 ; shifting is done, from or to, the remote diagnose registers.
/linux/Documentation/core-api/
H A Dpacking.rst21 required fields by shifting the appropriate number of bits. But this would
25 Many drivers take the bit-shifting approach and then attempt to reduce the
H A Dswiotlb.rst182 the code uses shifting and bit masking to do many of the calculations. The
/linux/arch/m68k/fpsp040/
H A Dround.S272 | is done by shifting the mantissa left while decrementing the
329 subl %d0,%d5 |make op a denorm by shifting bits
334 | ;while shifting
H A Dx_unfl.S10 | shifting the mantissa right while incrementing the exponent until
H A Dscale.S176 lsrl #1,%d1 |while shifting the
H A Ddecbin.S468 bnes e_loop |not zero, continue shifting
/linux/arch/sh/kernel/cpu/sh3/
H A Dentry.S328 shll k0 ! Check MD bit (bit30) by shifting it into...
/linux/net/xfrm/
H A Dxfrm_iptfs.c1484 u32 beyond, shifting, slot; in __reorder_future_shifts() local
1564 shifting = min(savedlen, beyond); in __reorder_future_shifts()
1569 for (slot = 1; slot <= shifting; slot++, wnext++) { in __reorder_future_shifts()
/linux/Documentation/driver-api/
H A Dpwm.rst66 EMI by phase shifting the individual channels of a chip.
/linux/Documentation/doc-guide/
H A Dcontributing.rst257 really don't want to keep shifting them around, though.
/linux/Documentation/driver-api/mtd/
H A Dnand_ecc.rst352 we'll bring rp4 to 15 back to single byte entities by shifting and
/linux/Documentation/scsi/
H A DChangeLog.lpfc1794 instead of saving a private copy that undergoes varied shifting
/linux/arch/m68k/ifpsp060/src/
H A Dfpsp.S8490 #----normalize the input value by left shifting k bits (k to be determined