Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dphy.h699 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_raw_phy_write8()
707 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_raw_phy_write16()
715 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_raw_phy_write32()
741 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_write32_set()
749 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_write32_clr()
757 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_write32_mask()
764 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_read8()
771 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_read16()
778 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_read32()
786 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()
1908 chip->phy_def->config_bb_gain, NULL); in rtw89_phy_init_bb_reg()
5054 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_dcfo_comp_init()
6164 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_tx_stat_update()
6287 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_ccx_top_setting_init()
6421 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_ifs_clm_set_th_reg()
6453 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in __rtw89_phy_nhm_setting_init()
6481 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_ifs_clm_setting_init()
6541 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_ccx_trigger()
6676 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in __rtw89_phy_nhm_get_result()
[all …]
H A Dphy_be.c455 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_preinit_rf_nctl_check_be()
549 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_bb_wrap_pwr_by_macid_init()
565 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_phy_bb_wrap_tx_path_by_macid_init()
H A Drtw8852bt.c804 .phy_def = &rtw89_phy_gen_ax,
H A Drtw8852b.c937 .phy_def = &rtw89_phy_gen_ax,
H A Dcore.c2086 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_core_get_phy_status_ie_len()
2199 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_core_parse_phy_status_ie09()
3245 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_core_update_radiotap_vht()
3294 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_core_update_radiotap_he_su()
3366 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_core_update_radiotap_he_tb()
3527 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_core_update_radiotap_he_mu()
H A Drtw8852a.c2342 .phy_def = &rtw89_phy_gen_ax,
H A Drtw8851b.c2580 .phy_def = &rtw89_phy_gen_ax,
H A Drtw8852c.c3139 .phy_def = &rtw89_phy_gen_ax,
H A Drtw8922a.c3206 .phy_def = &rtw89_phy_gen_be,
H A Drtw8922d.c3687 .phy_def = &rtw89_phy_gen_be_v1,
H A Ddebug.c4373 const struct rtw89_phy_gen_def *phy = rtwdev->chip->phy_def; in rtw89_get_bb_stat()
H A Dcore.h5718 const struct rtw89_phy_gen_def *phy_def; member