Home
last modified time | relevance | path

Searched refs:w5 (Results 1 – 22 of 22) sorted by relevance

/Linux-v6.6/arch/arm64/crypto/
Daes-cipher-core.S85 ldp w4, w5, [in]
91 CPU_BE( rev w5, w5 )
96 eor w5, w5, w9
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
116 CPU_BE( rev w5, w5 )
120 stp w4, w5, [out]
Dsm3-neon-core.S43 #define rc w5
244 #define SCHED_W_1_1(round, w0, w1, w2, w3, w4, w5) \ argument
248 #define SCHED_W_1_2(round, w0, w1, w2, w3, w4, w5) \ argument
250 #define SCHED_W_1_3(round, w0, w1, w2, w3, w4, w5) \ argument
252 #define SCHED_W_1_4(round, w0, w1, w2, w3, w4, w5) \ argument
254 #define SCHED_W_1_5(round, w0, w1, w2, w3, w4, w5) \ argument
258 #define SCHED_W_1_6(round, w0, w1, w2, w3, w4, w5) \ argument
263 shl XTMP2.4s, w5.4s, #15;
264 #define SCHED_W_1_7(round, w0, w1, w2, w3, w4, w5) \ argument
266 #define SCHED_W_1_8(round, w0, w1, w2, w3, w4, w5) \ argument
[all …]
Dsm4-ce-core.S322 sub w5, w4, #16
323 uxtw x5, w5
370 sub w5, w4, #16
371 uxtw x5, w5
699 ands w5, w4, #15
703 uxtw x5, w5
866 ands w5, w4, #15
870 uxtw x5, w5
1033 cmp w5, wzr
1070 cbnz w5, .Lmac_ret
Daes-ce-ccm-core.S33 cmp w5, #12 /* which key size? */
35 sub w7, w5, #2 /* modified # of rounds */
Daes-modes.S825 cbz w5, .Lmacloop4x
842 cbz w5, .Lmacout
856 cbz w5, .Lmacout
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt7615/
Dusb_sdio.c61 u32 w5, w27, addr, val; in mt7663_usb_sdio_set_rates() local
78 w5 = mt76_rr(dev, addr + 5 * 4); in mt7663_usb_sdio_set_rates()
79 w5 &= ~(MT_WTBL_W5_BW_CAP | MT_WTBL_W5_CHANGE_BW_RATE | in mt7663_usb_sdio_set_rates()
83 w5 |= FIELD_PREP(MT_WTBL_W5_BW_CAP, rate->bw) | in mt7663_usb_sdio_set_rates()
87 mt76_wr(dev, MT_WTBL_RIUCR0, w5); in mt7663_usb_sdio_set_rates()
Dmac.c1108 u32 w5, w27, addr; in mt7615_mac_set_rates() local
1127 w5 = mt76_rr(dev, addr + 5 * 4); in mt7615_mac_set_rates()
1128 w5 &= ~(MT_WTBL_W5_BW_CAP | MT_WTBL_W5_CHANGE_BW_RATE | in mt7615_mac_set_rates()
1132 w5 |= FIELD_PREP(MT_WTBL_W5_BW_CAP, rd.bw) | in mt7615_mac_set_rates()
1136 mt76_wr(dev, MT_WTBL_RIUCR0, w5); in mt7615_mac_set_rates()
/Linux-v6.6/arch/arm64/kernel/
Dsleep.S87 ldp w5, w6, [x9, #(MPIDR_HASH_SHIFTS + 8)]
129 ldp w5, w6, [x8, #(MPIDR_HASH_SHIFTS + 8)]
/Linux-v6.6/arch/x86/crypto/
Dsm3-avx-asm_64.S271 #define SCHED_W_0(round, w0, w1, w2, w3, w4, w5) \ argument
282 #define SCHED_W_1(round, w0, w1, w2, w3, w4, w5) \ argument
285 vpslld $15, w5, XTMP2; \
286 vpsrld $(32-15), w5, XTMP3; \
307 #define SCHED_W_2(round, w0, w1, w2, w3, w4, w5) \ argument
310 vpalignr $12, XTMP4, w5, XTMP4; \
/Linux-v6.6/tools/testing/selftests/net/
Dfib_nexthop_multiprefix.sh176 run_cmd ip netns exec h0 ping -s ${ping_sz} -c5 -w5 ${dst}
205 run_cmd ip netns exec h0 ${ping6} -s ${ping_sz} -c5 -w5 ${dst}
/Linux-v6.6/tools/testing/selftests/bpf/
DREADME.rst188 14: 16 05 40 00 00 00 00 00 if w5 == 0 goto +64 <LBB0_6>
189 15: bc 51 00 00 00 00 00 00 w1 = w5
202 Note that insn #15 has w1 = w5 and w1 is refined later but
203 r5(w5) is eventually saved on stack at insn #24 for later use.
/Linux-v6.6/drivers/net/wireless/realtek/rtw88/
Dtx.h18 __le32 w5; member
Dtx.c69 tx_desc->w5 = le32_encode_bits(pkt_info->short_gi, RTW_TX_DESC_W5_DATA_SHORT) | in rtw_tx_fill_tx_desc()
82 tx_desc->w5 |= le32_encode_bits(1, RTW_TX_DESC_W5_DATA_RTS_SHORT); in rtw_tx_fill_tx_desc()
/Linux-v6.6/arch/arm64/lib/
Dmemcmp.S30 #define data2w w5
Dmemset.S36 zva_len .req w5
/Linux-v6.6/arch/powerpc/crypto/
Dsha256-spe-asm.S156 #define R_CALC_W(a, b, c, d, e, f, g, h, w0, w1, w4, w5, w7, k, off) \ argument
186 evmergelohi rT0,w4,w5; /* w[-7] */ \
/Linux-v6.6/drivers/net/wireless/ath/wil6210/
Dtxrx_edma.h103 u16 w5; member
/Linux-v6.6/drivers/tee/optee/
Dffa_abi.c539 u32 w5 = data->data2; in optee_ffa_yielding_call() local
566 data->data2 = w5; in optee_ffa_yielding_call()
/Linux-v6.6/drivers/scsi/lpfc/
Dlpfc_hw.h3901 WORD5 w5; /* Header control/status word */ member
3996 WORD5 w5; /* Header control/status word */ member
4007 WORD5 w5; /* Header control/status word */ member
4032 WORD5 w5; /* Header control/status word */ member
Dlpfc_sli.c10928 cmd->un.genreq64.w5.hcsw.Rctl = FC_RCTL_DD_UNSOL_CTL; in __lpfc_sli_prep_gen_req_s3()
10929 cmd->un.genreq64.w5.hcsw.Type = FC_TYPE_CT; in __lpfc_sli_prep_gen_req_s3()
10930 cmd->un.genreq64.w5.hcsw.Fctl = (SI | LA); in __lpfc_sli_prep_gen_req_s3()
11016 icmd->un.xseq64.w5.hcsw.Fctl = LA; in __lpfc_sli_prep_xmit_seq64_s3()
11018 icmd->un.xseq64.w5.hcsw.Fctl |= LS; in __lpfc_sli_prep_xmit_seq64_s3()
11019 icmd->un.xseq64.w5.hcsw.Dfctl = 0; in __lpfc_sli_prep_xmit_seq64_s3()
11020 icmd->un.xseq64.w5.hcsw.Rctl = rctl; in __lpfc_sli_prep_xmit_seq64_s3()
11021 icmd->un.xseq64.w5.hcsw.Type = FC_TYPE_CT; in __lpfc_sli_prep_xmit_seq64_s3()
/Linux-v6.6/drivers/net/wireless/realtek/rtw89/
Dfw.h333 __le32 w5; member
455 __le32 w5; member
500 __le32 w5; member
2702 __le32 w5; member
Dfw.c176 info->hdr_len = le32_get_bits(fw_hdr->w5, FW_HDR_V1_W5_HDR_SIZE); in rtw89_fw_hdr_parser_v1()
317 fw_suit->build_year = le32_get_bits(hdr->w5, FW_HDR_W5_YEAR); in rtw89_fw_update_ver_v0()
334 fw_suit->build_year = le32_get_bits(hdr->w5, FW_HDR_V1_W5_YEAR); in rtw89_fw_update_ver_v1()