| /kernel/linux/linux-5.10/Documentation/admin-guide/media/ |
| D | dvb-usb-dibusb-mb-cardlist.rst | 18 - 05d8:8105, 05d8:8106 20 - 05d8:8107, 05d8:8108 24 - 05d8:8109, 05d8:810a
|
| D | dvb-usb-dibusb-mc-cardlist.rst | 16 - 05d8:8109, 05d8:810a 18 - 05d8:810b, 05d8:810c
|
| /kernel/linux/linux-5.10/arch/arm/crypto/ |
| D | poly1305-core.S_shipped | 479 vdup.32 d8,r5 515 vmlal.u32 q8,d7,d8[1] 516 vmlal.u32 q5,d1,d8[1] 517 vmlal.u32 q6,d3,d8[1] 518 vmlal.u32 q7,d5,d8[1] 589 vshrn.u64 d8,q7,#26 592 vadd.i32 d16,d16,d8 @ h2 -> h3 597 vshr.u32 d8,d16,#26 600 vadd.i32 d18,d18,d8 @ h3 -> h4 617 vshl.u32 d8,d7,#2 [all …]
|
| 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 …]
|
| /kernel/linux/linux-5.10/drivers/crypto/stm32/ |
| D | stm32-crc32.c | 147 static int burst_update(struct shash_desc *desc, const u8 *d8, in burst_update() argument 163 ctx->partial = crc32_le(ctx->partial, d8, length); in burst_update() 165 ctx->partial = __crc32c_le(ctx->partial, d8, length); in burst_update() 181 if (d8 != PTR_ALIGN(d8, sizeof(u32))) { in burst_update() 185 while (d8 != PTR_ALIGN(d8, sizeof(u32)) && length) { in burst_update() 186 writeb_relaxed(*d8++, crc->regs + CRC_DR); in burst_update() 194 for (; length >= sizeof(u32); d8 += sizeof(u32), length -= sizeof(u32)) in burst_update() 195 writel_relaxed(*((u32 *)d8), crc->regs + CRC_DR); in burst_update() 202 writeb_relaxed(*d8++, crc->regs + CRC_DR); in burst_update() 217 static int stm32_crc_update(struct shash_desc *desc, const u8 *d8, in stm32_crc_update() argument [all …]
|
| /kernel/linux/linux-5.10/drivers/iio/dac/ |
| 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()
|
| D | ad5761.c | 78 u8 d8[4]; member 121 return spi_write(st->spi, &st->data[0].d8[1], 3); in _ad5761_spi_write() 141 .tx_buf = &st->data[0].d8[1], in _ad5761_spi_read() 146 .tx_buf = &st->data[1].d8[1], in _ad5761_spi_read() 147 .rx_buf = &st->data[2].d8[1], in _ad5761_spi_read()
|
| D | ad5791.c | 97 u8 d8[4]; member 114 return spi_write(st->spi, &st->data[0].d8[1], 3); in ad5791_spi_write() 122 .tx_buf = &st->data[0].d8[1], in ad5791_spi_read() 127 .tx_buf = &st->data[1].d8[1], in ad5791_spi_read() 128 .rx_buf = &st->data[2].d8[1], in ad5791_spi_read()
|
| /kernel/linux/linux-5.10/drivers/iio/adc/ |
| D | ad7292.c | 84 u8 d8[2]; member 91 st->d8[0] = AD7292_RD_FLAG_MSK(addr); in ad7292_spi_reg_read() 93 ret = spi_write_then_read(st->spi, st->d8, 1, &st->d16, 2); in ad7292_spi_reg_read() 106 st->d8[0] = AD7292_RD_FLAG_MSK(addr); in ad7292_spi_subreg_read() 107 st->d8[1] = sub_addr; in ad7292_spi_subreg_read() 109 ret = spi_write_then_read(st->spi, st->d8, 2, &st->d16, len); in ad7292_spi_subreg_read() 123 .tx_buf = &st->d8, in ad7292_single_conversion() 135 st->d8[0] = chan_addr; in ad7292_single_conversion() 136 st->d8[1] = AD7292_RD_FLAG_MSK(AD7292_REG_CONV_COMM); in ad7292_single_conversion()
|
| D | ti-ads8688.c | 73 u8 d8[4]; member 196 return spi_write(st->spi, &st->data[0].d8[1], 3); in ads8688_prog_write() 208 return spi_write(st->spi, &st->data[0].d8[0], 4); in ads8688_reset() 218 .tx_buf = &st->data[0].d8[0], in ads8688_read() 222 .tx_buf = &st->data[1].d8[0], in ads8688_read() 223 .rx_buf = &st->data[1].d8[0], in ads8688_read()
|
| /kernel/linux/linux-5.10/drivers/i2c/busses/ |
| D | i2c-sh_mobile.c | 38 /* BUS: S A8 ACK D8(1) ACK P(*) */ 42 /* ICDR: A8 D8(1) */ 45 /* BUS: S A8 ACK D8(1) ACK D8(2) ACK P(*) */ 49 /* ICDR: A8 D8(1) D8(2) */ 59 /* BUS: S A8 ACK | D8(1) ACK P(*) */ 63 /* ICDR: A8 | D8(1) */ 66 /* BUS: S A8 ACK | D8(1) ACK D8(2) ACK P(*) */ 70 /* ICDR: A8 | D8(1) D8(2) */ 73 /* BUS: S A8 ACK | D8(1) ACK D8(2) ACK D8(3) ACK P */ 77 /* ICDR: A8 | D8(1) D8(2) D8(3) */
|
| /kernel/linux/linux-5.10/arch/arm/include/uapi/asm/ |
| 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
|
| 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
|
| /kernel/liteos_m/arch/arm/cortex-m55/iar/TZ/non_secure/ |
| D | los_exc.S | 196 VPUSH {D8-D15} 242 VPUSH {D8-D15} 247 VLDMIA R3!, {D8-D15} 248 VSTMDB R2!, {D8-D15}
|
| /kernel/liteos_m/arch/arm/cortex-m33/iar/TZ/non_secure/ |
| D | los_exc.S | 196 VPUSH {D8-D15} 242 VPUSH {D8-D15} 247 VLDMIA R3!, {D8-D15} 248 VSTMDB R2!, {D8-D15}
|
| /kernel/linux/linux-5.10/arch/arm/include/asm/ |
| 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
|
| /kernel/liteos_m/arch/arm/cortex-m3/keil/ |
| D | los_exc.S | 207 ;VPUSH {D8-D15} 253 ;VPUSH {D8-D15} 258 ;VLDMIA R3!, {D8-D15} 259 ;VSTMDB R2!, {D8-D15}
|
| /kernel/liteos_m/arch/arm/cortex-m55/iar/NTZ/ |
| D | los_exc.S | 207 VPUSH {D8-D15} 253 VPUSH {D8-D15} 258 VLDMIA R3!, {D8-D15} 259 VSTMDB R2!, {D8-D15}
|
| /kernel/liteos_m/arch/arm/cortex-m4/iar/ |
| D | los_exc.S | 207 VPUSH {D8-D15} 253 VPUSH {D8-D15} 258 VLDMIA R3!, {D8-D15} 259 VSTMDB R2!, {D8-D15}
|
| /kernel/liteos_m/arch/arm/cortex-m33/iar/NTZ/ |
| D | los_exc.S | 207 VPUSH {D8-D15} 253 VPUSH {D8-D15} 258 VLDMIA R3!, {D8-D15} 259 VSTMDB R2!, {D8-D15}
|
| /kernel/liteos_m/arch/arm/cortex-m7/iar/ |
| D | los_exc.S | 207 VPUSH {D8-D15} 253 VPUSH {D8-D15} 258 VLDMIA R3!, {D8-D15} 259 VSTMDB R2!, {D8-D15}
|
| /kernel/liteos_m/arch/arm/cortex-m33/gcc/TZ/non_secure/ |
| D | los_exc.S | 269 VPUSH {D8-D15} 325 VPUSH {D8-D15} 330 VLDMIA R3!, {D8-D15} 331 VSTMDB R2!, {D8-D15}
|
| /kernel/liteos_m/arch/arm/cortex-m55/gcc/TZ/non_secure/ |
| D | los_exc.S | 269 VPUSH {D8-D15} 325 VPUSH {D8-D15} 330 VLDMIA R3!, {D8-D15} 331 VSTMDB R2!, {D8-D15}
|
| /kernel/linux/linux-5.10/drivers/ata/ |
| D | pata_hpt366.c | 139 "Maxtor 91360D8", "Maxtor 91190D7", "Maxtor 91020D6", "Maxtor 90845D5", 141 "Maxtor 91152D8", "Maxtor 91008D7", "Maxtor 90845D6", "Maxtor 90840D6", 145 "Maxtor 91000D8", "Maxtor 90910D8", "Maxtor 90875D7", "Maxtor 90840D7", 147 "Maxtor 91728D8", "Maxtor 91512D7", "Maxtor 91303D6", "Maxtor 91080D5",
|
| /kernel/liteos_m/arch/arm/cortex-m7/gcc/ |
| D | los_exc.S | 285 VPUSH {D8-D15} 341 VPUSH {D8-D15} 346 VLDMIA R3!, {D8-D15} 347 VSTMDB R2!, {D8-D15}
|