/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | qcom,spmi-regulator.txt | 186 - qcom,saw-reg: 189 Description: Reference to syscon node defining the SAW registers. 288 - qcom,saw-slave: 291 Description: SAW controlled gang slave. Will not be configured. 293 - qcom,saw-leader: 296 Description: SAW controlled gang leader. Will be configured as 297 SAW regulator. 331 qcom,saw-reg = <&saw3>; 333 qcom,saw-slave; 336 qcom,saw-slave; [all …]
|
H A D | qcom,spmi-regulator.yaml | 34 qcom,saw-reg: 35 description: Reference to syscon node defining the SAW registers 100 qcom,saw-slave: 101 description: SAW controlled gang slave. Will not be configured. 104 qcom,saw-leader: 106 SAW controlled gang leader. Will be configured as SAW regulator.
|
/freebsd/sys/contrib/device-tree/Bindings/arm/msm/ |
H A D | qcom,saw2.txt | 10 Multiple revisions of the SAW hardware are supported using these Device Nodes. 12 same revision of the SAW in different SoCs may have different configuration 14 version of the SAW hardware in that SoC and the distinction between cpu (big 15 or Little) or cache, may be needed to uniquely identify the SAW register
|
/freebsd/lib/libproc/tests/ |
H A D | target_prog.c | 34 static volatile sig_atomic_t saw; variable 40 saw = 1; in usr1() 77 return (saw == 1 ? EXIT_SUCCESS : EXIT_FAILURE); in main()
|
/freebsd/sys/arm/qualcomm/ |
H A D | qcom_cpu_kpssv2.c | 96 * The next-level-cache actually is a phandle through to a qcom,saw in qcom_cpu_kpssv2_regulator_start() 111 sret = OF_getencprop(l2_phandle, "qcom,saw", (void *) &saw_phandle, in qcom_cpu_kpssv2_regulator_start() 114 panic("***couldn't get phandle for qcom,saw"); in qcom_cpu_kpssv2_regulator_start() 127 "qcom,saw space (%d)", ret); in qcom_cpu_kpssv2_regulator_start()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_scrub/ |
H A D | zpool_scrub_print_repairing.ksh | 69 log_pass "Correctly saw '(repairing)' while scrubbing" 74 log_fail "Never saw '(repairing)' while scrubbing"
|
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/ |
H A D | qcom,spm.yaml | 58 qcom,saw = <&saw0>; 72 * Example 2: New-gen multi cluster SoC using SAW only for L2;
|
H A D | qcom,saw2.yaml | 79 qcom,saw = <&saw0>; 93 * Example 2: New-gen multi cluster SoC using SAW only for L2;
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | msm8996-xiaomi-common.dtsi | 646 qcom,saw-reg = <&saw3>; 648 qcom,saw-slave; 651 qcom,saw-slave; 654 qcom,saw-slave; 657 qcom,saw-leader;
|
H A D | msm8996-oneplus-common.dtsi | 259 qcom,saw-reg = <&saw3>; 262 qcom,saw-slave; 266 qcom,saw-slave; 270 qcom,saw-leader;
|
H A D | msm8996-sony-xperia-tone.dtsi | 590 qcom,saw-reg = <&saw3>; 593 qcom,saw-slave; 597 qcom,saw-slave; 601 qcom,saw-leader;
|
/freebsd/lib/libpmc/pmu-events/arch/x86/amdzen1/ |
H A D | memory.json | 170 …ot fetch data outside of the processor core. Software PREFETCH instruction saw a match on an alrea… 176 …hat did not fetch data outside of the processor core. Software PREFETCH instruction saw a DC hit.",
|
/freebsd/sys/contrib/device-tree/src/arm/qcom/ |
H A D | qcom-ipq4019.dtsi | 52 qcom,saw = <&saw0>; 66 qcom,saw = <&saw1>; 80 qcom,saw = <&saw2>; 94 qcom,saw = <&saw3>; 106 qcom,saw = <&saw_l2>;
|
H A D | qcom-apq8084.dtsi | 37 qcom,saw = <&saw0>; 48 qcom,saw = <&saw1>; 59 qcom,saw = <&saw2>; 70 qcom,saw = <&saw3>; 78 qcom,saw = <&saw_l2>;
|
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesReader.cpp | 817 // Already saw metadata. in readControlBlock() 901 // Already saw identifier table. in readIdentifierBlock() 977 // Already saw Objective-C / C++ context ID table. in readContextBlock() 991 // Already saw Objective-C / C++ context info table. in readContextBlock() 1067 // Already saw Objective-C property table. in readObjCPropertyBlock() 1143 // Already saw Objective-C method table. in readObjCMethodBlock() 1218 // Already saw C++ method table. in readCXXMethodBlock() 1293 // Already saw Objective-C selector table. in readObjCSelectorBlock() 1369 // Already saw global variable table. in readGlobalVariableBlock() 1445 // Already saw global function table. in readGlobalFunctionBlock() [all …]
|
/freebsd/contrib/libpcap/rpcapd/ |
H A D | fileconf.c | 247 // The first character it saw in fileconf_read() 262 // character it saw was a in fileconf_read() 371 // The first character it saw in fileconf_read() 446 // The first character it saw in fileconf_read()
|
/freebsd/lib/libc/gen/ |
H A D | wordexp.c | 302 /* Saw \ or $, possibly not special: */ in we_check() 304 /* Saw ', ", ${, ` or $(, possibly not special: */ in we_check() 307 /* Definitely saw a ', ", ${, ` or $(, need a closing character: */ in we_check()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | OptimizePHIs.cpp | 102 // See if we already saw this register. in IsSingleValuePHICycle() 147 // See if we already saw this register. in IsDeadPHICycle()
|
/freebsd/share/dict/ |
H A D | web2a | 3682 band saw 3683 band-saw file 4087 barrel saw 4377 bastard-saw 5204 belt saw 5634 bilge saw 6217 block-saw 6378 bloom saw 7387 bow saw 9040 button saw [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/ |
H A D | zpool_status_-s.ksh | 76 log_pass "Correctly saw $SLOW_IOS slow IOs and $DELAY_EVENTS delay events"
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/ |
H A D | tst.op_access.ksh | 65 printf("fail: expected %d. saw %d.", expected_errorcount, errorcount);
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | bib | 4 And God saw the light, that it was good: and God divided the light from the darkness. 10 … land Earth; and the gathering together of the waters called he Seas: and God saw that it was good. 12 …nd the tree yielding fruit, whose seed was in itself, after his kind: and God saw that it was good. 18 And to rule over the day and over the night, and to divide the light from the darkness: and God saw… 21 …h abundantly, after their kind, and every winged fowl after his kind: and God saw that it was good. 25 …ir kind, and every thing that creepeth upon the earth after his kind: and God saw that it was good. 31 And God saw every thing that he had made, and, behold, it was very good. And the evening and the mo… 62 And when the woman saw that the tree was good for food, and that it was pleasant to the eyes, and a… 140 That the sons of God saw the daughters of men that they were fair; and they took them wives of all … 143 And God saw that the wickedness of man was great in the earth, and that every imagination of the th… [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/amdzen2/ |
H A D | memory.json | 262 …ot fetch data outside of the processor core. Software PREFETCH instruction saw a match on an alrea… 268 …hat did not fetch data outside of the processor core. Software PREFETCH instruction saw a DC hit.",
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | dmu_zfetch.h | 66 boolean_t zs_missed; /* stream saw cache misses */
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | RetireControlUnitStatistics.h | 16 /// Retire Control Unit - number of cycles where we saw N instructions retired:
|