Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/rtw89/
H A Dphy.c3806 cfg = chip->dig_table->cfg_lna_g; in rtw89_phy_dig_read_gain_table()
3812 cfg = chip->dig_table->cfg_tia_g; in rtw89_phy_dig_read_gain_table()
3818 cfg = chip->dig_table->cfg_lna_a; in rtw89_phy_dig_read_gain_table()
3824 cfg = chip->dig_table->cfg_tia_a; in rtw89_phy_dig_read_gain_table()
H A Drtw8852a.c2104 .dig_table = &rtw89_8852a_phy_dig_table,
H A Drtw8851b.c2372 .dig_table = NULL,
H A Drtw8852b.c2542 .dig_table = NULL,
H A Drtw8852c.c2841 .dig_table = NULL,
H A Dcore.h3436 const struct rtw89_phy_dig_gain_table *dig_table; member