Home
last modified time | relevance | path

Searched refs:hw_reg (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/wireless/realtek/rtw88/
Dphy.c129 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()
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()
Dfw.c279 rtw_read32_mask(rtwdev, edcca_th[EDCCA_TH_L2H_IDX].hw_reg.addr, in rtw_fw_adaptivity_result()
280 edcca_th[EDCCA_TH_L2H_IDX].hw_reg.mask), in rtw_fw_adaptivity_result()
281 rtw_read32_mask(rtwdev, edcca_th[EDCCA_TH_H2L_IDX].hw_reg.addr, in rtw_fw_adaptivity_result()
282 edcca_th[EDCCA_TH_H2L_IDX].hw_reg.mask)); in rtw_fw_adaptivity_result()
Dmain.h561 struct rtw_hw_reg hw_reg; member