Home
last modified time | relevance | path

Searched refs:CS35L35_BST_CONV_SLOPE_COMP (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/sound/soc/codecs/
Dcs35l35.c69 {CS35L35_BST_CONV_SLOPE_COMP, 0x4E},
788 regmap_write(regmap, CS35L35_BST_CONV_SLOPE_COMP, 0x1B); in cs35l35_boost_inductor()
790 regmap_write(regmap, CS35L35_BST_CONV_SLOPE_COMP, 0x4E); in cs35l35_boost_inductor()
799 regmap_write(regmap, CS35L35_BST_CONV_SLOPE_COMP, 0x1B); in cs35l35_boost_inductor()
801 regmap_write(regmap, CS35L35_BST_CONV_SLOPE_COMP, 0x47); in cs35l35_boost_inductor()
810 regmap_write(regmap, CS35L35_BST_CONV_SLOPE_COMP, 0x1B); in cs35l35_boost_inductor()
812 regmap_write(regmap, CS35L35_BST_CONV_SLOPE_COMP, 0x3C); in cs35l35_boost_inductor()
821 regmap_write(regmap, CS35L35_BST_CONV_SLOPE_COMP, 0x1B); in cs35l35_boost_inductor()
823 regmap_write(regmap, CS35L35_BST_CONV_SLOPE_COMP, 0x23); in cs35l35_boost_inductor()
Dcs35l35.h45 #define CS35L35_BST_CONV_SLOPE_COMP 0x23 /* Boost Conv Slope Comp */ macro