Home
last modified time | relevance | path

Searched refs:chgfreq (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dcs42l73.txt12 - chgfreq : Charge Pump Frequency values 0x00-0x0F
21 chgfreq = <0x05>;
H A Dcs42l52.txt14 - cirrus,chgfreq-divisor : Values used to set the Charge Pump Frequency.
43 cirrus,chgfreq-divisor = <0x05>;
H A Dcs42l56.txt17 - cirrus,chgfreq-divisor : Values used to set the Charge Pump Frequency.
59 cirrus,chgfreq-divisor = <0x05>;
/openbmc/linux/include/sound/
H A Dcs42l73.h14 unsigned int chgfreq; member
H A Dcs42l52.h23 unsigned int chgfreq; member
H A Dcs42l56.h32 unsigned int chgfreq; member
/openbmc/linux/sound/soc/codecs/
H A Dcs42l73.c1234 if (cs42l73->pdata.chgfreq) in cs42l73_probe()
1237 cs42l73->pdata.chgfreq << 4); in cs42l73_probe()
1306 pdata->chgfreq = val32; in cs42l73_i2c_probe()
H A Dcs42l56.c1153 pdata->chgfreq = val32; in cs42l56_handle_of_data()
1284 if (cs42l56->pdata.chgfreq) in cs42l56_i2c_probe()
1287 cs42l56->pdata.chgfreq); in cs42l56_i2c_probe()
H A Dcs42l52.c1133 pdata->chgfreq = val32; in cs42l52_i2c_probe()
1195 if (cs42l52->pdata.chgfreq) in cs42l52_i2c_probe()
1198 cs42l52->pdata.chgfreq << in cs42l52_i2c_probe()