Home
last modified time | relevance | path

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

/drivers/net/wireless/realtek/rtw88/
Dphy.c126 struct rtw_hw_reg_offset *edcca_th = rtwdev->chip->edcca_th; in rtw_phy_set_edcca_th() local
129 edcca_th[EDCCA_TH_L2H_IDX].hw_reg.addr, in rtw_phy_set_edcca_th()
130 edcca_th[EDCCA_TH_L2H_IDX].hw_reg.mask, in rtw_phy_set_edcca_th()
131 l2h + edcca_th[EDCCA_TH_L2H_IDX].offset); in rtw_phy_set_edcca_th()
133 edcca_th[EDCCA_TH_H2L_IDX].hw_reg.addr, in rtw_phy_set_edcca_th()
134 edcca_th[EDCCA_TH_H2L_IDX].hw_reg.mask, in rtw_phy_set_edcca_th()
135 h2l + edcca_th[EDCCA_TH_H2L_IDX].offset); in rtw_phy_set_edcca_th()
Dfw.c197 struct rtw_hw_reg_offset *edcca_th = rtwdev->chip->edcca_th; in rtw_fw_adaptivity_result() local
206 rtw_read32_mask(rtwdev, edcca_th[EDCCA_TH_L2H_IDX].hw_reg.addr, in rtw_fw_adaptivity_result()
207 edcca_th[EDCCA_TH_L2H_IDX].hw_reg.mask), in rtw_fw_adaptivity_result()
208 rtw_read32_mask(rtwdev, edcca_th[EDCCA_TH_H2L_IDX].hw_reg.addr, in rtw_fw_adaptivity_result()
209 edcca_th[EDCCA_TH_H2L_IDX].hw_reg.mask)); in rtw_fw_adaptivity_result()
Dmain.h1227 struct rtw_hw_reg_offset *edcca_th; member
Drtw8822b.c2548 .edcca_th = rtw8822b_edcca_th,
Drtw8822c.c5368 .edcca_th = rtw8822c_edcca_th,