Home
last modified time | relevance | path

Searched refs:rtw89_imr_table (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8922a.c299 static const struct rtw89_imr_table rtw8922a_imr_dmac_table = {
320 static const struct rtw89_imr_table rtw8922a_imr_cmac_table = {
H A Drtw8922d.c196 static const struct rtw89_imr_table rtw8922d_imr_dmac_table = {
218 static const struct rtw89_imr_table rtw8922d_imr_cmac_table = {
H A Dcore.h5518 struct rtw89_imr_table { struct
5844 const struct rtw89_imr_table *imr_dmac_table;
5845 const struct rtw89_imr_table *imr_cmac_table;
H A Dmac_be.c2089 const struct rtw89_imr_table *table; in enable_imr_be()