Home
last modified time | relevance | path

Searched refs:phy_def (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/dev/rtw89/
H A Dphy.h582 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_write8()
590 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_write16()
598 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_write32()
606 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_write32_set()
614 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_write32_clr()
622 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_write32_mask()
629 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_read8()
636 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_read16()
643 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_read32()
651 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_read32_mask()
[all …]
H A Dphy.c20 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy0_phy1_offset()
1878 chip->phy_def->config_bb_gain, NULL); in rtw89_phy_init_bb_reg()
4962 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_dcfo_comp_init()
5826 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_ccx_top_setting_init()
5960 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_ifs_clm_set_th_reg()
5992 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in __rtw89_phy_nhm_setting_init()
6020 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_ifs_clm_setting_init()
6080 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_ccx_trigger()
6215 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in __rtw89_phy_nhm_get_result()
6291 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_ifs_clm_get_result()
[all …]
H A Drtw8852bt.c759 .phy_def = &rtw89_phy_gen_ax,
H A Dphy_be.c456 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_bb_wrap_pwr_by_macid_init()
472 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_bb_wrap_tx_path_by_macid_init()
H A Drtw8852b.c913 .phy_def = &rtw89_phy_gen_ax,
H A Drtw8852a.c2267 .phy_def = &rtw89_phy_gen_ax,
H A Drtw8851b.c2582 .phy_def = &rtw89_phy_gen_ax,
H A Drtw8852c.c3108 .phy_def = &rtw89_phy_gen_ax,
H A Drtw8922a.c2918 .phy_def = &rtw89_phy_gen_be,
H A Dcore.h4512 const struct rtw89_phy_gen_def *phy_def; member