Home
last modified time | relevance | path

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

/linux/arch/arm64/crypto/
H A Dsm4-ce-core.S322 sub w5, w4, #16
323 uxtw x5, w5
370 sub w5, w4, #16
371 uxtw x5, w5
541 ands w5, w4, #15
545 uxtw x5, w5
708 ands w5, w4, #15
712 uxtw x5, w5
875 cmp w5, wzr
912 cbnz w5, .Lmac_ret
/linux/arch/arm64/kernel/
H A Dsleep.S87 ldp w5, w6, [x9, #(MPIDR_HASH_SHIFTS + 8)]
126 ldp w5, w6, [x8, #(MPIDR_HASH_SHIFTS + 8)]
/linux/drivers/net/wireless/realtek/rtw88/
H A Drx.h23 __le32 w5; member
H A Dtx.h18 __le32 w5; member
H A Drtw8814a.c1199 gain[RF_PATH_C] = le32_get_bits(rpt->w5, RTW_JGRPHY_W5_GAIN_C); in rtw8814a_query_phy_status()
1204 snr[RF_PATH_C] = le32_get_bits(rpt->w5, RTW_JGRPHY_W5_RXSNR_C); in rtw8814a_query_phy_status()
1205 snr[RF_PATH_D] = le32_get_bits(rpt->w5, RTW_JGRPHY_W5_RXSNR_D); in rtw8814a_query_phy_status()
1210 evm[RF_PATH_D] = le32_get_bits(rpt->w5, RTW_JGRPHY_W5_RXEVM_4); in rtw8814a_query_phy_status()
/linux/tools/testing/selftests/net/
H A Dfib_nexthop_multiprefix.sh174 run_cmd ip netns exec ${h0} ping -s ${ping_sz} -c5 -w5 ${dst}
203 run_cmd ip netns exec ${h0} ${ping6} -s ${ping_sz} -c5 -w5 ${dst}
/linux/tools/testing/selftests/bpf/
H A DREADME.rst218 14: 16 05 40 00 00 00 00 00 if w5 == 0 goto +64 <LBB0_6>
219 15: bc 51 00 00 00 00 00 00 w1 = w5
232 Note that insn #15 has w1 = w5 and w1 is refined later but
233 r5(w5) is eventually saved on stack at insn #24 for later use.
/linux/arch/arm64/lib/
H A Dmemcmp.S30 #define data2w w5
/linux/lib/crypto/powerpc/
H A 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/drivers/net/wireless/realtek/rtw89/
H A Dcam.c878 h2c->w5 = le32_encode_bits(sma[4], ADDR_CAM_W5_SMA4) | in rtw89_cam_fill_addr_cam_info()
967 h2c->w5 = le32_encode_bits(addr_cam->sec_cam_map[0] & 0xff, in rtw89_cam_fill_dctl_sec_cam_info_v1()
1056 h2c->w5 = le32_encode_bits(addr_cam->sec_cam_map[0], in rtw89_cam_fill_dctl_sec_cam_info_v2()
1189 h2c->w5 = le32_encode_bits(addr_cam->sec_cam_map[0], in rtw89_cam_fill_dctl_sec_cam_info_v3()
/linux/drivers/net/wireless/ath/wil6210/
H A Dtxrx_edma.h103 u16 w5; member
/linux/drivers/tee/optee/
H A Dffa_abi.c541 u32 w5 = data->data2; in optee_ffa_yielding_call() local
568 data->data2 = w5; in optee_ffa_yielding_call()
/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.c10972 cmd->un.genreq64.w5.hcsw.Rctl = FC_RCTL_DD_UNSOL_CTL; in __lpfc_sli_prep_gen_req_s3()
10973 cmd->un.genreq64.w5.hcsw.Type = FC_TYPE_CT; in __lpfc_sli_prep_gen_req_s3()
10974 cmd->un.genreq64.w5.hcsw.Fctl = (SI | LA); in __lpfc_sli_prep_gen_req_s3()
11060 icmd->un.xseq64.w5.hcsw.Fctl = LA; in __lpfc_sli_prep_xmit_seq64_s3()
11062 icmd->un.xseq64.w5.hcsw.Fctl |= LS; in __lpfc_sli_prep_xmit_seq64_s3()
11063 icmd->un.xseq64.w5.hcsw.Dfctl = 0; in __lpfc_sli_prep_xmit_seq64_s3()
11064 icmd->un.xseq64.w5.hcsw.Rctl = rctl; in __lpfc_sli_prep_xmit_seq64_s3()
11065 icmd->un.xseq64.w5.hcsw.Type = FC_TYPE_CT; in __lpfc_sli_prep_xmit_seq64_s3()