Lines Matching refs:nrx
4378 s8 pd_diff, s8 cs_diff, u8 bw, u8 nrx) in rtw8822c_phy_cck_pd_set_reg() argument
4382 if (WARN_ON(bw > RTW_CHANNEL_WIDTH_40 || nrx >= RTW_RF_PATH_MAX)) in rtw8822c_phy_cck_pd_set_reg()
4386 rtw8822c_cck_pd_reg[bw][nrx].reg_pd, in rtw8822c_phy_cck_pd_set_reg()
4387 rtw8822c_cck_pd_reg[bw][nrx].mask_pd); in rtw8822c_phy_cck_pd_set_reg()
4389 rtw8822c_cck_pd_reg[bw][nrx].reg_cs, in rtw8822c_phy_cck_pd_set_reg()
4390 rtw8822c_cck_pd_reg[bw][nrx].mask_cs); in rtw8822c_phy_cck_pd_set_reg()
4400 rtw8822c_cck_pd_reg[bw][nrx].reg_pd, in rtw8822c_phy_cck_pd_set_reg()
4401 rtw8822c_cck_pd_reg[bw][nrx].mask_pd, in rtw8822c_phy_cck_pd_set_reg()
4404 rtw8822c_cck_pd_reg[bw][nrx].reg_cs, in rtw8822c_phy_cck_pd_set_reg()
4405 rtw8822c_cck_pd_reg[bw][nrx].mask_cs, in rtw8822c_phy_cck_pd_set_reg()
4410 rtw_is_assoc(rtwdev), bw, nrx, cs, pd); in rtw8822c_phy_cck_pd_set_reg()
4419 u8 nrx, bw; in rtw8822c_phy_cck_pd_set() local
4421 nrx = (u8)rtw_read32_mask(rtwdev, 0x1a2c, 0x60000); in rtw8822c_phy_cck_pd_set()
4425 dm_info->cck_pd_lv[bw][nrx], new_lvl, bw, nrx, in rtw8822c_phy_cck_pd_set()
4428 if (dm_info->cck_pd_lv[bw][nrx] == new_lvl) in rtw8822c_phy_cck_pd_set()
4431 cur_lvl = dm_info->cck_pd_lv[bw][nrx]; in rtw8822c_phy_cck_pd_set()
4439 bw, nrx); in rtw8822c_phy_cck_pd_set()
4440 dm_info->cck_pd_lv[bw][nrx] = new_lvl; in rtw8822c_phy_cck_pd_set()