Home
last modified time | relevance | path

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

/Linux-v6.1/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]
Daes-ce-ccm-core.S33 cmp w5, #12 /* which key size? */
35 sub w7, w5, #2 /* modified # of rounds */
Daes-modes.S835 cbz w5, .Lmacloop4x
852 cbz w5, .Lmacout
866 cbz w5, .Lmacout
/Linux-v6.1/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.c1111 u32 w5, w27, addr; in mt7615_mac_set_rates() local
1130 w5 = mt76_rr(dev, addr + 5 * 4); in mt7615_mac_set_rates()
1131 w5 &= ~(MT_WTBL_W5_BW_CAP | MT_WTBL_W5_CHANGE_BW_RATE | in mt7615_mac_set_rates()
1135 w5 |= FIELD_PREP(MT_WTBL_W5_BW_CAP, rd.bw) | in mt7615_mac_set_rates()
1139 mt76_wr(dev, MT_WTBL_RIUCR0, w5); in mt7615_mac_set_rates()
/Linux-v6.1/arch/arm64/kernel/
Dsleep.S87 ldp w5, w6, [x9, #(MPIDR_HASH_SHIFTS + 8)]
125 ldp w5, w6, [x8, #(MPIDR_HASH_SHIFTS + 8)]
/Linux-v6.1/arch/x86/crypto/
Dsm3-avx-asm_64.S270 #define SCHED_W_0(round, w0, w1, w2, w3, w4, w5) \ argument
281 #define SCHED_W_1(round, w0, w1, w2, w3, w4, w5) \ argument
284 vpslld $15, w5, XTMP2; \
285 vpsrld $(32-15), w5, XTMP3; \
306 #define SCHED_W_2(round, w0, w1, w2, w3, w4, w5) \ argument
309 vpalignr $12, XTMP4, w5, XTMP4; \
/Linux-v6.1/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.1/tools/testing/selftests/bpf/
DREADME.rst147 14: 16 05 40 00 00 00 00 00 if w5 == 0 goto +64 <LBB0_6>
148 15: bc 51 00 00 00 00 00 00 w1 = w5
161 Note that insn #15 has w1 = w5 and w1 is refined later but
162 r5(w5) is eventually saved on stack at insn #24 for later use.
/Linux-v6.1/arch/arm64/lib/
Dmemcmp.S30 #define data2w w5
Dmemset.S36 zva_len .req w5
/Linux-v6.1/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.1/drivers/net/wireless/ath/wil6210/
Dtxrx_edma.h103 u16 w5; member
/Linux-v6.1/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.1/drivers/scsi/lpfc/
Dlpfc_hw.h3899 WORD5 w5; /* Header control/status word */ member
3994 WORD5 w5; /* Header control/status word */ member
4005 WORD5 w5; /* Header control/status word */ member
4030 WORD5 w5; /* Header control/status word */ member
Dlpfc_sli.c10939 cmd->un.genreq64.w5.hcsw.Rctl = FC_RCTL_DD_UNSOL_CTL; in __lpfc_sli_prep_gen_req_s3()
10940 cmd->un.genreq64.w5.hcsw.Type = FC_TYPE_CT; in __lpfc_sli_prep_gen_req_s3()
10941 cmd->un.genreq64.w5.hcsw.Fctl = (SI | LA); in __lpfc_sli_prep_gen_req_s3()
11027 icmd->un.xseq64.w5.hcsw.Fctl = LA; in __lpfc_sli_prep_xmit_seq64_s3()
11029 icmd->un.xseq64.w5.hcsw.Fctl |= LS; in __lpfc_sli_prep_xmit_seq64_s3()
11030 icmd->un.xseq64.w5.hcsw.Dfctl = 0; in __lpfc_sli_prep_xmit_seq64_s3()
11031 icmd->un.xseq64.w5.hcsw.Rctl = rctl; in __lpfc_sli_prep_xmit_seq64_s3()
11032 icmd->un.xseq64.w5.hcsw.Type = FC_TYPE_CT; in __lpfc_sli_prep_xmit_seq64_s3()