Lines Matching +full:out +full:- +full:ports
7 - compatible:
10 Definition: must be "qcom,soundwire-v<MAJOR>.<MINOR>.<STEP>",
12 "qcom,soundwire-v1.3.0"
13 "qcom,soundwire-v1.5.0"
14 "qcom,soundwire-v1.5.1"
15 "qcom,soundwire-v1.6.0"
16 - reg:
18 Value type: <prop-encoded-array>
22 - interrupts:
24 Value type: <prop-encoded-array>
27 - clock-names:
32 - clocks:
34 Value type: <prop-encoded-array>
37 - #sound-dai-cells:
42 - qcom,dout-ports:
45 Definition: must be count of data out ports
47 - qcom,din-ports:
50 Definition: must be count of data in ports
52 - qcom,ports-offset1:
54 Value type: <prop-encoded-array>
56 data port. Out ports followed by In ports.
59 - qcom,ports-offset2:
61 Value type: <prop-encoded-array>
63 data port. Out ports followed by In ports.
66 - qcom,ports-sinterval-low:
68 Value type: <prop-encoded-array>
70 Out ports followed by In ports. Used for Sample Interval
74 - qcom,ports-word-length:
76 Value type: <prop-encoded-array>
80 - qcom,ports-block-pack-mode:
82 Value type: <prop-encoded-array>
86 Out ports followed by In ports.
89 - qcom,ports-block-group-count:
91 Value type: <prop-encoded-array>
94 Out ports followed by In ports.
97 - qcom,ports-lane-control:
99 Value type: <prop-encoded-array>
102 Out ports followed by In ports.
105 - qcom,ports-hstart:
107 Value type: <prop-encoded-array>
109 SoundWire Frame, i.e. left edge of the Transport sub-frame
111 Out ports followed by In ports.
114 - qcom,ports-hstop:
116 Value type: <prop-encoded-array>
119 sub-frame for each port. Values between 0 and 15 are valid.
120 Out ports followed by In ports.
123 - qcom,dports-type:
125 Value type: <prop-encoded-array>
128 1 for simple ports
130 Out ports followed by In ports.
146 compatible = "qcom,soundwire-v1.3.0";
150 clock-names = "iface";
151 #sound-dai-cells = <1>;
152 qcom,dports-type = <0>;
153 qcom,dout-ports = <6>;
154 qcom,din-ports = <2>;
155 qcom,ports-sinterval-low = /bits/ 8 <0x07 0x1F 0x3F 0x7 0x1F 0x3F 0x0F 0x0F>;
156 qcom,ports-offset1 = /bits/ 8 <0x01 0x02 0x0C 0x6 0x12 0x0D 0x07 0x0A >;
157 qcom,ports-offset2 = /bits/ 8 <0x00 0x00 0x1F 0x00 0x00 0x1F 0x00 0x00>;