Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8852bt.c786 .dig_table = NULL,
H A Drtw8852b.c926 .dig_table = NULL,
H A Dphy.c5971 cfg = chip->dig_table->cfg_lna_g; in rtw89_phy_dig_read_gain_table()
5977 cfg = chip->dig_table->cfg_tia_g; in rtw89_phy_dig_read_gain_table()
5983 cfg = chip->dig_table->cfg_lna_a; in rtw89_phy_dig_read_gain_table()
5989 cfg = chip->dig_table->cfg_tia_a; in rtw89_phy_dig_read_gain_table()
H A Drtw8852a.c2207 .dig_table = &rtw89_8852a_phy_dig_table,
H A Drtw8851b.c2615 .dig_table = NULL,
H A Drtw8852c.c3028 .dig_table = NULL,
H A Drtw8922a.c2881 .dig_table = NULL,
H A Dcore.h4435 const struct rtw89_phy_dig_gain_table *dig_table; member