Home
last modified time | relevance | path

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

/src/sys/contrib/dev/rtw89/
H A Dphy.h566 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_write8()
574 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_write16()
582 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_write32()
590 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_write32_set()
598 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_write32_clr()
606 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_write32_mask()
613 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_read8()
620 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_read16()
627 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_read32()
635 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()
1748 chip->phy_def->config_bb_gain, NULL); in rtw89_phy_init_bb_reg()
4662 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_dcfo_comp_init()
5526 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_ccx_top_setting_init()
5660 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_ifs_clm_set_th_reg()
5692 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in __rtw89_phy_nhm_setting_init()
5720 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_ifs_clm_setting_init()
5780 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_ccx_trigger()
5915 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in __rtw89_phy_nhm_get_result()
5991 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_ifs_clm_get_result()
[all …]
H A Drtw8852bt.c757 .phy_def = &rtw89_phy_gen_ax,
H A Drtw8852b.c891 .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.c2867 .phy_def = &rtw89_phy_gen_be,
H A Dcore.h4432 const struct rtw89_phy_gen_def *phy_def; member