HomeSort by: relevance | last modified time | path
    Searched refs:scm (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
omap2420.dtsi 36 scm: scm@0 { label in label:l4
37 compatible = "ti,omap2-scm", "simple-bus";
omap2430.dtsi 36 scm: scm@2000 { label in label:l4_wkup
37 compatible = "ti,omap2-scm", "simple-bus";
qcom-sdx55.dtsi 90 scm {
91 compatible = "qcom,scm-sdx55", "qcom,scm";
qcom-apq8084.dtsi 97 scm {
98 compatible = "qcom,scm";
qcom-ipq8064.dtsi 321 scm {
322 compatible = "qcom,scm-ipq806x", "qcom,scm";
qcom-ipq4019.dtsi 157 scm {
158 compatible = "qcom,scm-ipq4019";
aspeed-bmc-facebook-cloudripper.dts 29 * SCM (System Controller Module).
194 * PCA9548 (2-0070) provides 8 channels connecting to SCM (System
401 label = "scm";
omap3.dtsi 101 scm: scm@2000 { label in label:l4_core
102 compatible = "ti,omap3-scm", "simple-bus";
omap5-l4.dtsi 63 scm_core: scm@0 {
64 compatible = "ti,omap5-scm-core", "simple-bus";
78 scm_padconf_core: scm@800 {
79 compatible = "ti,omap5-scm-padconf-core",
2306 compatible = "ti,omap5-scm-wkup-pad-conf",
imx25.dtsi 446 interrupt-names = "scm", "smn";
omap4-l4.dtsi 61 omap4_scm_core: scm@0 {
62 compatible = "ti,omap4-scm-core", "simple-bus";
1060 omap4_scm_wkup: scm@c000 {
1061 compatible = "ti,omap4-scm-wkup";
  /src/sys/dev/mscp/
mscp_subr.c 819 const char *cm, *scm; local in function:mscp_printevent
831 cm = "- unknown code", scm = "??";
836 scm = unknown_msg;
838 scm = cdc->cdc_submsgs[sc];
840 printf(" %s (%s) (code %d, subcode %d)\n", cm, scm, c, sc);
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
sm6125.dtsi 157 scm: scm { label
158 compatible = "qcom,scm-sm6125", "qcom,scm";
ipq8074.dtsi 80 scm {
81 compatible = "qcom,scm-ipq8074", "qcom,scm";
msm8916.dtsi 226 scm: scm { label
227 compatible = "qcom,scm-msm8916", "qcom,scm";
1337 resets = <&scm 0>;
msm8994.dtsi 149 scm {
150 compatible = "qcom,scm-msm8994", "qcom,scm";
ipq6018.dtsi 127 scm {
128 compatible = "qcom,scm";
qcs404.dtsi 149 scm: scm { label
150 compatible = "qcom,scm-qcs404", "qcom,scm";
sm8350.dtsi 162 scm: scm { label
163 compatible = "qcom,scm-sm8350", "qcom,scm";
msm8998.dtsi 349 scm {
350 compatible = "qcom,scm-msm8998", "qcom,scm";
sc7280.dtsi 284 scm {
285 compatible = "qcom,scm-sc7280", "qcom,scm";
sdm630.dtsi 314 scm {
315 compatible = "qcom,scm-msm8998", "qcom,scm";
  /src/sys/netinet/
sctp_output.c 9089 struct mbuf *scm,
9103 if (!(scm->m_flags & M_PKTHDR)) {
9106 m_freem(scm);
9109 M_PREPEND(scm, (sizeof(struct sctphdr) + sizeof(struct sctp_chunkhdr)), M_DONTWAIT);
9110 if (scm == NULL) {
9114 ohdr = mtod(scm, struct sctphdr *);
9122 ophdr->chunk_length = htons(scm->m_pkthdr.len - sizeof(struct sctphdr));
9123 if (scm->m_pkthdr.len % 4) {
9127 padlen = 4 - (scm->m_pkthdr.len % 4);
9128 m_copyback(scm, scm->m_pkthdr.len, padlen, (void *)&cpthis)
    [all...]
sctp_input.c 1929 struct sctp_stale_cookie_msg *scm; local in function:sctp_handle_cookie_echo
1948 scm = mtod(op_err, struct sctp_stale_cookie_msg *);
1949 scm->ph.param_type = htons(SCTP_CAUSE_STALE_COOKIE);
1950 scm->ph.param_length = htons((sizeof(struct sctp_paramhdr) +
1957 scm->time_usec = htonl(tim);
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/ti/
k3-am65-mcu.dtsi 9 mcu_conf: scm-conf@40f00000 {

Completed in 40 milliseconds

1 2