/linux/arch/arm/crypto/ |
H A D | curve25519-core.S | 61 vld1.8 {d8}, [r2] 220 vld1.8 {d8-d9}, [r4, : 128]! 266 vst1.8 {d8-d9}, [r5, : 128]! 270 vst1.8 {d8-d9}, [r5, : 128]! 294 vld1.8 {d8-d9}, [r5, : 128]! 322 vmlal.s32 q13, d8, d22 327 vmlal.s32 q1, d8, d23 337 vmlal.s32 q11, d8, d1 339 vmull.s32 q15, d10, d8 346 vmlal.s32 q2, d11, d8 [all …]
|
H A D | blake2b-neon-core.S | 177 vadd.u64 d8, d8, d13 184 veor d7, d7, d8 218 vadd.u64 d8, d8, d13 225 veor d19, d7, d8
|
/linux/Documentation/admin-guide/media/ |
H A D | dvb-usb-dibusb-mb-cardlist.rst | 18 - 05d8:8105, 05d8:8106 20 - 05d8:8107, 05d8:8108 24 - 05d8:8109, 05d8:810a
|
H A D | dvb-usb-dibusb-mc-cardlist.rst | 16 - 05d8:8109, 05d8:810a 18 - 05d8:810b, 05d8:810c
|
/linux/drivers/iio/adc/ |
H A D | ad7292.c | 87 u8 d8[2]; member 94 st->d8[0] = AD7292_RD_FLAG_MSK(addr); in ad7292_spi_reg_read() 96 ret = spi_write_then_read(st->spi, st->d8, 1, &st->d16, 2); in ad7292_spi_reg_read() 109 st->d8[0] = AD7292_RD_FLAG_MSK(addr); in ad7292_spi_subreg_read() 110 st->d8[1] = sub_addr; in ad7292_spi_subreg_read() 112 ret = spi_write_then_read(st->spi, st->d8, 2, &st->d16, len); in ad7292_spi_subreg_read() 126 .tx_buf = &st->d8, in ad7292_single_conversion() 138 st->d8[0] = chan_addr; in ad7292_single_conversion() 139 st->d8[1] = AD7292_RD_FLAG_MSK(AD7292_REG_CONV_COMM); in ad7292_single_conversion()
|
H A D | ti-ads8688.c | 72 u8 d8[4]; member 195 return spi_write(st->spi, &st->data[0].d8[1], 3); in ads8688_prog_write() 207 return spi_write(st->spi, &st->data[0].d8[0], 4); in ads8688_reset() 217 .tx_buf = &st->data[0].d8[0], in ads8688_read() 221 .tx_buf = &st->data[1].d8[0], in ads8688_read() 222 .rx_buf = &st->data[1].d8[0], in ads8688_read()
|
H A D | ltc2497.c | 37 u8 d8[3]; member 50 ret = i2c_master_recv(st->client, (char *)&st->data.d8, in ltc2497_result_and_measure() 67 *val = (get_unaligned_be24(st->data.d8) >> 6) in ltc2497_result_and_measure()
|
H A D | ad7768-1.c | 175 u8 d8[2]; member 186 st->data.d8[0] = AD7768_RD_FLAG_MSK(addr); in ad7768_spi_reg_read() 188 ret = spi_write_then_read(st->spi, st->data.d8, 1, in ad7768_spi_reg_read() 200 st->data.d8[0] = AD7768_WR_FLAG_MSK(addr); in ad7768_spi_reg_write() 201 st->data.d8[1] = val & 0xFF; in ad7768_spi_reg_write() 203 return spi_write(st->spi, st->data.d8, 2); in ad7768_spi_reg_write()
|
/linux/drivers/iio/dac/ |
H A D | ad5686-spi.c | 26 buf = &st->data[0].d8[0]; in ad5686_spi_write() 32 buf = &st->data[0].d8[1]; in ad5686_spi_write() 39 buf = &st->data[0].d8[1]; in ad5686_spi_write() 53 .tx_buf = &st->data[0].d8[1], in ad5686_spi_read() 57 .tx_buf = &st->data[1].d8[1], in ad5686_spi_read() 58 .rx_buf = &st->data[2].d8[1], in ad5686_spi_read()
|
H A D | ad5764.c | 64 u8 d8[4]; member 133 ret = spi_write(st->spi, &st->data[0].d8[1], 3); in ad5764_write() 146 .tx_buf = &st->data[0].d8[1], in ad5764_read() 150 .rx_buf = &st->data[1].d8[1], in ad5764_read()
|
H A D | ad5696-i2c.c | 23 .buf = &st->data[0].d8[1], in ad5686_i2c_read() 54 ret = i2c_master_send(i2c, &st->data[0].d8[1], 3); in ad5686_i2c_write()
|
H A D | ad5360.c | 87 u8 d8[4]; member 203 return spi_write(st->spi, &st->data[0].d8[1], 3); in ad5360_write_unlocked() 226 .tx_buf = &st->data[0].d8[1], in ad5360_read() 230 .rx_buf = &st->data[1].d8[1], in ad5360_read()
|
/linux/arch/arm/include/uapi/asm/ |
H A D | byteorder.h | 7 * 0 = d0...d7, 1 = d8...d15, 2 = d16...d23, 3 = d24...d31 12 * 0 = d24...d31, 1 = d16...d23, 2 = d8...d15, 3 = d0...d7
|
H A D | swab.h | 7 * 0 = d0...d7, 1 = d8...d15, 2 = d16...d23, 3 = d24...d31 12 * 0 = d24...d31, 1 = d16...d23, 2 = d8...d15, 3 = d0...d7
|
/linux/arch/arm/include/asm/ |
H A D | swab.h | 7 * 0 = d0...d7, 1 = d8...d15, 2 = d16...d23, 3 = d24...d31 12 * 0 = d24...d31, 1 = d16...d23, 2 = d8...d15, 3 = d0...d7
|
/linux/arch/arm64/boot/dts/ti/ |
H A D | k3-am65-iot2050-arduino-connector.dtsi | 471 "d8-ehrpwm4-a", "d8-gpio", "d8-gpio-pullup", "d8-gpio-pulldown", 617 d8_ehrpwm4_a: d8-ehrpwm4-a-pins { 624 d8_gpio: d8-gpio-pins { 631 d8_gpio_pullup: d8-gpio-pullup-pins { 638 d8_gpio_pulldown: d8-gpio-pulldown-pins {
|
/linux/drivers/ata/ |
H A D | pata_hpt366.c | 136 "Maxtor 91360D8", "Maxtor 91190D7", "Maxtor 91020D6", "Maxtor 90845D5", 138 "Maxtor 91152D8", "Maxtor 91008D7", "Maxtor 90845D6", "Maxtor 90840D6", 142 "Maxtor 91000D8", "Maxtor 90910D8", "Maxtor 90875D7", "Maxtor 90840D7", 144 "Maxtor 91728D8", "Maxtor 91512D7", "Maxtor 91303D6", "Maxtor 91080D5",
|
/linux/Documentation/driver-api/mtd/ |
H A D | spi-nor.rst | 137 d8 (8.00 KiB) [1] 138 d8 (32.0 KiB) [2] 139 d8 (64.0 KiB) [3]
|
/linux/arch/powerpc/crypto/ |
H A D | aes-tab-4k.S | 55 .long R(e2, 71, 71, 93), R(ab, d8, d8, 73) 125 .long R(d8, 6c, 6c, b4), R(ac, 56, 56, fa) 139 .long R(90, 48, 48, d8), R(06, 03, 03, 05) 243 .long R(56, 7d, 2c, d8), R(22, 33, 90, ef) 250 .long R(f6, 8d, 13, c2), R(90, d8, b8, e8) 265 .long R(e0, 90, d0, b0), R(33, a7, d8, 15) 289 .long R(d8, b4, e4, 9c), R(64, 56, c1, 90)
|
/linux/arch/x86/math-emu/ |
H A D | fpu_entry.c | 52 /* Opcode: d8 d9 da db */ 60 /* d8..f */ fcompst, fstp_i,/*u*/ fcmovu, fcmovnu, 61 /* d8..f */ fcompst,/*u*/ fstp_i, fcompp, fstp_i,/*u*/ 84 /* Opcode: d8 d9 da db dc dd de df */ 88 /* d8..f */ _REGIc, _REG0_, _REGIn, _REGIn, _REGIc, _REG0_, _REGIc, _REG0_,
|
/linux/arch/arm/boot/dts/microchip/ |
H A D | at91-sama5d4_xplained.dts | 265 led-d8 { 266 label = "d8";
|
H A D | at91sam9n12ek.dts | 210 led-d8 { 211 label = "d8";
|
H A D | at91-sama5d4ek.dts | 290 led-d8 { 291 label = "d8";
|
/linux/lib/842/ |
H A D | 842.h | 27 * "Data" actions, indicated in the table by D2, D4, and D8, mean that the 121 #define D8 (OP_ACTION_DATA | OP_AMOUNT_8) macro
|
/linux/Documentation/devicetree/bindings/rng/ |
H A D | ingenic,rng.yaml | 32 rng: rng@d8 {
|