Home
last modified time | relevance | path

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

12345678910>>...15

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dlt8619c.h66 * D0 ~ D7 Y ; D8 ~ D15 C
67 * D8 ~ D15 Y ; D16 ~ D23 C
72 * D0 ~ D7 C ; D8 ~ D15 Y
73 * D8 ~ D15 C ; D16 ~ D23 Y
111 * BT656 8bit D8 ~ D15
112 * BT1120 16bit : D8 ~ D15 Y ; D16 ~ D23 C
115 * BT1120 16bit : D8 ~ D15 C ; D16 ~ D23 Y
121 * BT1120 16bit : D0 ~ D7 Y ; D8 ~ D15 C
123 * BT656 8bit D8 ~ D15
124 * BT1120 16bit : D0 ~ D7 C ; D8 ~ D15 Y
/OK3568_Linux_fs/kernel/arch/arm/crypto/
H A Dpoly1305-core.S_shipped479 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 …]
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
/OK3568_Linux_fs/kernel/drivers/crypto/stm32/
H A Dstm32-crc32.c147 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 …]
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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 Dad5761.c78 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()
H A Dad5791.c97 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()
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()
/OK3568_Linux_fs/kernel/drivers/iio/adc/
H A Dad7292.c84 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()
H A Dti-ads8688.c73 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()
H A Dad7768-1.c174 u8 d8[2]; member
185 st->data.d8[0] = AD7768_RD_FLAG_MSK(addr); in ad7768_spi_reg_read()
187 ret = spi_write_then_read(st->spi, st->data.d8, 1, in ad7768_spi_reg_read()
199 st->data.d8[0] = AD7768_WR_FLAG_MSK(addr); in ad7768_spi_reg_write()
200 st->data.d8[1] = val & 0xFF; in ad7768_spi_reg_write()
202 return spi_write(st->spi, st->data.d8, 2); in ad7768_spi_reg_write()
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-sh_mobile.c38 /* 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) */
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/tinymembench/tinymembench/
H A D0001-asm-Delete-.func-.endfunc-directives.patch186 vpush {d8-d15}
189 vpop {d8-d15}
202 vpush {d8-d15}
205 vpop {d8-d15}
218 vpush {d8-d15}
221 vpop {d8-d15}
309 vpop {d8-d15}
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/
H A Ditoa.h194 const uint32_t d8 = (c1 % 100) << 1; in u64toa() local
219 *buffer++ = cDigitsLut[d8]; in u64toa()
220 *buffer++ = cDigitsLut[d8 + 1]; in u64toa()
268 const uint32_t d8 = (c1 % 100) << 1; in u64toa() local
284 *buffer++ = cDigitsLut[d8]; in u64toa()
285 *buffer++ = cDigitsLut[d8 + 1]; in u64toa()
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dpata_hpt366.c139 "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",
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/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
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Dbyteorder.h6 * 0 = d0...d7, 1 = d8...d15, 2 = d16...d23, 3 = d24...d31
11 * 0 = d24...d31, 1 = d16...d23, 2 = d8...d15, 3 = d0...d7
/OK3568_Linux_fs/u-boot/arch/nds32/include/asm/
H A Dbyteorder.h10 * 0 = d0...d7, 1 = d8...d15, 2 = d16...d23, 3 = d24...d31
15 * 0 = d24...d31, 1 = d16...d23, 2 = d8...d15, 3 = d0...d7
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/
H A Dhr-All100 [D8 MUXA]
112 [D8 MUXD]
244 [D5 MUXB, D8 MUXB]

12345678910>>...15