Home
last modified time | relevance | path

Searched full:scm (Results 1 – 25 of 154) sorted by relevance

1234567

/freebsd/sys/contrib/device-tree/Bindings/firmware/
H A Dqcom,scm.yaml4 $id: http://devicetree.org/schemas/firmware/qcom,scm.yaml#
7 title: QCOM Secure Channel Manager (SCM)
24 - qcom,scm-apq8064
25 - qcom,scm-apq8084
26 - qcom,scm-ipq4019
27 - qcom,scm-ipq5018
28 - qcom,scm-ipq5332
29 - qcom,scm-ipq6018
30 - qcom,scm-ipq806x
31 - qcom,scm
[all...]
H A Dqcom,scm.txt1 QCOM Secure Channel Manager (SCM)
10 * "qcom,scm-apq8064"
11 * "qcom,scm-apq8084"
12 * "qcom,scm-ipq4019"
13 * "qcom,scm-ipq806x"
14 * "qcom,scm-ipq8074"
15 * "qcom,scm-mdm9607"
16 * "qcom,scm-msm8226"
17 * "qcom,scm-msm8660"
18 * "qcom,scm-msm8916"
[all …]
/freebsd/sys/contrib/device-tree/Bindings/arm/omap/
H A Dctrl.txt16 "ti,am3-scm"
17 "ti,am4-scm"
20 "ti,omap2-scm"
21 "ti,omap3-scm"
22 "ti,omap4-scm-core"
23 "ti,omap4-scm-padconf-core"
24 "ti,omap4-scm-wkup"
25 "ti,omap4-scm-padconf-wkup"
26 "ti,omap5-scm-core"
27 "ti,omap5-scm
[all...]
/freebsd/contrib/ntp/ports/winnt/vs2015/
H A Dmkver.props4 <CustomBuild Include="..\..\..\..\sntp\scm-rev" Condition="exists('..\..\..\..\sntp\scm-rev')">
5 <Message>Copying scm-rev from distribution...</Message>
6 <Command>call ..\..\scripts\mkver.bat -U scm-rev</Command>
7 <Outputs>scm-rev</Outputs>
12 <Message>Generating scm-rev from bk...</Message>
13 <Command>call ..\..\scripts\mkver.bat -G scm-rev</Command>
14 <Outputs>scm-rev</Outputs>
18 <CustomBuild Include="scm-rev">
20 <Command>call ..\..\scripts\mkver.bat -S scm-rev -P $(ProjectName)</Command>
21 <Inputs>.version;scm-rev;..\..\..\..\packageinfo.sh</Inputs>
/freebsd/sys/arm/ti/
H A Dti_scm.c67 { "ti,am3-scm", TI_AM3_SCM },
68 { "ti,am4-scm", TI_AM4_SCM },
71 { "ti,omap2-scm", TI_OMAP2_SCM },
72 { "ti,omap3-scm", TI_OMAP3_SCM },
73 { "ti,omap4-scm-core", TI_OMAP4_SCM_CORE },
74 { "ti,omap4-scm-padconf-core", TI_OMAP4_SCM_PADCONF_CORE },
75 { "ti,omap4-scm-wkup", TI_OMAP4_SCM_WKUP },
76 { "ti,omap4-scm-padconf-wkup", TI_OMAP4_SCM_PADCONF_WKUP },
77 { "ti,omap5-scm-core", TI_OMAP5_SCM_CORE },
78 { "ti,omap5-scm-padconf-core", TI_OMAP5_SCM_PADCONF_CORE },
[all …]
/freebsd/share/syscons/scrnmaps/
H A DMakefile3 SCRMAPS = armscii8-2haik8.scm \
4 iso-8859-1_to_cp437.scm iso-8859-4_for_vga9.scm \
5 iso-8859-7_to_cp437.scm \
6 koi8-r2cp866.scm koi8-u2cp866u.scm \
7 us-ascii_to_cp437.scm
/freebsd/contrib/ntp/
H A Dcheck-scm-rev.mf1 $(top_srcdir)/sntp/scm-rev: FRC.scm-rev
2 $(AM_V_GEN)cd $(top_builddir)/sntp && $(MAKE) $(AM_MAKEFLAGS) check-scm-rev
4 .PHONY: FRC.scm-rev
5 FRC.scm-rev:
6 @: FRC.scm-rev is always out of date, triggering the check every make invocation.
/freebsd/sys/arm/qualcomm/
H A Dqcom_scm_legacy_defs.h32 * These definitions are specific to the 32 bit legacy SCM interface
37 * Mapping of the SCM service/command fields into the a0 argument
40 * This is particular to the legacy SCM interface, and is not the
46 * There are two kinds of SCM calls in this legacy path.
53 * The second kind are what are termed "atomic" SCM calls -
67 * Atomic SCM call command/response buffer definitions.
74 * Mapping an SCM service/command/argcount into the a0 register
H A Dqcom_scm_defs.h32 * Maximum SCM arguments and return values.
38 * SCM argument type definitions.
46 * SCM calls + arguments.
78 * Fetch SCM call availability information.
110 * Return values from the SCM calls.
H A Dipq4018_mp.c95 * First step - SCM call to set the cold boot address to mpentry, so in ipq4018_mp_start_ap()
100 panic("%s: Couldn't set cold boot address via SCM " in ipq4018_mp_start_ap()
/freebsd/sys/contrib/device-tree/Bindings/crypto/
H A Dfsl-imx-scc.txt6 - interrupts : Should contain interrupt numbers for SCM IRQ and SMN IRQ.
7 - interrupt-names : Should specify the names "scm" and "smn" for the
8 SCM IRQ and SMN IRQ.
20 interrupt-names = "scm", "smn";
H A Dfsl-imx-scc.yaml21 - description: SCC SCM interrupt
26 - const: scm
53 interrupt-names = "scm", "smn";
/freebsd/contrib/wpa/wpa_supplicant/
H A Dmain_winsvc.c256 SC_HANDLE svc, scm; in register_service() local
261 scm = OpenSCManager(0, 0, SC_MANAGER_CREATE_SERVICE); in register_service()
262 if (!scm) { in register_service()
267 svc = CreateService(scm, WPASVC_NAME, WPASVC_DISPLAY_NAME, in register_service()
274 CloseServiceHandle(scm); in register_service()
287 CloseServiceHandle(scm); in register_service()
297 SC_HANDLE svc, scm; in unregister_service() local
302 scm = OpenSCManager(0, 0, SC_MANAGER_CREATE_SERVICE); in unregister_service()
303 if (!scm) { in unregister_service()
308 svc = OpenService(scm, WPASVC_NAME, SERVICE_ALL_ACCESS | DELETE); in unregister_service()
[all …]
/freebsd/contrib/ntp/sntp/tests/
H A DMakefile.am241 version.c: Makefile $(top_srcdir)/scm-rev
242 $(AM_V_GEN)env CSET=`cat $(srcdir)/../scm-rev` $(top_builddir)/../scripts/build/mkver sntp-tests
244 $(top_srcdir)/scm-rev: FRC.scm-rev
245 $(AM_V_GEN)cd .. && $(MAKE) $(AM_MAKEFLAGS) check-scm-rev
247 FRC.scm-rev:
248 @: FRC.scm-rev "force" depends on nothing and is not a file, so is \
/freebsd/contrib/ntp/sntp/
H A DMakefile.am113 $(srcdir)/scm-rev \
163 version.c: Makefile $(srcdir)/scm-rev
164 $(AM_V_GEN)env CSET=`cat $(srcdir)/scm-rev` $(top_builddir)/../scripts/build/mkver sntp
182 ## a bk repo and srcdir or scm-rev is unwritable.
184 check-scm-rev: $(srcdir)/scm-rev
187 $(srcdir)/scm-rev: FRC
191 y=`cat sntp/scm-rev 2>/dev/null` || true && \
192 case "$$x" in ''|$$y) ;; *) echo $$x > sntp/scm-rev ;; esac
/freebsd/contrib/ntp/ntpdate/
H A DMakefile.am32 version.c: Makefile $(top_srcdir)/sntp/scm-rev
33 $(AM_V_GEN)env CSET=`cat $(top_srcdir)/sntp/scm-rev` $(top_builddir)/scripts/build/mkver ntpdate
37 include $(top_srcdir)/check-scm-rev.mf
H A DMakefile.in223 $(top_srcdir)/check-libntp.mf $(top_srcdir)/check-scm-rev.mf \
520 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/bincheck.mf $(top_srcdir)/check-libntp.mf $(top_srcdir)/check-scm-rev.mf $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__configure_deps)
540 $(top_srcdir)/bincheck.mf $(top_srcdir)/check-libntp.mf $(top_srcdir)/check-scm-rev.mf $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__empty):
973 version.c: Makefile $(top_srcdir)/sntp/scm-rev
974 $(AM_V_GEN)env CSET=`cat $(top_srcdir)/sntp/scm-rev` $(top_builddir)/scripts/build/mkver ntpdate
994 $(top_srcdir)/sntp/scm-rev: FRC.scm-rev
995 $(AM_V_GEN)cd $(top_builddir)/sntp && $(MAKE) $(AM_MAKEFLAGS) check-scm-rev
997 .PHONY: FRC.scm-rev
998 FRC.scm
[all...]
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dti-phy-gmii-sel.txt7 (GMII_SEL) in the System Control Module chapter (SCM). GMII_SEL register(s) and
8 bit fields placement in SCM are different between SoCs while fields meaning
11 +-------------------------------+ |SCM |
35 of SCM node (scm_conf) and can be attached to each CPSW port node using standard
H A Dti,phy-gmii-sel.yaml17 (GMII_SEL) in the System Control Module chapter (SCM). GMII_SEL register(s) and
18 bit fields placement in SCM are different between SoCs while fields meaning
21 +-------------------------------+ |SCM |
45 of SCM node (scm_conf) and can be attached to each CPSW port node using standard
/freebsd/sys/contrib/device-tree/Bindings/soc/ti/
H A Dwkup_m3_ipc.txt38 scm: scm@210000 {
39 compatible = "ti,am3-scm", "simple-bus";
/freebsd/sys/contrib/openzfs/contrib/intel_qat/patch/
H A D0001-timespec.diff5 git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c766d1472c70d25ad475cf56042af…
6 git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=412c53a680a97cb1ae2c0ab60230e…
/freebsd/contrib/ntp/ntpq/
H A DMakefile.am128 version.c: Makefile $(top_srcdir)/sntp/scm-rev
129 $(AM_V_GEN)env CSET=`cat $(top_srcdir)/sntp/scm-rev` $(top_builddir)/scripts/build/mkver ntpq
134 include $(top_srcdir)/check-scm-rev.mf
/freebsd/contrib/ntp/ntpdc/
H A DMakefile.am147 version.c: Makefile $(top_srcdir)/sntp/scm-rev
148 $(AM_V_GEN)env CSET=`cat $(top_srcdir)/sntp/scm-rev` $(top_builddir)/scripts/build/mkver ntpdc
160 include $(top_srcdir)/check-scm-rev.mf
/freebsd/contrib/ntp/util/
H A DMakefile.am127 version.c: Makefile $(top_srcdir)/sntp/scm-rev
128 $(AM_V_GEN)env CSET=`cat $(top_srcdir)/sntp/scm-rev` $(top_builddir)/scripts/build/mkver ntp-keygen
133 include $(top_srcdir)/check-scm-rev.mf
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap2420.dtsi33 scm: scm@0 { label
34 compatible = "ti,omap2-scm", "simple-bus";

1234567