Home
last modified time | relevance | path

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

/linux/arch/arm64/crypto/
H A Dsm4-ce-ccm-core.S188 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 Daes-cipher-core.S87 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 Dchacha-neon-core.S527 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 …]
H A Dghash-ce-core.S461 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 Daes-modes.S132 encrypt_block v4, w8, x6, x7, w9
176 encrypt_block cbciv, w8, x6, x7, w9
H A Dsm4-ce-gcm-core.S210 add w6, w9, #1; \
H A Dsm3-neon-core.S47 #define rg w9
/linux/drivers/net/wireless/realtek/rtw88/
H A Dtx.h22 __le32 w9; member
H A Dtx.c79 tx_desc->w9 = le32_encode_bits(pkt_info->seq, RTW_TX_DESC_W9_SW_SEQ); in rtw_tx_fill_tx_desc()
87 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 Dmac.c742 u32 w9 = mt76_rr(dev, addr + 9 * 4); in mt7603_wtbl_set_rates() local
789 w9 &= MT_WTBL2_W9_SHORT_GI_20 | MT_WTBL2_W9_SHORT_GI_40 | in mt7603_wtbl_set_rates()
805 w9 |= FIELD_PREP(MT_WTBL2_W9_CC_BW_SEL, bw); in mt7603_wtbl_set_rates()
806 w9 |= FIELD_PREP(MT_WTBL2_W9_BW_CAP, bw); in mt7603_wtbl_set_rates()
824 w9 |= FIELD_PREP(MT_WTBL2_W9_CHANGE_BW_RATE, in mt7603_wtbl_set_rates()
827 mt76_wr(dev, MT_WTBL_RIUCR0, w9); in mt7603_wtbl_set_rates()
/linux/arch/arm64/lib/
H A Dmemset.S42 tmp3w .req w9
/linux/drivers/net/wireless/realtek/rtw89/
H A Dcam.h435 __le32 w9; member
H A Dtxrx.h618 __le32 w9; member
H A Dfw.h595 __le32 w9; member
1333 __le32 w9; member
1502 __le32 w9; member
2763 __le32 w9; /* Added after SCAN_OFFLOAD_BE_V1 */ member
H A Dcore.c1596 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()
1597 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 Dfw.c5063 h2c->w9 = le32_encode_bits(sizeof(*h2c) / sizeof(h2c->w0), in rtw89_fw_h2c_scan_offload_be()