Home
last modified time | relevance | path

Searched refs:dig_table (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Drtw8852bt.c774 .dig_table = NULL,
H A Drtw8852b.c841 .dig_table = NULL,
H A Dphy.c5898 cfg = chip->dig_table->cfg_lna_g; in rtw89_phy_dig_read_gain_table()
5904 cfg = chip->dig_table->cfg_tia_g; in rtw89_phy_dig_read_gain_table()
5910 cfg = chip->dig_table->cfg_lna_a; in rtw89_phy_dig_read_gain_table()
5916 cfg = chip->dig_table->cfg_tia_a; in rtw89_phy_dig_read_gain_table()
H A Drtw8852a.c2205 .dig_table = &rtw89_8852a_phy_dig_table,
H A Drtw8851b.c2487 .dig_table = NULL,
H A Drtw8852c.c3000 .dig_table = NULL,
H A Drtw8922a.c2809 .dig_table = NULL,
H A Dcore.h4321 const struct rtw89_phy_dig_gain_table *dig_table; member