Home
last modified time | relevance | path

Searched refs:REG_ALPHA2_LEN (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/ath/ath11k/
H A Dreg.c692 memcpy(tmp_regd->alpha2, reg_info->alpha2, REG_ALPHA2_LEN + 1); in ath11k_reg_build_regd()
693 memcpy(alpha2, reg_info->alpha2, REG_ALPHA2_LEN + 1); in ath11k_reg_build_regd()
H A Dwmi.c5323 REG_ALPHA2_LEN); in ath11k_pull_reg_chan_list_update_ev()
5566 memcpy(reg_info->alpha2, &ev->alpha2, REG_ALPHA2_LEN); in ath11k_pull_reg_chan_list_ext_update_ev()
/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.h751 u8 alpha2[REG_ALPHA2_LEN];
H A Dwmi.h4356 #define REG_ALPHA2_LEN 2 macro
4360 u8 alpha2[REG_ALPHA2_LEN];
H A Dwmi.c6055 memcpy(reg_info->alpha2, &ev->alpha2, REG_ALPHA2_LEN); in ath12k_pull_reg_chan_list_ext_update_ev()
6933 memcpy(&ab->new_alpha2, &ev->new_alpha2, REG_ALPHA2_LEN); in ath12k_reg_11d_new_cc_event()