Lines Matching +full:smem +full:- +full:state +full:- +full:names
4 a single 32-bit value between two processors. Each value has a single writer
9 - compatible:
15 - interrupts:
17 Value type: <prop-encoded-array>
20 - mboxes:
22 Value type: <prop-encoded-array>
26 - qcom,ipc:
28 Value type: <prop-encoded-array>
31 - phandle to a syscon node representing the apcs registers
32 - u32 representing offset to the register within the syscon
33 - u32 representing the ipc bit within the register
35 - qcom,smem:
38 Definition: two identifiers of the inbound and outbound smem items used
41 - qcom,local-pid:
46 - qcom,remote-pid:
53 described in subnodes of the smp2p device node. The node names are not
56 - qcom,entry-name:
64 - interrupt-controller:
68 as a two cell interrupt-controller as defined in
69 "../interrupt-controller/interrupts.txt"
72 - #interrupt-cells:
75 Definition: must be 2 - denoting the bit in the entry and IRQ flags
77 - #qcom,smem-state-cells:
80 Definition: must be 1 - denoting the bit in the entry
84 defined from the 8974 apps processor's point-of-view. It encompasses one
87 wcnss-smp2p {
89 qcom,smem = <431>, <451>;
95 qcom,local-pid = <0>;
96 qcom,remote-pid = <4>;
98 wcnss_smp2p_out: master-kernel {
99 qcom,entry-name = "master-kernel";
101 #qcom,smem-state-cells = <1>;
104 wcnss_smp2p_in: slave-kernel {
105 qcom,entry-name = "slave-kernel";
107 interrupt-controller;
108 #interrupt-cells = <2>;