Searched refs:edcca_th (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/wireless/realtek/rtw88/ |
| H A D | phy.c | 162 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 D | fw.c | 279 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 D | main.h | 1281 const struct rtw_hw_reg_offset *edcca_th; member
|
| H A D | rtw8822b.c | 2567 .edcca_th = rtw8822b_edcca_th,
|
| H A D | rtw8822c.c | 5393 .edcca_th = rtw8822c_edcca_th,
|