Searched refs:phycap_map (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/net/wireless/realtek/rtw89/
H A Defuse.c312 u8 *phycap_map = NULL; local
318 phycap_map = kmalloc(phycap_size, GFP_KERNEL);
319 if (!phycap_map)
322 ret = rtw89_dump_physical_efuse_map(rtwdev, phycap_map,
329 ret = rtwdev->chip->ops->read_phycap(rtwdev, phycap_map);
336 kfree(phycap_map);
H A Defuse_be.c418 u8 *phycap_map = NULL; local
424 phycap_map = kmalloc(phycap_size, GFP_KERNEL);
425 if (!phycap_map)
428 ret = rtw89_dump_physical_efuse_map_be(rtwdev, phycap_map,
435 ret = rtwdev->chip->ops->read_phycap(rtwdev, phycap_map);
442 kfree(phycap_map);
H A Drtw8852a.c579 static void rtw8852a_phycap_parsing_tssi(struct rtw89_dev *rtwdev, u8 *phycap_map) argument
592 tssi->tssi_trim[i][j] = phycap_map[ofst];
594 if (phycap_map[ofst] != 0xff)
614 u8 *phycap_map)
622 info->thermal_trim[i] = phycap_map[thm_trim_addr[i] - addr];
662 u8 *phycap_map)
670 info->pa_bias_trim[i] = phycap_map[pabias_trim_addr[i] - addr];
707 static int rtw8852a_read_phycap(struct rtw89_dev *rtwdev, u8 *phycap_map) argument
709 rtw8852a_phycap_parsing_tssi(rtwdev, phycap_map);
710 rtw8852a_phycap_parsing_thermal_trim(rtwdev, phycap_map);
613 rtw8852a_phycap_parsing_thermal_trim(struct rtw89_dev *rtwdev, u8 *phycap_map) argument
661 rtw8852a_phycap_parsing_pa_bias_trim(struct rtw89_dev *rtwdev, u8 *phycap_map) argument
[all...]
H A Drtw8852b.c681 static void rtw8852b_phycap_parsing_power_cal(struct rtw89_dev *rtwdev, u8 *phycap_map) argument
687 if (phycap_map[offset] == PWR_K_CHK_VALUE)
691 static void rtw8852b_phycap_parsing_tssi(struct rtw89_dev *rtwdev, u8 *phycap_map) argument
704 tssi->tssi_trim[i][j] = phycap_map[ofst];
706 if (phycap_map[ofst] != 0xff)
726 u8 *phycap_map)
734 info->thermal_trim[i] = phycap_map[thm_trim_addr[i] - addr];
774 u8 *phycap_map)
782 info->pa_bias_trim[i] = phycap_map[pabias_trim_addr[i] - addr];
819 static void rtw8852b_phycap_parsing_gain_comp(struct rtw89_dev *rtwdev, u8 *phycap_map) argument
725 rtw8852b_phycap_parsing_thermal_trim(struct rtw89_dev *rtwdev, u8 *phycap_map) argument
773 rtw8852b_phycap_parsing_pa_bias_trim(struct rtw89_dev *rtwdev, u8 *phycap_map) argument
844 rtw8852b_read_phycap(struct rtw89_dev *rtwdev, u8 *phycap_map) argument
[all...]
H A Drtw8851b.c543 static void rtw8851b_phycap_parsing_tssi(struct rtw89_dev *rtwdev, u8 *phycap_map) argument
556 tssi->tssi_trim[i][j] = phycap_map[ofst];
558 if (phycap_map[ofst] != 0xff)
578 u8 *phycap_map)
586 info->thermal_trim[i] = phycap_map[thm_trim_addr[i] - addr];
626 u8 *phycap_map)
634 info->pa_bias_trim[i] = phycap_map[pabias_trim_addr[i] - addr];
671 static void rtw8851b_phycap_parsing_gain_comp(struct rtw89_dev *rtwdev, u8 *phycap_map) argument
687 data = phycap_map[comp_addrs[path][i] - phycap_addr];
695 static int rtw8851b_read_phycap(struct rtw89_dev *rtwdev, u8 *phycap_map) argument
577 rtw8851b_phycap_parsing_thermal_trim(struct rtw89_dev *rtwdev, u8 *phycap_map) argument
625 rtw8851b_phycap_parsing_pa_bias_trim(struct rtw89_dev *rtwdev, u8 *phycap_map) argument
[all...]
H A Drtw8852c.c497 static void rtw8852c_phycap_parsing_tssi(struct rtw89_dev *rtwdev, u8 *phycap_map) argument
511 tssi->tssi_trim[i][j] = phycap_map[ofst];
513 if (phycap_map[ofst] != 0xff)
520 tssi->tssi_trim_6g[i][j] = phycap_map[ofst];
522 if (phycap_map[ofst] != 0xff)
543 u8 *phycap_map)
551 info->thermal_trim[i] = phycap_map[thm_trim_addr[i] - addr];
591 u8 *phycap_map)
599 info->pa_bias_trim[i] = phycap_map[pabias_trim_addr[i] - addr];
636 static int rtw8852c_read_phycap(struct rtw89_dev *rtwdev, u8 *phycap_map) argument
542 rtw8852c_phycap_parsing_thermal_trim(struct rtw89_dev *rtwdev, u8 *phycap_map) argument
590 rtw8852c_phycap_parsing_pa_bias_trim(struct rtw89_dev *rtwdev, u8 *phycap_map) argument
[all...]
H A Drtw8922a.c636 u8 *phycap_map)
647 pg_th = phycap_map[thm_trim_addr[i] - addr];
670 u8 *phycap_map)
679 val = phycap_map[check_pa_pad_trim_addr - addr];
684 info->pa_bias_trim[i] = phycap_map[pabias_trim_addr[i] - addr];
719 u8 *phycap_map)
727 info->pad_bias_trim[i] = phycap_map[pad_bias_trim_addr[i] - addr];
760 static int rtw8922a_read_phycap(struct rtw89_dev *rtwdev, u8 *phycap_map) argument
762 rtw8922a_phycap_parsing_thermal_trim(rtwdev, phycap_map);
763 rtw8922a_phycap_parsing_pa_bias_trim(rtwdev, phycap_map);
635 rtw8922a_phycap_parsing_thermal_trim(struct rtw89_dev *rtwdev, u8 *phycap_map) argument
669 rtw8922a_phycap_parsing_pa_bias_trim(struct rtw89_dev *rtwdev, u8 *phycap_map) argument
718 rtw8922a_phycap_parsing_pad_bias_trim(struct rtw89_dev *rtwdev, u8 *phycap_map) argument
[all...]
H A Dcore.h3244 int (*read_phycap)(struct rtw89_dev *rtwdev, u8 *phycap_map);

Completed in 253 milliseconds