Home
last modified time | relevance | path

Searched refs:w9 (Results 1 – 9 of 9) 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 Dsm4-ce-gcm-core.S210 add w6, w9, #1; \
/linux/drivers/net/wireless/realtek/rtw88/
H A Dtx.h22 __le32 w9; member
H A Dtx.c83 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/realtek/rtw89/
H A Dcam.c902 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 Dfw.h664 __le32 w9; member
1415 __le32 w9; member
1558 __le32 w9; member
1731 __le32 w9; member
3117 __le32 w9; /* Added after SCAN_OFFLOAD_BE_V1 */ member
4156 __le32 w9; member
H A Dcore.c2110 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()
2111 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.c7795 cfg_len = offsetofend(typeof(*h2c), w9); in rtw89_fw_h2c_scan_offload_be()
7869 h2c->w9 = le32_encode_bits(cfg_len / sizeof(h2c->w0), in rtw89_fw_h2c_scan_offload_be()
/linux/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmac.c766 u32 w9 = mt76_rr(dev, addr + 9 * 4); in mt7603_wtbl_set_rates() local
813 w9 &= MT_WTBL2_W9_SHORT_GI_20 | MT_WTBL2_W9_SHORT_GI_40 | in mt7603_wtbl_set_rates()
829 w9 |= FIELD_PREP(MT_WTBL2_W9_CC_BW_SEL, bw); in mt7603_wtbl_set_rates()
830 w9 |= FIELD_PREP(MT_WTBL2_W9_BW_CAP, bw); in mt7603_wtbl_set_rates()
848 w9 |= FIELD_PREP(MT_WTBL2_W9_CHANGE_BW_RATE, in mt7603_wtbl_set_rates()
851 mt76_wr(dev, MT_WTBL_RIUCR0, w9); in mt7603_wtbl_set_rates()