| /linux/lib/crypto/arm/ |
| 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 …]
|
| /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/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 | ad5761.c | 76 u8 d8[4]; member 119 return spi_write(st->spi, &st->data[0].d8[1], 3); in _ad5761_spi_write() 139 .tx_buf = &st->data[0].d8[1], in _ad5761_spi_read() 143 .tx_buf = &st->data[1].d8[1], in _ad5761_spi_read() 144 .rx_buf = &st->data[2].d8[1], in _ad5761_spi_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 | ad5755.c | 198 u8 d8[4]; member 259 return spi_write(st->spi, &st->data[0].d8[1], 3); in ad5755_write_unlocked() 301 .tx_buf = &st->data[0].d8[1], in ad5755_read() 305 .tx_buf = &st->data[1].d8[1], in ad5755_read() 306 .rx_buf = &st->data[1].d8[1], in ad5755_read()
|
| /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()
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-sh_mobile.c | 39 /* BUS: S A8 ACK D8(1) ACK P(*) */ 43 /* ICDR: A8 D8(1) */ 46 /* BUS: S A8 ACK D8(1) ACK D8(2) ACK P(*) */ 50 /* ICDR: A8 D8(1) D8(2) */ 60 /* BUS: S A8 ACK | D8(1) ACK P(*) */ 64 /* ICDR: A8 | D8(1) */ 67 /* BUS: S A8 ACK | D8(1) ACK D8(2) ACK P(*) */ 71 /* ICDR: A8 | D8(1) D8(2) */ 74 /* BUS: S A8 ACK | D8(1) ACK D8(2) ACK D8(3) ACK P */ 78 /* ICDR: A8 | D8(1) D8(2) D8(3) */
|
| /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/arch/arm/crypto/ |
| 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/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/drivers/gpu/drm/tests/ |
| H A D | drm_kunit_edid.h | 9 * 00 ff ff ff ff ff ff 00 31 d8 2a 00 00 00 00 00 78 * 00 ff ff ff ff ff ff 00 31 d8 2a 00 00 00 00 00 191 * 00 ff ff ff ff ff ff 00 31 d8 2a 00 00 00 00 00 299 * 00 ff ff ff ff ff ff 00 31 d8 2a 00 00 00 00 00 407 * 00 ff ff ff ff ff ff 00 31 d8 2a 00 00 00 00 00 521 * 00 ff ff ff ff ff ff 00 31 d8 2a 00 00 00 00 00 641 * 00 ff ff ff ff ff ff 00 31 d8 34 00 00 00 00 00 651 * 00 00 01 03 6d d8 5d c4 01 28 80 07 00 00 00 00 712 * Vendor-Specific Data Block (HDMI Forum), OUI C4-5D-D8: 757 * 00 ff ff ff ff ff ff 00 31 d8 34 00 00 00 00 00 [all …]
|
| /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/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/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";
|
| /linux/arch/x86/coco/sev/ |
| H A D | vc-handle.c | 249 u64 d8; in vc_write_mem() local 252 memcpy(&d8, buf, 8); in vc_write_mem() 253 if (__put_user(d8, target)) in vc_write_mem() 328 u64 d8; in vc_read_mem() local 330 if (__get_user(d8, s)) in vc_read_mem() 332 memcpy(buf, &d8, 8); in vc_read_mem()
|
| /linux/Documentation/devicetree/bindings/rng/ |
| H A D | ingenic,rng.yaml | 32 rng: rng@d8 {
|