/Linux-v4.19/arch/arm/crypto/ |
D | chacha20-neon-core.S | 41 vld1.32 {q0-q1}, [r0] 45 vmov q9, q1 53 vadd.i32 q0, q0, q1 59 veor q4, q1, q2 60 vshl.u32 q1, q4, #12 61 vsri.u32 q1, q4, #20 64 vadd.i32 q0, q0, q1 71 veor q4, q1, q2 72 vshl.u32 q1, q4, #7 73 vsri.u32 q1, q4, #25 [all …]
|
D | crc32-ce-core.S | 134 vld1.8 {q1-q2}, [BUF, :128]! 154 vmull.p64 q1, d2, dCONSTANTl 159 veor.8 q1, q1, q5 168 veor.8 q1, q1, q5 181 vmull.p64 q1, d2, dCONSTANTl 182 veor.8 q1, q1, q5 183 veor.8 q1, q1, q2 186 vmull.p64 q1, d2, dCONSTANTl 187 veor.8 q1, q1, q5 188 veor.8 q1, q1, q3 [all …]
|
D | aes-ce-core.S | 52 enc_round q1, \key1 55 enc_round q1, \key2 61 dec_round q1, \key1 64 dec_round q1, \key2 70 enc_round q1, \key1 73 aese.8 q1, \key2 76 veor q1, q1, \key3 82 dec_round q1, \key1 85 aesd.8 q1, \key2 88 veor q1, q1, \key3 [all …]
|
D | aes-neonbs-core.S | 463 vtst.8 q1, q7, q9 472 vmvn q1, q1 477 vst1.8 {q0-q1}, [r0, :256]! 497 veor q11, q1, q9 500 __tbl q1, q11, q8 513 bitslice q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11 525 shift_rows q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11, q12 527 sbox q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11, q12, \ 532 mix_cols q0, q1, q4, q6, q3, q7, q2, q5, q8, q9, q10, q11, q12, \ 542 bitslice q0, q1, q4, q6, q3, q7, q2, q5, q8, q9, q10, q11 [all …]
|
D | crct10dif-ce-core.S | 127 vld1.64 {q0-q1}, [arg2, :128]! 132 CPU_LE( vrev64.8 q1, q1 ) 188 fold64 q0, q1 219 fold16 q1, rk13 268 vld1.64 {q1}, [arg2] 269 CPU_LE( vrev64.8 q1, q1 ) 290 vbsl.8 q0, q2, q1
|
D | sha2-ce-core.S | 80 0: vld1.32 {q0-q1}, [r1]! 86 vrev32.8 q1, q1
|
D | sha256-core.S_shipped | 1894 vld1.8 {q1},[r1]! 1903 vrev32.8 q1,q1 @ big-endian 1911 vadd.i32 q9,q9,q1 1928 vext.8 q8,q0,q1,#4 2026 vext.8 q8,q1,q2,#4 2037 vadd.i32 q1,q1,q9 2067 vadd.i32 q1,q1,q9 2112 vadd.i32 q8,q8,q1 2128 vext.8 q9,q0,q1,#4 2226 vext.8 q9,q1,q2,#4 [all …]
|
D | sha1-ce-core.S | 19 k1 .req q1
|
D | sha512-core.S_shipped | 1148 vext.8 q14,q0,q1,#8 @ X[i+1] 1236 vext.8 q14,q1,q2,#8 @ X[i+1] 1242 vadd.i64 q1,q15 1249 vadd.i64 q1,q14 1253 vadd.i64 q1,q15 1319 vshr.u64 q12,q1,#19 1320 vshr.u64 q13,q1,#61 1322 vshr.u64 q15,q1,#6 1323 vsli.64 q12,q1,#45 1325 vsli.64 q13,q1,#3 [all …]
|
/Linux-v4.19/crypto/ |
D | twofish_common.c | 84 static const u8 q1[256] = { variable 499 ctx->s[2][i] = mds[2][q1[(a) ^ sc] ^ sg]; \ 500 ctx->s[3][i] = mds[3][q1[(b) ^ sd] ^ sh] 506 ctx->s[1][i] = mds[1][q0[q1[(b) ^ sb] ^ sf] ^ sj]; \ 507 ctx->s[2][i] = mds[2][q1[q0[(a) ^ sc] ^ sg] ^ sk]; \ 508 ctx->s[3][i] = mds[3][q1[q1[(a) ^ sd] ^ sh] ^ sl]; 513 ctx->s[0][i] = mds[0][q0[q0[q1[(b) ^ sa] ^ se] ^ si] ^ sm]; \ 514 ctx->s[1][i] = mds[1][q0[q1[q1[(a) ^ sb] ^ sf] ^ sj] ^ sn]; \ 515 ctx->s[2][i] = mds[2][q1[q0[q0[(a) ^ sc] ^ sg] ^ sk] ^ so]; \ 516 ctx->s[3][i] = mds[3][q1[q1[q0[(b) ^ sd] ^ sh] ^ sl] ^ sp]; [all …]
|
/Linux-v4.19/drivers/isdn/hardware/eicon/ |
D | capidtmf.c | 188 long c, d, q0, q1, q2; in capidtmf_goertzel_loop() local 192 q1 = buffer[i]; in capidtmf_goertzel_loop() 200 … q0 = sample[j] - q2 + (c * (q1 >> 16)) + (((dword)(((dword) d) * ((dword)(q1 & 0xffff)))) >> 15); in capidtmf_goertzel_loop() 201 q2 = q1; in capidtmf_goertzel_loop() 202 q1 = q0; in capidtmf_goertzel_loop() 211 …q0 = sample[j] - q2 - ((c * (q1 >> 16)) + (((dword)(((dword) d) * ((dword)(q1 & 0xffff)))) >> 15)); in capidtmf_goertzel_loop() 212 q2 = q1; in capidtmf_goertzel_loop() 213 q1 = q0; in capidtmf_goertzel_loop() 216 buffer[i] = q1; in capidtmf_goertzel_loop() 219 q1 = buffer[i]; in capidtmf_goertzel_loop() [all …]
|
/Linux-v4.19/arch/powerpc/math-emu/ |
D | udivmodti4.c | 14 _FP_W_TYPE q0, q1, r0, r1; in _fp_udivmodti4() local 25 q1 = 0; in _fp_udivmodti4() 36 udiv_qrnnd (q1, n1, 0, n1, d0); in _fp_udivmodti4() 64 q1 = 0; in _fp_udivmodti4() 87 q1 = 1; in _fp_udivmodti4() 102 udiv_qrnnd (q1, n1, n2, n1, d0); in _fp_udivmodti4() 123 q1 = 0; in _fp_udivmodti4() 152 q1 = 0; in _fp_udivmodti4() 180 q1 = 0; in _fp_udivmodti4() 190 q[0] = q0; q[1] = q1; in _fp_udivmodti4()
|
/Linux-v4.19/drivers/net/ethernet/brocade/bna/ |
D | bna_tx_rx.c | 1625 struct bna_rxq *q0 = NULL, *q1 = NULL; in bna_bfi_rx_enet_start() local 1638 GET_RXQS(rxp, q0, q1); in bna_bfi_rx_enet_start() 1644 &q1->qpt); in bna_bfi_rx_enet_start() 1646 htons((u16)q1->buffer_size); in bna_bfi_rx_enet_start() 1840 struct bna_rxq *q1) in bna_rxp_add_rxqs() argument 1849 rxp->rxq.slr.small = q1; in bna_rxp_add_rxqs() 1853 rxp->rxq.hds.hdr = q1; in bna_rxp_add_rxqs() 2098 struct bna_rxq *q0 = NULL, *q1 = NULL; in bna_bfi_rx_enet_start_rsp() local 2108 GET_RXQS(rxp, q0, q1); in bna_bfi_rx_enet_start_rsp() 2119 if (q1) { in bna_bfi_rx_enet_start_rsp() [all …]
|
D | bna.h | 189 #define GET_RXQS(rxp, q0, q1) do { \ argument 193 (q1) = NULL; \ 197 (q1) = rxp->rxq.slr.small; \ 201 (q1) = rxp->rxq.hds.hdr; \
|
/Linux-v4.19/drivers/tty/vt/ |
D | consolemap.c | 446 u16 **p1, **q1; in con_unify_unimap() local 447 p1 = p->uni_pgdir[j]; q1 = q->uni_pgdir[j]; in con_unify_unimap() 448 if (!p1 && !q1) in con_unify_unimap() 450 if (!p1 || !q1) in con_unify_unimap() 453 if (!p1[k] && !q1[k]) in con_unify_unimap() 455 if (!p1[k] || !q1[k]) in con_unify_unimap() 457 if (memcmp(p1[k], q1[k], 64*sizeof(u16))) in con_unify_unimap()
|
/Linux-v4.19/Documentation/devicetree/bindings/mfd/ |
D | lp87565.txt | 4 - compatible: "ti,lp87565", "ti,lp87565-q1" 16 compatible = "ti,lp87565-q1";
|
/Linux-v4.19/drivers/spi/ |
D | spi-pxa2xx.c | 792 unsigned long q, q1, q2; in quark_x1000_get_clk_div() local 802 q1 = DIV_ROUND_UP(fref1, rate); in quark_x1000_get_clk_div() 805 if (q1 > 256) { in quark_x1000_get_clk_div() 807 scale = fls_long(q1 - 1); in quark_x1000_get_clk_div() 809 q1 >>= scale - 9; in quark_x1000_get_clk_div() 814 q1 += q1 & 1; in quark_x1000_get_clk_div() 818 scale = __ffs(q1); in quark_x1000_get_clk_div() 819 q1 >>= scale; in quark_x1000_get_clk_div() 823 r1 = abs(fref1 / (1 << (24 - fls_long(mul))) / q1 - rate); in quark_x1000_get_clk_div() 838 q = q1; in quark_x1000_get_clk_div() [all …]
|
/Linux-v4.19/arch/arm64/crypto/ |
D | crct10dif-ce-core.S | 110 ldp q0, q1, [arg2] 187 stp q0, q1, [sp, #.Lframe_local_offset] 192 ldp q0, q1, [sp, #.Lframe_local_offset] 271 ldr q1, [arg2, #-16]
|
D | crc32-ce-core.S | 176 stp q1, q2, [sp, #.Lframe_local_offset] 179 ldp q1, q2, [sp, #.Lframe_local_offset]
|
/Linux-v4.19/drivers/scsi/ |
D | advansys.c | 327 ASC_SCSIQ_1 q1; member 2509 q->q2.target_ix, q->q1.target_lun, q->q2.srb_tag, in asc_prt_asc_scsi_q() 2514 (ulong)le32_to_cpu(q->q1.data_addr), in asc_prt_asc_scsi_q() 2515 (ulong)le32_to_cpu(q->q1.data_cnt), in asc_prt_asc_scsi_q() 2516 (ulong)le32_to_cpu(q->q1.sense_addr), q->q1.sense_len); in asc_prt_asc_scsi_q() 2520 (ulong)q->sg_head, q->q1.sg_queue_cnt); in asc_prt_asc_scsi_q() 7535 asc_scsi_q->q1.target_id = ASC_TID_TO_TARGET_ID(scp->device->id); in asc_build_req() 7536 asc_scsi_q->q1.target_lun = scp->device->lun; in asc_build_req() 7539 asc_scsi_q->q1.sense_addr = asc_get_sense_buffer_dma(scp); in asc_build_req() 7540 asc_scsi_q->q1.sense_len = SCSI_SENSE_BUFFERSIZE; in asc_build_req() [all …]
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | fpsimdmacros.h | 21 stp q0, q1, [\state, #16 * 0] 57 ldp q0, q1, [\state, #16 * 0]
|
/Linux-v4.19/Documentation/devicetree/bindings/leds/ |
D | leds-lp8860.txt | 45 http://www.ti.com/product/lp8860-q1
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | dra72-evm-tps65917.dtsi | 11 * http://www.ti.com/lit/ds/symlink/tps65917-q1.pdf
|
D | sun6i-a31s-colorfly-e708-q1.dts | 49 compatible = "colorfly,e708-q1", "allwinner,sun6i-a31s";
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb3/ |
D | sge.c | 2659 struct sge_rspq *q1 = &adap->sge.qs[1].rspq; in t3_intr_msi() local 2661 t3_write_reg(adap, A_SG_GTS, V_RSPQ(q1->cntxt_id) | in t3_intr_msi() 2662 V_NEWTIMER(q1->next_holdoff) | in t3_intr_msi() 2663 V_NEWINDEX(q1->cidx)); in t3_intr_msi() 2736 struct sge_rspq *q1 = &adap->sge.qs[1].rspq; in t3_intr() local 2742 is_new_response(&q1->desc[q1->cidx], q1); in t3_intr() 2752 process_responses_gts(adap, q1); in t3_intr()
|