Home
last modified time | relevance | path

Searched refs:bst_ipk (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/sound/soc/codecs/
Dcs35l35.c767 unsigned int bst_ipk = 0; in cs35l35_boost_inductor() local
777 regmap_read(regmap, CS35L35_BST_PEAK_I, &bst_ipk); in cs35l35_boost_inductor()
778 bst_ipk &= CS35L35_BST_IPK_MASK; in cs35l35_boost_inductor()
787 if (bst_ipk < 0x04) in cs35l35_boost_inductor()
798 if (bst_ipk < 0x04) in cs35l35_boost_inductor()
809 if (bst_ipk < 0x04) in cs35l35_boost_inductor()
820 if (bst_ipk < 0x04) in cs35l35_boost_inductor()
846 if (cs35l35->pdata.bst_ipk) in cs35l35_component_probe()
849 cs35l35->pdata.bst_ipk << in cs35l35_component_probe()
1277 pdata->bst_ipk = ((val32 - 1680) / 110) | CS35L35_VALID_PDATA; in cs35l35_handle_of_data()
Dcs35l36.c1212 if (cs35l36->pdata.bst_ipk) in cs35l36_component_probe()
1215 cs35l36->pdata.bst_ipk); in cs35l36_component_probe()
1469 pdata->bst_ipk = (val - 1600) / 50; in cs35l36_handle_of_data()
/Linux-v5.4/include/sound/
Dcs35l36.h35 int bst_ipk; member
Dcs35l35.h88 int bst_ipk; member