Home
last modified time | relevance | path

Searched refs:shifted (Results 1 – 25 of 49) sorted by relevance

12

/linux-6.12.1/net/sunrpc/auth_gss/
Dgss_krb5_wrap.c74 int shifted = 0; in _rotate_left() local
78 while (shifted < shift) { in _rotate_left()
79 this_shift = min(shift - shifted, LOCAL_BUF_LEN); in _rotate_left()
81 shifted += this_shift; in _rotate_left()
/linux-6.12.1/arch/arm/nwfpe/
Dsoftfloat-macros35 bits are shifted off, they are ``jammed'' into the least significant bit of
60 bits are shifted off, they are ``jammed'' into the least significant bit of
88 _plus_ the number of bits given in `count'. The shifted result is at most
90 bits shifted off form a second 64-bit result as follows: The _last_ bit
91 shifted off is the most-significant bit of the extra result, and the other
93 bits shifted off were all zero. This extra result is stored in the location
97 value is shifted right by the number of bits given in `count', and the
135 number of bits given in `count'. Any bits shifted off are lost. The value
168 number of bits given in `count'. If any nonzero bits are shifted off, they
212 by 64 _plus_ the number of bits given in `count'. The shifted result is
[all …]
/linux-6.12.1/drivers/media/rc/
Dserial_ir.c182 unsigned char chunk, shifted; in send_pulse_irdeo() local
191 shifted = chunk << (i * 3); in send_pulse_irdeo()
192 shifted >>= 1; in send_pulse_irdeo()
193 output &= (~shifted); in send_pulse_irdeo()
/linux-6.12.1/arch/arm/mm/
Dcache-v7.S52 mov r3, r3, lsl r1 @ NumWays-1 shifted into bits [31:...]
53 movs r1, r2, lsl r1 @ #1 shifted left by same amount
158 movne r4, r4, lsl r5 @ # of ways shifted into bits [31:...]
159 movne r6, r6, lsl r5 @ 1 shifted left by same amount
/linux-6.12.1/Documentation/driver-api/
Dspi.rst9 duplex protocol; for each bit shifted out the MOSI line (one per clock)
10 another is shifted in on the MISO line. Those bits are assembled into
Dntb.rst143 shifted by one in each round, to test the behavior of multiple doorbell bits
158 series begins once all the doorbell bits have been shifted out of
/linux-6.12.1/Documentation/devicetree/bindings/rtc/
Depson,rx6110.txt28 - spi-cpha: RX6110 works with SPI shifted clock phase
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-driver-hid-prodikeys26 The octave can be shifted via software up/down 2 octaves.
Dsysfs-driver-hid-roccat-kone39 number the decimal point has to be shifted 2 positions to the
/linux-6.12.1/arch/m68k/fpsp040/
Dsgetem.S109 | shifted bits in d0 and d1
134 | ;be shifted into ms mant
Dround.S375 | ;be shifted into ms mant
445 | ; shifted off in denorm routine)
458 | ; shifted off in denorm routine)
Dbinstr.S17 | shift and a mul by 8 shift. The bits shifted out of the
/linux-6.12.1/sound/soc/cirrus/
DKconfig25 state machine and the whole stream can be shifted by one byte
/linux-6.12.1/Documentation/devicetree/bindings/bus/
Dmoxtet.txt8 - spi-cpha : Required shifted clock phase
/linux-6.12.1/arch/powerpc/lib/
Ddiv64.S39 divwu r11,r11,r9 # then we divide the shifted quantities
/linux-6.12.1/Documentation/i2c/
Dslave-interface.rst113 only means that the previous byte is shifted out to the bus! To ensure seamless
115 still shifted out. If the master sends NACK and stops reading after the byte
116 currently shifted out, this byte requested here is never used. It very likely
/linux-6.12.1/arch/sh/kernel/
Dentry-common.S262 * Note: When we're first called, the TRA value must be shifted
/linux-6.12.1/Documentation/driver-api/media/drivers/
Dcx88-devel.rst88 Bits are then right shifted into the GP_SAMPLE register at the specified
Dradiotrack.rst114 The bits are shifted in LSb first.
/linux-6.12.1/arch/powerpc/boot/
Ddiv64.S39 divwu r11,r11,r9 # then we divide the shifted quantities
/linux-6.12.1/Documentation/input/devices/
Drotary-encoder.rst11 peripherals with two wires. The outputs are phase-shifted by 90 degrees
/linux-6.12.1/arch/parisc/kernel/
Dperf_asm.S86 ;* is shifted shifted backup immediately. This is to compensate
/linux-6.12.1/Documentation/staging/
Dcrc32.rst53 Notice how, to get at bit 32 of the shifted remainder, we look
167 in parallel. Each step, the 32-bit CRC is shifted 64 bits and XORed
/linux-6.12.1/Documentation/ABI/obsolete/
Dsysfs-driver-hid-roccat-kovaplus48 number the decimal point has to be shifted 2 positions to the
Dsysfs-driver-hid-roccat-pyra37 number the decimal point has to be shifted 2 positions to the

12