Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Dwlcore.h321 u32 reg_ch_conf_last[2] __aligned(8); member
Dcmd.c1748 if (!memcmp(tmp_ch_bitmap, wl->reg_ch_conf_last, sizeof(tmp_ch_bitmap))) in wlcore_cmd_regdomain_config_locked()
1781 memcpy(wl->reg_ch_conf_last, tmp_ch_bitmap, sizeof(tmp_ch_bitmap)); in wlcore_cmd_regdomain_config_locked()
Dmain.c2021 memcpy(wl->reg_ch_conf_pending, wl->reg_ch_conf_last, in wlcore_op_stop_locked()
2023 memset(wl->reg_ch_conf_last, 0, sizeof(wl->reg_ch_conf_last)); in wlcore_op_stop_locked()