Home
last modified time | relevance | path

Searched full:d8 (Results 1 – 25 of 181) sorted by relevance

12345678

/linux/arch/arm/crypto/
H A Dcurve25519-core.S61 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 Dblake2b-neon-core.S177 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 Ddvb-usb-dibusb-mb-cardlist.rst18 - 05d8:8105, 05d8:8106
20 - 05d8:8107, 05d8:8108
24 - 05d8:8109, 05d8:810a
H A Ddvb-usb-dibusb-mc-cardlist.rst16 - 05d8:8109, 05d8:810a
18 - 05d8:810b, 05d8:810c
/linux/drivers/iio/adc/
H A Dad7292.c87 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 Dti-ads8688.c72 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 Dltc2497.c37 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 Dad7768-1.c175 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 Dad5686-spi.c26 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 Dad5764.c64 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 Dad5696-i2c.c23 .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 Dad5360.c87 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 Dbyteorder.h7 * 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 Dswab.h7 * 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 Dswab.h7 * 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 Dk3-am65-iot2050-arduino-connector.dtsi471 "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 Dpata_hpt366.c136 "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 Dspi-nor.rst137 d8 (8.00 KiB) [1]
138 d8 (32.0 KiB) [2]
139 d8 (64.0 KiB) [3]
/linux/arch/powerpc/crypto/
H A Daes-tab-4k.S55 .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 Dfpu_entry.c52 /* 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 Dat91-sama5d4_xplained.dts265 led-d8 {
266 label = "d8";
H A Dat91sam9n12ek.dts210 led-d8 {
211 label = "d8";
H A Dat91-sama5d4ek.dts290 led-d8 {
291 label = "d8";
/linux/lib/842/
H A D842.h27 * "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 Dingenic,rng.yaml32 rng: rng@d8 {

12345678