| /linux/arch/arm64/crypto/ |
| H A D | sm4-ce-ccm-core.S | 188 umov w9, v8.b[0] /* get top crypted CTR byte */ 191 eor w9, w9, w0 /* w9 = CTR ^ input */ 194 strb w9, [x1], #1 /* store out byte */ 300 umov w9, v8.b[0] /* get top crypted CTR byte */ 303 eor w9, w9, w0 /* w9 = CTR ^ input */ 304 eor w6, w6, w9 /* w6 = MAC ^ output */ 306 strb w9, [x1], #1 /* store out byte */
|
| H A D | ghash-ce-core.S | 461 0: mov w9, #4 // max blocks per round 466 csel w9, w10, w9, mi 467 add w8, w8, w9 534 mov w9, #1 575 cmp w9, #1 628 tbz w9, #2, 0f // <4 blocks? 634 tbz w9, #0, 1f // 2 blocks? 635 tbz w9, #1, 2f // 1 block?
|
| H A D | aes-modes.S | 132 encrypt_block v4, w8, x6, x7, w9 176 encrypt_block cbciv, w8, x6, x7, w9
|
| H A D | sm4-ce-gcm-core.S | 210 add w6, w9, #1; \
|
| H A D | sm3-neon-core.S | 47 #define rg w9
|
| /linux/lib/crypto/arm64/ |
| H A D | aes-cipher-core.S | 87 ldp w8, w9, [rk], #16 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
|
| H A D | chacha-neon-core.S | 527 mov w9, v19.s[0] 533 add a3, a3, w9 551 mov w9, v23.s[0] 557 add a7, a7, w9 572 mov w9, v27.s[0] 578 add a11, a11, w9 593 mov w9, v31.s[0] 599 add a15, a15, w9 608 ldp w8, w9, [x2, #-56] 615 eor a3, a3, w9 [all …]
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | cam.h | 25 __le32 w9; member 199 __le32 w9; member 316 __le32 w9; member
|
| H A D | cam.c | 902 h2c->w9 = le32_encode_bits(vif->cfg.aid & 0xfff, ADDR_CAM_W9_AID12); in rtw89_cam_fill_addr_cam_info() 904 h2c->w9 = le32_encode_bits(sta ? sta->aid & 0xfff : 0, ADDR_CAM_W9_AID12); in rtw89_cam_fill_addr_cam_info() 906 h2c->w9 |= le32_encode_bits(rtwvif_link->wowlan_pattern, ADDR_CAM_W9_WOL_PATTERN) | in rtw89_cam_fill_addr_cam_info() 1121 h2c->w9 = le32_encode_bits(mld_sma[4], DCTLINFO_V2_W9_MLD_SMA_4) | in rtw89_cam_fill_dctl_sec_cam_info_v2() 1249 h2c->w9 = le32_encode_bits(mld_sma[0], DCTLINFO_V3_W9_MLD_SMA_0_V2) | in rtw89_cam_fill_dctl_sec_cam_info_v3()
|
| H A D | txrx.h | 650 __le32 w9; member
|
| H A D | fw.h | 642 __le32 w9; member 1393 __le32 w9; member 1536 __le32 w9; member 1709 __le32 w9; member 3072 __le32 w9; /* Added after SCAN_OFFLOAD_BE_V1 */ member 4009 __le32 w9; member
|
| H A D | core.c | 2065 rpl_fd[RF_PATH_C] = le32_get_bits(ie->w9, RTW89_PHY_STS_IE01_V2_W9_RPL_FD_C); in rtw89_core_parse_phy_status_ie01_v2() 2066 rpl_fd[RF_PATH_D] = le32_get_bits(ie->w9, RTW89_PHY_STS_IE01_V2_W9_RPL_FD_D); in rtw89_core_parse_phy_status_ie01_v2()
|
| H A D | fw.c | 6744 h2c->w9 = le32_encode_bits(sizeof(*h2c) / sizeof(h2c->w0), in rtw89_fw_h2c_scan_offload_be()
|
| /linux/drivers/net/wireless/realtek/rtw88/ |
| H A D | tx.h | 22 __le32 w9; member
|
| H A D | tx.c | 83 tx_desc->w9 = le32_encode_bits(pkt_info->seq, RTW_TX_DESC_W9_SW_SEQ); in rtw_tx_fill_tx_desc() 91 tx_desc->w9 |= le32_encode_bits(1, RTW_TX_DESC_W9_TIM_EN) | in rtw_tx_fill_tx_desc()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7603/ |
| H A D | mac.c | 739 u32 w9 = mt76_rr(dev, addr + 9 * 4); in mt7603_wtbl_set_rates() local 786 w9 &= MT_WTBL2_W9_SHORT_GI_20 | MT_WTBL2_W9_SHORT_GI_40 | in mt7603_wtbl_set_rates() 802 w9 |= FIELD_PREP(MT_WTBL2_W9_CC_BW_SEL, bw); in mt7603_wtbl_set_rates() 803 w9 |= FIELD_PREP(MT_WTBL2_W9_BW_CAP, bw); in mt7603_wtbl_set_rates() 821 w9 |= FIELD_PREP(MT_WTBL2_W9_CHANGE_BW_RATE, in mt7603_wtbl_set_rates() 824 mt76_wr(dev, MT_WTBL_RIUCR0, w9); in mt7603_wtbl_set_rates()
|
| /linux/arch/arm64/lib/ |
| H A D | memset.S | 43 tmp3w .req w9
|