Home
last modified time | relevance | path

Searched refs:reg_info_1 (Results 1 – 15 of 15) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_lpass.c46 uint32_t reg_info_1; in wlan_hdd_get_channel_info() local
51 &reg_info_1, &reg_info_2); in wlan_hdd_get_channel_info()
66 chan_info->reg_info_1 = reg_info_1; in wlan_hdd_get_channel_info()
Dwlan_hdd_oemdata.c452 uint32_t reg_info_1; in oem_process_channel_info_req_msg() local
499 &reg_info_1, &reg_info_2); in oem_process_channel_info_req_msg()
517 hddChanInfo.reg_info_1 = reg_info_1; in oem_process_channel_info_req_msg()
530 hddChanInfo.reg_info_1 = 0; in oem_process_channel_info_req_msg()
730 peer_info->peer_chan_info.reg_info_1 = chan_info->reg_info_1; in hdd_send_peer_status_ind_to_oem_app()
747 peer_info->peer_chan_info.reg_info_1, in hdd_send_peer_status_ind_to_oem_app()
/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/inc/
Dwifi_pos_api.h113 uint32_t reg_info_1; member
141 uint32_t reg_info_1; member
/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/src/
Dwifi_pos_main.c49 #define REG_SET_CHANNEL_REG_POWER(reg_info_1, val) do { \ argument
50 reg_info_1 &= 0xff00ffff; \
51 reg_info_1 |= ((val & 0xff) << 16); \
753 REG_SET_CHANNEL_REG_POWER(ch_info[i].reg_info_1, in wifi_pos_process_ch_info_req()
766 ch_info[i].reg_info_1, ch_info[i].reg_info_2, in wifi_pos_process_ch_info_req()
/wlan-driver/qcacld-3.0/core/hdd/inc/
Dwlan_hdd_oemdata.h132 uint32_t reg_info_1; member
Dwlan_hdd_main.h4492 ch_info.reg_info_1 = chan_info->reg_info_1; in hdd_send_peer_status_ind_to_app()
/wlan-driver/qca-wifi-host-cmn/utils/nlink/inc/
Dwlan_nlink_common.h145 uint32_t reg_info_1; member
/wlan-driver/qca-wifi-host-cmn/os_if/linux/wifi_pos/src/
Dos_if_wifi_pos.c241 chan_info->reg_info_1); in os_if_wifi_pos_send_peer_nl_status()
408 channel_rsp->reg_info_1); in os_if_create_ch_nl_resp()
1082 peer_info->peer_chan_info.reg_info_1 = chan_info->reg_info_1; in os_if_wifi_pos_send_peer_status()
/wlan-driver/qcacld-3.0/core/sme/inc/
Dsme_api.h88 #define SME_SET_CHANNEL_REG_POWER(reg_info_1, val) do { \ argument
89 reg_info_1 &= 0xff00ffff; \
90 reg_info_1 |= ((val & 0xff) << 16); \
/wlan-driver/fw-api/fw/
Dwmi_unified.h2584 A_UINT32 reg_info_1; member
2628 (pwmi_channel)->reg_info_1 &= 0xffffff00; \
2629 (pwmi_channel)->reg_info_1 |= (val & 0xff); \
2631 #define WMI_GET_CHANNEL_MIN_POWER(pwmi_channel) ((pwmi_channel)->reg_info_1 & 0xff)
2634 (pwmi_channel)->reg_info_1 &= 0xffff00ff; \
2635 (pwmi_channel)->reg_info_1 |= ((val & 0xff) << 8); \
2637 #define WMI_GET_CHANNEL_MAX_POWER(pwmi_channel) ((((pwmi_channel)->reg_info_1) >> 8) & 0xff)
2640 (pwmi_channel)->reg_info_1 &= 0xff00ffff; \
2641 (pwmi_channel)->reg_info_1 |= ((val & 0xff) << 16); \
2643 #define WMI_GET_CHANNEL_REG_POWER(pwmi_channel) ((((pwmi_channel)->reg_info_1) >> 16) & 0xff)
[all …]
/wlan-driver/qcacld-3.0/core/sap/src/
Dsap_fsm.c2622 chaninfo->reg_info_1 = in sap_signal_hdd_event()
2623 csr_roaminfo->chan_info.reg_info_1; in sap_signal_hdd_event()
/wlan-driver/qcacld-3.0/core/mac/inc/
Dsir_api.h1029 uint32_t reg_info_1; member
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_assoc_req_frame.c3425 assoc_ind->chan_info.reg_info_1 = in lim_fill_lim_assoc_ind_params()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
Dwmi_unified_param.h646 uint32_t reg_info_1; member
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_tlv.c1407 chan->reg_info_1, chan->reg_info_2, req->channel.maxregpower, in send_vdev_start_cmd_tlv()