Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw88/
H A Drtw8812a.c1075 .bb_tbl = &rtw8812a_bb_tbl,
H A Drtw8814a.c304 rtw_load_table(rtwdev, rtwdev->chip->bb_tbl); in rtw8814a_phy_set_param()
2227 .bb_tbl = &rtw8814a_bb_tbl,
H A Drtw8821c.c2023 .bb_tbl = &rtw8821c_bb_tbl,
H A Dmain.h1271 const struct rtw_table *bb_tbl; member
H A Drtw88xxa.c591 rtw_load_table(rtwdev, rtwdev->chip->bb_tbl); in rtw88xxa_phy_bb_config()
H A Drtw8822b.c2568 .bb_tbl = &rtw8822b_bb_tbl,
H A Drtw8822c.c5386 .bb_tbl = &rtw8822c_bb_tbl,
/linux/drivers/net/wireless/realtek/rtw89/
H A Dphy.c1892 bb_table = elm_info->bb_tbl ? elm_info->bb_tbl : chip->bb_table; in rtw89_phy_init_bb_reg()
H A Dfw.c1115 pp = &elm_info->bb_tbl; in rtw89_build_phy_tbl_from_elm()
2119 rtw89_free_phy_tbl_from_elm(elm_info->bb_tbl); in rtw89_unload_firmware_elements()
H A Dcore.h6079 struct rtw89_phy_table *bb_tbl; member