Home
last modified time | relevance | path

Searched refs:out_punc_bitmap (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_services_common.c5276 uint16_t *out_punc_bitmap, in reg_get_320_bonded_channel_state_for_pwrmode() argument
5288 *out_punc_bitmap = ALL_SCHANS_PUNC; in reg_get_320_bonded_channel_state_for_pwrmode()
5310 *out_punc_bitmap &= ~BIT(i); in reg_get_320_bonded_channel_state_for_pwrmode()
5324 reg_verify_punc_for_320_and_set_channel_state(*out_punc_bitmap, in reg_get_320_bonded_channel_state_for_pwrmode()
5441 uint16_t out_punc_bitmap; in reg_fill_channel_list_for_320_for_pwrmode() local
5508 &out_punc_bitmap, in reg_fill_channel_list_for_320_for_pwrmode()
5525 t_chan_param->reg_punc_bitmap = out_punc_bitmap; in reg_fill_channel_list_for_320_for_pwrmode()
H A Dreg_services_common.h2823 uint16_t *out_punc_bitmap,