Home
last modified time | relevance | path

Searched refs:log_cfg (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/
H A Ddbg_cmd.c303 struct mac_ax_fw_log *log_cfg, char *output, u32 out_len, u32 *used) in cmd_mac_fw_log_cfg_set() argument
327 log_cfg->level, in cmd_mac_fw_log_cfg_set()
328 log_cfg->output, in cmd_mac_fw_log_cfg_set()
329 log_cfg->comp, in cmd_mac_fw_log_cfg_set()
330 log_cfg->comp_ext); in cmd_mac_fw_log_cfg_set()
331 if (log_cfg->output & MAC_AX_FL_LV_UART) { in cmd_mac_fw_log_cfg_set()
341 status = mac->ops->fw_log_cfg(mac, log_cfg); in cmd_mac_fw_log_cfg_set()
357 struct mac_ax_fw_log *plog_cfg = &adapter->log_cfg; in cmd_mac_fw_log_cfg()
H A Dfwcmd.h654 struct mac_ax_fw_log *log_cfg);
H A Dfwcmd.c2486 struct mac_ax_fw_log *log_cfg) in mac_fw_log_cfg() argument
2510 log->dword0 = cpu_to_le32(SET_WORD(log_cfg->level, in mac_fw_log_cfg()
2512 SET_WORD(log_cfg->output, in mac_fw_log_cfg()
2514 log->dword1 = cpu_to_le32(log_cfg->comp); in mac_fw_log_cfg()
2516 log->dword2 = cpu_to_le32(log_cfg->comp_ext); in mac_fw_log_cfg()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/
H A Ddbg_cmd.c303 struct mac_ax_fw_log *log_cfg, char *output, u32 out_len, u32 *used) in cmd_mac_fw_log_cfg_set() argument
327 log_cfg->level, in cmd_mac_fw_log_cfg_set()
328 log_cfg->output, in cmd_mac_fw_log_cfg_set()
329 log_cfg->comp, in cmd_mac_fw_log_cfg_set()
330 log_cfg->comp_ext); in cmd_mac_fw_log_cfg_set()
331 if (log_cfg->output & MAC_AX_FL_LV_UART) { in cmd_mac_fw_log_cfg_set()
341 status = mac->ops->fw_log_cfg(mac, log_cfg); in cmd_mac_fw_log_cfg_set()
357 struct mac_ax_fw_log *plog_cfg = &adapter->log_cfg; in cmd_mac_fw_log_cfg()
H A Dfwcmd.h654 struct mac_ax_fw_log *log_cfg);
H A Dfwcmd.c2486 struct mac_ax_fw_log *log_cfg) in mac_fw_log_cfg() argument
2510 log->dword0 = cpu_to_le32(SET_WORD(log_cfg->level, in mac_fw_log_cfg()
2512 SET_WORD(log_cfg->output, in mac_fw_log_cfg()
2514 log->dword1 = cpu_to_le32(log_cfg->comp); in mac_fw_log_cfg()
2516 log->dword2 = cpu_to_le32(log_cfg->comp_ext); in mac_fw_log_cfg()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_api_mac.c6156 struct mac_ax_fw_log log_cfg = {0}; in rtw_hal_mac_fw_log_cfg() local
6162 log_cfg.level = fl_cfg->level; in rtw_hal_mac_fw_log_cfg()
6163 log_cfg.output = fl_cfg->output; in rtw_hal_mac_fw_log_cfg()
6164 log_cfg.comp = fl_cfg->comp; in rtw_hal_mac_fw_log_cfg()
6165 log_cfg.comp_ext = fl_cfg->comp_ext; in rtw_hal_mac_fw_log_cfg()
6169 log_cfg.level, in rtw_hal_mac_fw_log_cfg()
6170 log_cfg.output, in rtw_hal_mac_fw_log_cfg()
6171 log_cfg.comp, in rtw_hal_mac_fw_log_cfg()
6172 log_cfg.comp_ext); in rtw_hal_mac_fw_log_cfg()
6174 if(log_cfg.output == MAC_AX_FL_LV_UART) in rtw_hal_mac_fw_log_cfg()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_api_mac.c6172 struct mac_ax_fw_log log_cfg = {0}; in rtw_hal_mac_fw_log_cfg() local
6178 log_cfg.level = fl_cfg->level; in rtw_hal_mac_fw_log_cfg()
6179 log_cfg.output = fl_cfg->output; in rtw_hal_mac_fw_log_cfg()
6180 log_cfg.comp = fl_cfg->comp; in rtw_hal_mac_fw_log_cfg()
6181 log_cfg.comp_ext = fl_cfg->comp_ext; in rtw_hal_mac_fw_log_cfg()
6185 log_cfg.level, in rtw_hal_mac_fw_log_cfg()
6186 log_cfg.output, in rtw_hal_mac_fw_log_cfg()
6187 log_cfg.comp, in rtw_hal_mac_fw_log_cfg()
6188 log_cfg.comp_ext); in rtw_hal_mac_fw_log_cfg()
6190 if(log_cfg.output == MAC_AX_FL_LV_UART) in rtw_hal_mac_fw_log_cfg()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/
H A Dmac_def.h14195 struct mac_ax_fw_log log_cfg; member
15341 struct mac_ax_fw_log *log_cfg);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/
H A Dmac_def.h14195 struct mac_ax_fw_log log_cfg; member
15341 struct mac_ax_fw_log *log_cfg);