Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dcs35l35.c771 unsigned int bst_ipk = 0; in cs35l35_boost_inductor() local
781 regmap_read(regmap, CS35L35_BST_PEAK_I, &bst_ipk); in cs35l35_boost_inductor()
782 bst_ipk &= CS35L35_BST_IPK_MASK; in cs35l35_boost_inductor()
791 if (bst_ipk < 0x04) in cs35l35_boost_inductor()
802 if (bst_ipk < 0x04) in cs35l35_boost_inductor()
813 if (bst_ipk < 0x04) in cs35l35_boost_inductor()
824 if (bst_ipk < 0x04) in cs35l35_boost_inductor()
850 if (cs35l35->pdata.bst_ipk) in cs35l35_component_probe()
853 cs35l35->pdata.bst_ipk << in cs35l35_component_probe()
1280 pdata->bst_ipk = ((val32 - 1680) / 110) | CS35L35_VALID_PDATA; in cs35l35_handle_of_data()
/Linux-v4.19/include/sound/
Dcs35l35.h91 int bst_ipk; member