Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_fw.c31 static void _hal_fw_log_set(struct rtw_hal_fw_log_cfg *fl_cfg, u8 type, u32 value) in _hal_fw_log_set() argument
35 fl_cfg->level = value; in _hal_fw_log_set()
39 fl_cfg->output |= value; in _hal_fw_log_set()
43 fl_cfg->comp |= value; in _hal_fw_log_set()
47 fl_cfg->comp_ext |= value; in _hal_fw_log_set()
55 static void _hal_fw_log_clr(struct rtw_hal_fw_log_cfg *fl_cfg, u8 type, u32 value) in _hal_fw_log_clr() argument
62 fl_cfg->output &= (~value); in _hal_fw_log_clr()
66 fl_cfg->comp &= (~value); in _hal_fw_log_clr()
70 fl_cfg->comp_ext &= (~value); in _hal_fw_log_clr()
78 static void _hal_fw_log_info(struct rtw_hal_fw_log_cfg *fl_cfg) in _hal_fw_log_info() argument
[all …]
H A Dhal_api_mac.h447 struct rtw_hal_fw_log_cfg *fl_cfg);
H A Dhal_api_mac.c6152 struct rtw_hal_fw_log_cfg *fl_cfg) in rtw_hal_mac_fw_log_cfg() argument
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()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_fw.c31 static void _hal_fw_log_set(struct rtw_hal_fw_log_cfg *fl_cfg, u8 type, u32 value) in _hal_fw_log_set() argument
35 fl_cfg->level = value; in _hal_fw_log_set()
39 fl_cfg->output |= value; in _hal_fw_log_set()
43 fl_cfg->comp |= value; in _hal_fw_log_set()
47 fl_cfg->comp_ext |= value; in _hal_fw_log_set()
55 static void _hal_fw_log_clr(struct rtw_hal_fw_log_cfg *fl_cfg, u8 type, u32 value) in _hal_fw_log_clr() argument
62 fl_cfg->output &= (~value); in _hal_fw_log_clr()
66 fl_cfg->comp &= (~value); in _hal_fw_log_clr()
70 fl_cfg->comp_ext &= (~value); in _hal_fw_log_clr()
78 static void _hal_fw_log_info(struct rtw_hal_fw_log_cfg *fl_cfg) in _hal_fw_log_info() argument
[all …]
H A Dhal_api_mac.h447 struct rtw_hal_fw_log_cfg *fl_cfg);
H A Dhal_api_mac.c6168 struct rtw_hal_fw_log_cfg *fl_cfg) in rtw_hal_mac_fw_log_cfg() argument
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()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/
H A Ddbg_cmd.c259 static void cmd_mac_fw_log_set(struct mac_ax_fw_log *fl_cfg, u8 type, u32 value) in cmd_mac_fw_log_set() argument
263 fl_cfg->level = value; in cmd_mac_fw_log_set()
267 fl_cfg->output |= value; in cmd_mac_fw_log_set()
271 fl_cfg->comp |= value; in cmd_mac_fw_log_set()
275 fl_cfg->comp_ext |= value; in cmd_mac_fw_log_set()
283 static void cmd_mac_fw_log_clr(struct mac_ax_fw_log *fl_cfg, u8 type, u32 value) in cmd_mac_fw_log_clr() argument
289 fl_cfg->output &= (~value); in cmd_mac_fw_log_clr()
292 fl_cfg->comp &= (~value); in cmd_mac_fw_log_clr()
295 fl_cfg->comp_ext &= (~value); in cmd_mac_fw_log_clr()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/
H A Ddbg_cmd.c259 static void cmd_mac_fw_log_set(struct mac_ax_fw_log *fl_cfg, u8 type, u32 value) in cmd_mac_fw_log_set() argument
263 fl_cfg->level = value; in cmd_mac_fw_log_set()
267 fl_cfg->output |= value; in cmd_mac_fw_log_set()
271 fl_cfg->comp |= value; in cmd_mac_fw_log_set()
275 fl_cfg->comp_ext |= value; in cmd_mac_fw_log_set()
283 static void cmd_mac_fw_log_clr(struct mac_ax_fw_log *fl_cfg, u8 type, u32 value) in cmd_mac_fw_log_clr() argument
289 fl_cfg->output &= (~value); in cmd_mac_fw_log_clr()
292 fl_cfg->comp &= (~value); in cmd_mac_fw_log_clr()
295 fl_cfg->comp_ext &= (~value); in cmd_mac_fw_log_clr()