Home
last modified time | relevance | path

Searched refs:msa (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-14.2/sys/contrib/dev/athk/ath10k/
H A Dsnoc.c1447 memcpy(buf, ar->msa.vaddr, ar->msa.mem_size); in ath10k_msa_dump_memory()
1559 ar->msa.paddr = r.start; in ath10k_setup_msa_resources()
1561 ar->msa.vaddr = devm_memremap(dev, ar->msa.paddr, in ath10k_setup_msa_resources()
1562 ar->msa.mem_size, in ath10k_setup_msa_resources()
1564 if (IS_ERR(ar->msa.vaddr)) { in ath10k_setup_msa_resources()
1571 &ar->msa.paddr, in ath10k_setup_msa_resources()
1573 if (!ar->msa.vaddr) { in ath10k_setup_msa_resources()
1577 ar->msa.mem_size = msa_size; in ath10k_setup_msa_resources()
1581 &ar->msa.paddr, in ath10k_setup_msa_resources()
1582 ar->msa.vaddr); in ath10k_setup_msa_resources()
[all …]
H A Dqmi.c130 req.msa_addr = ar->msa.paddr; in ath10k_qmi_msa_mem_info_send_sync_msg()
131 req.size = ar->msa.mem_size; in ath10k_qmi_msa_mem_info_send_sync_msg()
165 max_mapped_addr = ar->msa.paddr + ar->msa.mem_size; in ath10k_qmi_msa_mem_info_send_sync_msg()
168 if (resp.mem_region_info[i].size > ar->msa.mem_size || in ath10k_qmi_msa_mem_info_send_sync_msg()
170 resp.mem_region_info[i].region_addr < ar->msa.paddr || in ath10k_qmi_msa_mem_info_send_sync_msg()
H A Dcore.h1024 } msa; member
/freebsd-14.2/sys/contrib/device-tree/Bindings/net/wireless/
H A Dqcom,ath10k.txt73 Definition: reference to the reserved-memory for the msa region
92 - qcom,msa-fixed-perm: Boolean context flag to disable SCM call for statically
93 mapped msa region.
211 qcom,msa-fixed-perm;
H A Dqcom,ath10k.yaml116 qcom,msa-fixed-perm:
/freebsd-14.2/contrib/file/src/
H A Dcdf.c476 cdf_secid_t *msa, mid, sec; in cdf_read_sat() local
510 if ((msa = CAST(cdf_secid_t *, CDF_CALLOC(1, ss))) == NULL) in cdf_read_sat()
521 if (cdf_read_sector(info, msa, 0, ss, h, mid) != in cdf_read_sat()
527 sec = CDF_TOLE4(CAST(uint32_t, msa[k])); in cdf_read_sat()
539 CDF_TOLE4(msa[k]))); in cdf_read_sat()
543 mid = CDF_TOLE4(CAST(uint32_t, msa[nsatpersec])); in cdf_read_sat()
547 free(msa); in cdf_read_sat()
552 free(msa); in cdf_read_sat()
/freebsd-14.2/sys/arm/freescale/imx/
H A Dimx6_sdma.h141 uint32_t msa; member
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContext_mips.h371 MSA_linux_mips msa; // MSA registers. member
H A DRegisterInfos_mips.h29 (LLVM_EXTENSION offsetof(UserArea, msa) + \
/freebsd-14.2/lib/clang/headers/
H A DMakefile129 INCS+= msa.h
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips.td166 def FeatureMSA : SubtargetFeature<"msa", "HasMSA", "true", "Mips MSA ASE">;
/freebsd-14.2/sys/contrib/device-tree/src/arm64/qcom/
H A Dsdm670-google-sargo.dts94 wlan_msa_mem: wlan-msa@94d00000 {
H A Dqcm2290.dtsi179 wlan_msa_mem: wlan-msa@51900000 {
1181 qcom,msa-fixed-perm;
H A Dsdm630.dtsi367 wlan_msa_guard: wlan-msa-guard@85600000 {
372 wlan_msa_mem: wlan-msa-mem@85700000 {
H A Dsdm670.dtsi348 wlan_msa_mem: wlan-msa@93300000 {
H A Dsm6350.dtsi1921 qcom,msa-fixed-perm;
H A Dsm6375.dtsi1502 qcom,msa-fixed-perm;
H A Dsm6115.dtsi2247 qcom,msa-fixed-perm;
H A Dsc7180.dtsi3624 qcom,msa-fixed-perm;
H A Dsdm845.dtsi849 wlan_msa_mem: wlan-msa@8df00000 {
/freebsd-14.2/share/misc/
H A Diso639314 ms may msa Malay
/freebsd-14.2/contrib/file/magic/Magdir/
H A Darchive2156 # http://mark0.net/download/triddefs_xml.7z/defs/m/msa.trid.xml
2159 # command like `deark -l -m msa -d2 PDATS578.msa` as " Atari ST floppy disk image"
2165 !:mime application/x-atari-msa
2166 !:ext msa
/freebsd-14.2/
H A DObsoleteFiles.inc229 OLD_FILES+=usr/lib/clang/17/include/msa.h
684 OLD_FILES+=usr/lib/clang/16/include/msa.h
1200 OLD_FILES+=usr/lib/clang/15.0.7/include/msa.h
1788 OLD_FILES+=usr/lib/clang/14.0.5/include/msa.h
2343 OLD_FILES+=usr/lib/clang/14.0.4/include/msa.h
2655 OLD_FILES+=usr/lib/clang/14.0.3/include/msa.h
2963 OLD_FILES+=usr/lib/clang/13.0.0/include/msa.h
3329 OLD_FILES+=usr/lib/clang/12.0.1/include/msa.h
8663 OLD_FILES+=usr/lib/clang/9.0.1/include/msa.h
9595 OLD_FILES+=usr/lib/clang/9.0.0/include/msa.h
[all …]
/freebsd-14.2/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh3556 msa+FLY3swIwI32lKUnw7KSqyXeWJ9AoGi8LFPa9orsYuPPDJfmsM3n1ovWse5iw
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5085 def mno_msa : Flag<["-"], "mno-msa">, Group<m_mips_Features_Group>,

12