Home
last modified time | relevance | path

Searched refs:edcca_th (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw88/
H A Dphy.c162 const struct rtw_hw_reg_offset *edcca_th = rtwdev->chip->edcca_th; in rtw_phy_set_edcca_th() local
165 edcca_th[EDCCA_TH_L2H_IDX].hw_reg.addr, in rtw_phy_set_edcca_th()
166 edcca_th[EDCCA_TH_L2H_IDX].hw_reg.mask, in rtw_phy_set_edcca_th()
167 l2h + edcca_th[EDCCA_TH_L2H_IDX].offset); in rtw_phy_set_edcca_th()
169 edcca_th[EDCCA_TH_H2L_IDX].hw_reg.addr, in rtw_phy_set_edcca_th()
170 edcca_th[EDCCA_TH_H2L_IDX].hw_reg.mask, in rtw_phy_set_edcca_th()
171 h2l + edcca_th[EDCCA_TH_H2L_IDX].offset); in rtw_phy_set_edcca_th()
H A Dfw.c279 const struct rtw_hw_reg_offset *edcca_th = rtwdev->chip->edcca_th; in rtw_fw_adaptivity_result() local
288 rtw_read32_mask(rtwdev, edcca_th[EDCCA_TH_L2H_IDX].hw_reg.addr, in rtw_fw_adaptivity_result()
289 edcca_th[EDCCA_TH_L2H_IDX].hw_reg.mask), in rtw_fw_adaptivity_result()
290 rtw_read32_mask(rtwdev, edcca_th[EDCCA_TH_H2L_IDX].hw_reg.addr, in rtw_fw_adaptivity_result()
291 edcca_th[EDCCA_TH_H2L_IDX].hw_reg.mask)); in rtw_fw_adaptivity_result()
H A Dmain.h1281 const struct rtw_hw_reg_offset *edcca_th; member
H A Drtw8822b.c2567 .edcca_th = rtw8822b_edcca_th,
H A Drtw8822c.c5393 .edcca_th = rtw8822c_edcca_th,