Home
last modified time | relevance | path

Searched refs:RTW89_REGS_DEF (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw89/
H A Dphy_be.c171 .tx_info = RTW89_REGS_DEF(rtw89_tx_info_reg_be),
172 .tx_common_ctrl = RTW89_REGS_DEF(rtw89_tx_common_ctrl_reg_be),
200 .tx_info = RTW89_REGS_DEF(rtw89_tx_info_reg_be_v1),
201 .tx_common_ctrl = RTW89_REGS_DEF(rtw89_tx_common_ctrl_reg_be_v1),
H A Dphy.c9030 .tx_info = RTW89_REGS_DEF(rtw89_txinfo_reg_ax),
9031 .tx_common_ctrl = RTW89_REGS_DEF(rtw89_tx_common_ctrl_reg_ax),
H A Dcore.h5256 #define RTW89_REGS_DEF(x) {x, ARRAY_SIZE(x)} macro