/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";
|
am33xx-l4.dtsi | 292 scm: scm@0 { label 293 compatible = "ti,am3-scm", "simple-bus";
|
am437x-l4.dtsi | 284 scm: scm@0 { label 285 compatible = "ti,am4-scm", "simple-bus";
|
omap3.dtsi | 101 scm: scm@2000 { label in label:l4_core 102 compatible = "ti,omap3-scm", "simple-bus";
|
dra7-l4.dtsi | 58 scm: scm@0 { label 59 compatible = "ti,dra7-scm-core", "simple-bus";
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/ |
sm6125.dtsi | 157 scm: scm { label 158 compatible = "qcom,scm-sm6125", "qcom,scm";
|
msm8916.dtsi | 226 scm: scm { label 227 compatible = "qcom,scm-msm8916", "qcom,scm"; 1337 resets = <&scm 0>;
|
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";
|
sm8150.dtsi | 583 scm: scm { label 584 compatible = "qcom,scm-sm8150", "qcom,scm";
|
sm8250.dtsi | 264 scm: scm { label 265 compatible = "qcom,scm";
|
/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/netinet/ |
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);
|