Searched refs:prfreg (Results 1 – 1 of 1) sorted by relevance
2236 struct rf_reg_param *prfreg; in rtw_dbg_mode_hdl() local2283 prfreg = (struct rf_reg_param *)pdata; in rtw_dbg_mode_hdl()2285 path = (u8)prfreg->path; in rtw_dbg_mode_hdl()2286 offset = (u8)prfreg->offset; in rtw_dbg_mode_hdl()2290 prfreg->value = value; in rtw_dbg_mode_hdl()2295 prfreg = (struct rf_reg_param *)pdata; in rtw_dbg_mode_hdl()2297 path = (u8)prfreg->path; in rtw_dbg_mode_hdl()2298 offset = (u8)prfreg->offset; in rtw_dbg_mode_hdl()2299 value = prfreg->value; in rtw_dbg_mode_hdl()