Home
last modified time | relevance | path

Searched refs:w7 (Results 1 – 19 of 19) sorted by relevance

/linux-6.6.21/arch/arm64/crypto/
Daes-ce-ccm-core.S23 0: ldrb w7, [x1], #1 /* get 1 byte of input */
26 ins v1.b[0], w7
35 sub w7, w5, #2 /* modified # of rounds */
48 subs w7, w7, #3
65 7: ldrb w7, [x1], #1
67 eor w6, w6, w7
74 mov w7, w3
77 adds w7, w7, #1
136 sub w7, w4, #2 /* get modified # of rounds */
157 subs w7, w7, #3
[all …]
Daes-cipher-core.S86 ldp w6, w7, [in, #8]
93 CPU_BE( rev w7, w7 )
98 eor w7, w7, w11
104 0: \round w8, w9, w10, w11, w4, w5, w6, w7
105 \round w4, w5, w6, w7, w8, w9, w10, w11
108 \round w8, w9, w10, w11, w4, w5, w6, w7
110 2: \round w4, w5, w6, w7, w8, w9, w10, w11
113 \round w4, w5, w6, w7, w8, w9, w10, w11, \bsz, b
118 CPU_BE( rev w7, w7 )
121 stp w6, w7, [out, #8]
Daes-modes.S26 encrypt_block4x v0, v1, v2, v3, w3, x2, x8, w7
31 decrypt_block4x v0, v1, v2, v3, w3, x2, x8, w7
37 encrypt_block5x v0, v1, v2, v3, v4, w3, x2, x8, w7
42 decrypt_block5x v0, v1, v2, v3, v4, w3, x2, x8, w7
145 encrypt_block v0, w3, x2, x6, w7
147 encrypt_block v1, w3, x2, x6, w7
149 encrypt_block v2, w3, x2, x6, w7
151 encrypt_block v3, w3, x2, x6, w7
161 encrypt_block v4, w3, x2, x6, w7
224 decrypt_block v0, w3, x2, x6, w7
[all …]
Dchacha-neon-core.S524 mov w7, v17.s[0]
530 add a1, a1, w7
548 mov w7, v21.s[0]
554 add a5, a5, w7
569 mov w7, v25.s[0]
575 add a9, a9, w7
590 mov w7, v29.s[0]
596 add a13, a13, w7
606 ldp w6, w7, [x2], #64
611 eor a1, a1, w7
[all …]
Dsm3-neon-core.S45 #define re w7
/linux-6.6.21/drivers/net/wireless/realtek/rtw88/
Dtx.h20 __le32 w7; member
122 le32p_replace_bits(&tx_desc->w7, 0, RTW_TX_DESC_W7_TXDESC_CHECKSUM); in fill_txdesc_checksum_common()
127 le32p_replace_bits(&tx_desc->w7, __le16_to_cpu(chksum), in fill_txdesc_checksum_common()
Dusb.c31 le32p_replace_bits(&tx_desc->w7, agg_num, RTW_TX_DESC_W7_DMA_TXAGG_NUM); in rtw_usb_fill_tx_checksum()
Drtw8723d.c1975 le32p_replace_bits(&tx_desc->w7, 0, RTW_TX_DESC_W7_TXDESC_CHECKSUM); in rtw8723d_fill_txdesc_checksum()
1982 le32p_replace_bits(&tx_desc->w7, __le16_to_cpu(chksum), in rtw8723d_fill_txdesc_checksum()
/linux-6.6.21/arch/powerpc/crypto/
Dsha1-spe-asm.S130 #define R_16_19(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument
132 evmergelohi rT0,w7,w6; /* W[-3] */ \
156 #define R_20_39(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument
157 evmergelohi rT0,w7,w6; /* W[-3] */ \
180 #define R_40_59(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument
182 evmergelohi rT0,w7,w6; /* W[-3] */ \
208 #define R_60_79(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument
209 R_20_39(a, b, c, d, e, w0, w1, w4, w6, w7, k)
Dsha256-spe-asm.S156 #define R_CALC_W(a, b, c, d, e, f, g, h, w0, w1, w4, w5, w7, k, off) \ argument
172 evsrwiu rT0,w7,10; /* s1 = w[-2] >> 10 */ \
174 evrlwi rT1,w7,15; /* s1' = w[-2] rotr 17 */ \
178 evrlwi rT1,w7,13; /* s1' = w[-2] rotr 19 */ \
/linux-6.6.21/drivers/input/serio/
Dhp_sdc.c473 uint8_t w7[4]; in hp_sdc_put() local
486 w7[0] = (mask & 1) ? curr->seq[++idx] : hp_sdc.r7[0]; in hp_sdc_put()
487 w7[1] = (mask & 2) ? curr->seq[++idx] : hp_sdc.r7[1]; in hp_sdc_put()
488 w7[2] = (mask & 4) ? curr->seq[++idx] : hp_sdc.r7[2]; in hp_sdc_put()
489 w7[3] = (mask & 8) ? curr->seq[++idx] : hp_sdc.r7[3]; in hp_sdc_put()
492 w7[hp_sdc.wi - 0x70] == hp_sdc.r7[hp_sdc.wi - 0x70]) { in hp_sdc_put()
496 while (i < 4 && w7[i] == hp_sdc.r7[i]) in hp_sdc_put()
514 hp_sdc_data_out8(w7[hp_sdc.wi - 0x70]); in hp_sdc_put()
515 hp_sdc.r7[hp_sdc.wi - 0x70] = w7[hp_sdc.wi - 0x70]; in hp_sdc_put()
520 while ((i < 4) && w7[i] == hp_sdc.r7[i]) in hp_sdc_put()
/linux-6.6.21/drivers/iio/common/ms_sensors/
Dms_sensors_i2c.c556 u16 w7 = prom[7], crc_read = w7 & 0x000F; in ms_sensors_tp_crc_valid_128() local
563 prom[7] = w7; in ms_sensors_tp_crc_valid_128()
/linux-6.6.21/drivers/crypto/hisilicon/
Dqm_common.h15 __le16 w7; member
Dqm.c59 #define QM_CQE_PHASE(cqe) (le16_to_cpu((cqe)->w7) & 0x1)
/linux-6.6.21/drivers/ata/pata_parport/
Dfit3.c25 #define w7(byte) out_p(7, byte) macro
/linux-6.6.21/arch/arm64/lib/
Dmemset.S40 A_lw .req w7
/linux-6.6.21/drivers/net/wireless/ath/wil6210/
Dtxrx_edma.h233 u16 w7; member
/linux-6.6.21/drivers/net/wireless/realtek/rtw89/
Dfw.c108 info->dynamic_hdr_en = le32_get_bits(fw_hdr->w7, FW_HDR_W7_DYN_HDR); in rtw89_fw_hdr_parser_v0()
173 info->dynamic_hdr_en = le32_get_bits(fw_hdr->w7, FW_HDR_V1_W7_DYN_HDR); in rtw89_fw_hdr_parser_v1()
322 fw_suit->cmd_ver = le32_get_bits(hdr->w7, FW_HDR_W7_CMD_VERSERION); in rtw89_fw_update_ver_v0()
339 fw_suit->cmd_ver = le32_get_bits(hdr->w7, FW_HDR_V1_W3_CMD_VERSERION); in rtw89_fw_update_ver_v1()
Dfw.h457 __le32 w7; member
502 __le32 w7; member