Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8852bt.c834 .bb_table = NULL,
H A Drtw8852b.c974 .bb_table = &rtw89_8852b_phy_bb_table,
H A Dphy.c1889 const struct rtw89_phy_table *bb_table; in rtw89_phy_init_bb_reg() local
1892 bb_table = elm_info->bb_tbl ? elm_info->bb_tbl : chip->bb_table; in rtw89_phy_init_bb_reg()
1896 rtw89_phy_init_reg(rtwdev, bb_table, false, rtw89_phy_config_bb_reg, NULL); in rtw89_phy_init_bb_reg()
1898 rtw89_phy_init_reg(rtwdev, bb_table, false, rtw89_phy_config_bb_reg, in rtw89_phy_init_bb_reg()
H A Drtw8852a.c2379 .bb_table = &rtw89_8852a_phy_bb_table,
H A Drtw8851b.c2617 .bb_table = &rtw89_8851b_phy_bb_table,
H A Drtw8852c.c3176 .bb_table = &rtw89_8852c_phy_bb_table,
H A Drtw8922a.c3242 .bb_table = NULL,
H A Drtw8922d.c3717 .bb_table = NULL,
H A Dcore.h5782 const struct rtw89_phy_table *bb_table; member