Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dphy.c1362 const struct rtw89_phy_table *bb_table; in rtw89_phy_init_bb_reg() local
1365 bb_table = elm_info->bb_tbl ? elm_info->bb_tbl : chip->bb_table; in rtw89_phy_init_bb_reg()
1366 rtw89_phy_init_reg(rtwdev, bb_table, rtw89_phy_config_bb_reg, NULL); in rtw89_phy_init_bb_reg()
H A Drtw8852a.c2098 .bb_table = &rtw89_8852a_phy_bb_table,
H A Drtw8851b.c2362 .bb_table = &rtw89_8851b_phy_bb_table,
H A Drtw8852c.c2828 .bb_table = &rtw89_8852c_phy_bb_table,
H A Drtw8852b.c2531 .bb_table = &rtw89_8852b_phy_bb_table,
H A Dcore.h3482 const struct rtw89_phy_table *bb_table; member