Home
last modified time | relevance | path

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

12

/Linux-v4.19/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-v4.19/arch/h8300/lib/
Dudivsi3.S55 ;; er0 contains shifted dividend
57 ;; er2 contains shifted divisor
/Linux-v4.19/net/sunrpc/auth_gss/
Dgss_krb5_wrap.c420 int shifted = 0; in _rotate_left() local
424 while (shifted < shift) { in _rotate_left()
425 this_shift = min(shift - shifted, LOCAL_BUF_LEN); in _rotate_left()
427 shifted += this_shift; in _rotate_left()
/Linux-v4.19/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
/Linux-v4.19/Documentation/devicetree/bindings/rtc/
Depson,rx6110.txt28 - spi-cpha: RX6110 works with SPI shifted clock phase
/Linux-v4.19/drivers/media/rc/
Dserial_ir.c189 unsigned char chunk, shifted; in send_pulse_irdeo() local
198 shifted = chunk << (i * 3); in send_pulse_irdeo()
199 shifted >>= 1; in send_pulse_irdeo()
200 output &= (~shifted); in send_pulse_irdeo()
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-driver-hid-prodikeys26 The octave can be shifted via software up/down 2 octaves.
/Linux-v4.19/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-v4.19/Documentation/devicetree/bindings/mux/
Dmmio-mux.txt9 - mux-reg-masks : an array of register offset and pre-shifted bitfield mask
/Linux-v4.19/Documentation/devicetree/bindings/eeprom/
Dat25.txt19 - spi-cpha : SPI shifted clock phase, as per spi-bus bindings.
/Linux-v4.19/arch/powerpc/lib/
Ddiv64.S43 divwu r11,r11,r9 # then we divide the shifted quantities
/Linux-v4.19/Documentation/i2c/
Dslave-interface105 only means that the previous byte is shifted out to the bus! To ensure seamless
107 still shifted out. If the master sends NACK and stops reading after the byte
108 currently shifted out, this byte requested here is never used. It very likely
/Linux-v4.19/sound/soc/cirrus/
DKconfig20 state machine and the whole stream can be shifted by one byte
/Linux-v4.19/Documentation/devicetree/bindings/i2c/
Di2c-ocores.txt17 - reg-shift : device register offsets are shifted by this value
/Linux-v4.19/Documentation/devicetree/bindings/serial/
Dsnps-dw-apb-uart.txt23 not present then the register offsets are not shifted.
/Linux-v4.19/arch/powerpc/boot/
Ddiv64.S43 divwu r11,r11,r9 # then we divide the shifted quantities
/Linux-v4.19/Documentation/input/devices/
Drotary-encoder.rst11 peripherals with two wires. The outputs are phase-shifted by 90 degrees
/Linux-v4.19/arch/parisc/kernel/
Dperf_asm.S99 ;* is shifted shifted backup immediately. This is to compensate
/Linux-v4.19/Documentation/devicetree/bindings/spi/
Dspi-bus.txt68 - spi-cpha - Empty property indicating device requires shifted clock
/Linux-v4.19/Documentation/
Dcrc32.txt53 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
Dntb.txt137 shifted by one in each round, to test the behavior of multiple doorbell bits
152 series begins once all the doorbell bits have been shifted out of
/Linux-v4.19/arch/x86/crypto/
Daesni-intel_asm.S546 pxor \TMP3, \TMP2 # xor the shifted versions
563 pxor \TMP3,\TMP2 # xor the shifted versions
1163 pxor \TMP3, \TMP2 # xor the shifted versions
1178 pxor \TMP3,\TMP2 # xor the shifted versions
1375 pxor \TMP3, \TMP2 # xor the shifted versions
1390 pxor \TMP3,\TMP2 # xor the shifted versions
1474 pxor \TMP3, \TMP2 # xor the shifted versions
1489 pxor \TMP3, \TMP2 # xor the shifted versions
/Linux-v4.19/Documentation/media/v4l-drivers/
Dcx88.rst138 Bits are then right shifted into the GP_SAMPLE register at the specified

12