Searched refs:REG_ALPHA2_LEN (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | reg.h | 54 u8 alpha2[REG_ALPHA2_LEN + 1];
|
H A D | reg.c | 610 memcpy(tmp_regd->alpha2, reg_info->alpha2, REG_ALPHA2_LEN + 1); 611 memcpy(alpha2, reg_info->alpha2, REG_ALPHA2_LEN + 1);
|
H A D | wmi.h | 3891 #define REG_ALPHA2_LEN 2 macro
|
H A D | wmi.c | 4717 memcpy(reg_info->alpha2, &ev->alpha2, REG_ALPHA2_LEN); in ath12k_pull_reg_chan_list_ext_update_ev()
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | reg.c | 656 memcpy(tmp_regd->alpha2, reg_info->alpha2, REG_ALPHA2_LEN + 1); in ath11k_reg_build_regd() 657 memcpy(alpha2, reg_info->alpha2, REG_ALPHA2_LEN + 1); in ath11k_reg_build_regd()
|
H A D | core.h | 753 u8 alpha2[REG_ALPHA2_LEN + 1];
|
H A D | wmi.h | 4128 #define REG_ALPHA2_LEN 2 macro 4400 u8 alpha2[REG_ALPHA2_LEN + 1];
|
H A D | wmi.c | 5407 REG_ALPHA2_LEN); in ath11k_pull_reg_chan_list_update_ev() 5662 memcpy(reg_info->alpha2, &ev->alpha2, REG_ALPHA2_LEN); in ath11k_pull_reg_chan_list_ext_update_ev()
|