Home
last modified time | relevance | path

Searched refs:target_info (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dbmi.c47 struct bmi_target_info *target_info) in ath10k_bmi_get_target_info() argument
76 target_info->version = __le32_to_cpu(resp.get_target_info.version); in ath10k_bmi_get_target_info()
77 target_info->type = __le32_to_cpu(resp.get_target_info.type); in ath10k_bmi_get_target_info()
85 struct bmi_target_info *target_info) in ath10k_bmi_get_target_info_sdio() argument
147 target_info->version = __le32_to_cpu(resp.get_target_info.version); in ath10k_bmi_get_target_info_sdio()
148 target_info->type = __le32_to_cpu(resp.get_target_info.type); in ath10k_bmi_get_target_info_sdio()
H A Dbmi.h234 struct bmi_target_info *target_info);
236 struct bmi_target_info *target_info);
H A Dcore.c3373 struct bmi_target_info target_info; in ath10k_core_probe_fw() local
3384 memset(&target_info, 0, sizeof(target_info)); in ath10k_core_probe_fw()
3390 ar->target_version = target_info.version; in ath10k_core_probe_fw()
3391 ar->hw->wiphy->hw_version = target_info.version; in ath10k_core_probe_fw()
3396 memset(&target_info, 0, sizeof(target_info)); in ath10k_core_probe_fw()
3397 ret = ath10k_bmi_get_target_info(ar, &target_info); in ath10k_core_probe_fw()
3402 ar->target_version = target_info.version; in ath10k_core_probe_fw()
3403 ar->hw->wiphy->hw_version = target_info.version; in ath10k_core_probe_fw()
3406 memset(&target_info, 0, sizeof(target_info)); in ath10k_core_probe_fw()
3412 ar->target_version = target_info.version; in ath10k_core_probe_fw()
[all …]
H A Dsnoc.h70 struct ath10k_snoc_target_info target_info; member
H A Dhif.h98 struct bmi_target_info *target_info);
H A Dsnoc.c740 struct bmi_target_info *target_info) in ath10k_snoc_hif_get_target_info() argument
742 target_info->version = ATH10K_HW_WCN3990; in ath10k_snoc_hif_get_target_info()
743 target_info->type = ATH10K_HW_WCN3990; in ath10k_snoc_hif_get_target_info()
1352 bus_params.chip_id = ar_snoc->target_info.soc_version; in ath10k_snoc_fw_indication()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dqmi.h113 struct target_info { struct
145 struct target_info target; argument
H A Dqmi.c3328 memset(&ab->qmi.target, 0, sizeof(struct target_info)); in ath11k_qmi_init_service()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4365 XMLNode feature_node, GdbServerTargetInfo &target_info, in ParseRegisters() argument
4379 [&target_info, &registers, &registers_flags_types, in ParseRegisters()
4432 target_info.reg_set_map.find(set_id); in ParseRegisters()
4433 if (pos != target_info.reg_set_map.end()) in ParseRegisters()
4548 GdbServerTargetInfo target_info; in GetGDBServerRegisterInfoXMLAndProcess() local
4558 node.GetElementText(target_info.arch); in GetGDBServerRegisterInfoXMLAndProcess()
4560 node.GetElementText(target_info.osabi); in GetGDBServerRegisterInfoXMLAndProcess()
4564 target_info.includes.push_back(href); in GetGDBServerRegisterInfoXMLAndProcess()
4599 feature_node.ForEachChildElement([&target_info]( in GetGDBServerRegisterInfoXMLAndProcess()
4605 target_info.includes.push_back(href); in GetGDBServerRegisterInfoXMLAndProcess()
[all …]
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dqmi.h107 struct target_info { struct
144 struct target_info target;
H A Dqmi.c3073 memset(&ab->qmi.target, 0, sizeof(struct target_info)); in ath12k_qmi_init_service()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp468 auto target_info = TargetInfo::CreateTargetInfo( in ClangExpressionParser() local
472 target_info->getDataLayoutString()); in ClangExpressionParser()
473 LLDB_LOGF(log, "Target ABI: '%s'", target_info->getABI().str().c_str()); in ClangExpressionParser()
475 target_info->getMaxVectorAlign()); in ClangExpressionParser()
477 m_compiler->setTarget(target_info); in ClangExpressionParser()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp1646 (group_size == 0 || group_size > target_info->GetWaveFrontSize()); in generateWaitcntInstBefore()
1658 if (target_info->HasBufferLoadToLDS()) { in generateWaitcntInstBefore()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp758 TargetInfo *target_info = getTargetInfo(); in CreateASTContext() local
759 if (target_info) in CreateASTContext()
760 m_ast_up->InitBuiltinTypes(*target_info); in CreateASTContext()