Home
last modified time | relevance | path

Searched refs:phy_version (Results 1 – 25 of 32) sorted by relevance

12

/wlan-driver/fw-api/hw/qcn9224/v2/
H A Du_sig_eht_tb_info.h36 uint32_t phy_version : 3, member
58 phy_version : 3;
H A Du_sig_eht_su_mu_info.h36 uint32_t phy_version : 3, member
64 phy_version : 3;
H A Dofdma_trigger_details.h146 phy_version : 3, member
261 phy_version : 3,
/wlan-driver/fw-api/hw/qcn6432/
H A Du_sig_eht_tb_info.h27 uint32_t phy_version : 3, // [2:0] member
49 phy_version : 3; // [2:0]
H A Du_sig_eht_su_mu_info.h27 uint32_t phy_version : 3, // [2:0] member
55 phy_version : 3; // [2:0]
H A Dofdma_trigger_details.h137 phy_version : 3, // [14:12] member
252 phy_version : 3, // [14:12]
/wlan-driver/fw-api/hw/peach/v1/
H A Du_sig_eht_tb_info.h25 uint32_t phy_version : 3, member
47 phy_version : 3;
H A Du_sig_eht_su_mu_info.h25 uint32_t phy_version : 3, member
53 phy_version : 3;
H A Dofdma_trigger_details.h133 phy_version : 3, member
248 phy_version : 3,
/wlan-driver/fw-api/hw/kiwi/v2/
H A Du_sig_eht_tb_info.h29 uint32_t phy_version : 3, member
51 phy_version : 3;
H A Du_sig_eht_su_mu_info.h29 uint32_t phy_version : 3, member
57 phy_version : 3;
H A Dofdma_trigger_details.h139 phy_version : 3, member
254 phy_version : 3,
/wlan-driver/fw-api/hw/qca5332/
H A Du_sig_eht_tb_info.h36 uint32_t phy_version : 3, // [2:0] member
58 phy_version : 3; // [2:0]
H A Du_sig_eht_su_mu_info.h36 uint32_t phy_version : 3, // [2:0] member
64 phy_version : 3; // [2:0]
H A Dofdma_trigger_details.h146 phy_version : 3, // [14:12] member
261 phy_version : 3, // [14:12]
/wlan-driver/fw-api/hw/qca5424/
H A Du_sig_eht_tb_info.h29 uint32_t phy_version : 3, member
51 phy_version : 3;
H A Du_sig_eht_su_mu_info.h29 uint32_t phy_version : 3, member
57 phy_version : 3;
/wlan-driver/fw-api/hw/peach/v2/
H A Du_sig_eht_tb_info.h25 uint32_t phy_version : 3, member
47 phy_version : 3;
H A Du_sig_eht_su_mu_info.h25 uint32_t phy_version : 3, member
53 phy_version : 3;
H A Dofdma_trigger_details.h133 phy_version : 3, member
248 phy_version : 3,
/wlan-driver/fw-api/hw/qcn9224/v1/
H A Du_sig_eht_tb_info.h36 uint32_t phy_version : 3, // [2:0] member
58 phy_version : 3; // [2:0]
H A Du_sig_eht_su_mu_info.h37 uint32_t phy_version : 3, // [2:0] member
65 phy_version : 3; // [2:0]
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/obj_mgr/inc/
H A Dwlan_objmgr_psoc_obj.h333 uint32_t phy_version; member
499 struct wlan_objmgr_psoc *wlan_objmgr_psoc_obj_create(uint32_t phy_version,
1243 psoc->soc_nif.phy_version = phy_ver; in wlan_psoc_set_nif_phy_version()
1260 return psoc->soc_nif.phy_version; in wlan_psoc_get_nif_phy_version()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/utils/src/
H A Dwlan_utility.c1569 bool wlan_is_emulation_platform(uint32_t phy_version) in wlan_is_emulation_platform() argument
1571 if ((phy_version == 0xABC0) || (phy_version == 0xABC1) || in wlan_is_emulation_platform()
1572 (phy_version == 0xABC2) || (phy_version == 0xABC3) || in wlan_is_emulation_platform()
1573 (phy_version == 0xFFFF) || (phy_version == 0xABCD)) in wlan_is_emulation_platform()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/serialization/src/
H A Dwlan_serialization_internal.c738 uint32_t phy_version; in wlan_serialization_find_and_stop_timer() local
747 phy_version = wlan_psoc_get_nif_phy_version(psoc); in wlan_serialization_find_and_stop_timer()
748 if (wlan_is_emulation_platform(phy_version)) { in wlan_serialization_find_and_stop_timer()

12