Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/rtw89/
H A Drtw8852bt.c788 .nctl_post_table = NULL,
H A Drtw8852b.c948 .nctl_post_table = NULL,
H A Drtw8852a.c2302 .nctl_post_table = NULL,
H A Drtw8851b.c2616 .nctl_post_table = &rtw8851b_nctl_post_defs_tbl,
H A Drtw8852c.c3143 .nctl_post_table = NULL,
H A Drtw8922a.c2947 .nctl_post_table = NULL,
H A Dphy.c2045 if (chip->nctl_post_table) in rtw89_phy_init_rf_nctl()
2046 rtw89_rfk_parser(rtwdev, chip->nctl_post_table); in rtw89_phy_init_rf_nctl()
H A Dcore.h4581 const struct rtw89_rfk_tbl *nctl_post_table; member