Searched refs:w9 (Results 1 – 9 of 9) sorted by relevance
| /drivers/net/wireless/realtek/rtw88/ |
| A D | tx.h | 22 __le32 w9; member
|
| 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()
|
| /drivers/net/wireless/mediatek/mt76/mt7603/ |
| 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()
|
| /drivers/net/wireless/realtek/rtw89/ |
| A D | cam.h | 435 __le32 w9; member
|
| A D | txrx.h | 622 __le32 w9; member
|
| A D | fw.h | 629 __le32 w9; member 1380 __le32 w9; member 1549 __le32 w9; member 2844 __le32 w9; /* Added after SCAN_OFFLOAD_BE_V1 */ member
|
| A D | cam.c | 1106 h2c->w9 = le32_encode_bits(mld_sma[4], DCTLINFO_V2_W9_MLD_SMA_4) | in rtw89_cam_fill_dctl_sec_cam_info_v2()
|
| A D | core.c | 1777 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() 1778 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()
|
| A D | fw.c | 5882 h2c->w9 = le32_encode_bits(sizeof(*h2c) / sizeof(h2c->w0), in rtw89_fw_h2c_scan_offload_be()
|
Completed in 85 milliseconds