Lines Matching full:cirrus
5 - compatible : "cirrus,cs35l36"
13 - cirrus,boost-ctl-millivolt : Boost Voltage Value. Configures the boost
18 - cirrus,boost-peak-milliamp : Boost-converter peak current limit in mA.
24 - cirrus,boost-ind-nanohenry : Inductor estimation LBST reference value.
32 - cirrus,multi-amp-mode : Boolean to determine if there are more than
36 - cirrus,boost-ctl-select : Boost converter control source selection.
43 - cirrus,amp-pcm-inv : Boolean to determine Amplifier will invert incoming
46 - cirrus,imon-pol-inv : Boolean to determine Amplifier will invert the
49 - cirrus,vmon-pol-inv : Boolean to determine Amplifier will invert the
52 - cirrus,dcm-mode-enable : Boost converter automatic DCM Mode enable.
56 - cirrus,weak-fet-disable : Boolean : The strength of the output drivers is
60 - cirrus,classh-wk-fet-delay : Weak-FET entry delay. Controls the delay
73 - cirrus,classh-weak-fet-thld-millivolt : Weak-FET amplifier drive threshold.
77 - cirrus,temp-warn-threshold : Amplifier overtemperature warning threshold.
88 - cirrus,irq-drive-select : Selects the driver type of the selected interrupt
94 - cirrus,irq-gpio-select : Selects the pin to serve as the programmable
100 Optional properties for the "cirrus,vpbr-config" Sub-node
102 - cirrus,vpbr-en : VBST brownout prevention enable. Configures whether the
110 - cirrus,vpbr-thld : Initial VPBR threshold. Configures the VP brownout
113 - cirrus,cirrus,vpbr-atk-rate : Attenuation attack step rate. Configures the
117 - cirrus,vpbr-atk-vol : VP brownout prevention step size. Configures the VP
121 - cirrus,vpbr-max-attn : Maximum attenuation that the VP brownout prevention
124 - cirrus,vpbr-wait : Configures the delay time between a brownout condition
128 - cirrus,vpbr-rel-rate : Attenuation release step rate. Configures the delay
132 - cirrus,vpbr-mute-en : During the attack state, if the vpbr-max-attn value
139 compatible = "cirrus,cs35l36";
147 cirrus,boost-ind-nanohenry = <1000>;
148 cirrus,boost-ctl-millivolt = <10000>;
149 cirrus,boost-peak-milliamp = <4500>;
150 cirrus,boost-ctl-select = <0x00>;
151 cirrus,weak-fet-delay = <0x04>;
152 cirrus,weak-fet-thld = <0x01>;
153 cirrus,temp-warn-threshold = <0x01>;
154 cirrus,multi-amp-mode;
155 cirrus,irq-drive-select = <0x01>;
156 cirrus,irq-gpio-select = <0x01>;
158 cirrus,vpbr-config {
159 cirrus,vpbr-en = <0x00>;
160 cirrus,vpbr-thld = <0x05>;
161 cirrus,vpbr-atk-rate = <0x02>;
162 cirrus,vpbr-atk-vol = <0x01>;
163 cirrus,vpbr-max-attn = <0x09>;
164 cirrus,vpbr-wait = <0x01>;
165 cirrus,vpbr-rel-rate = <0x05>;
166 cirrus,vpbr-mute-en = <0x00>;