Home
last modified time | relevance | path

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

/Linux-v6.1/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()
1276 pdata->bst_ipk = ((val32 - 1680) / 110) | CS35L35_VALID_PDATA; in cs35l35_handle_of_data()
Dcs35l36.c1213 if (cs35l36->pdata.bst_ipk) in cs35l36_component_probe()
1216 cs35l36->pdata.bst_ipk); in cs35l36_component_probe()
1469 pdata->bst_ipk = (val - 1600) / 50; in cs35l36_handle_of_data()
Dcs35l41.c1046 hw_cfg->bst_ipk = val; in cs35l41_handle_pdata()
1048 hw_cfg->bst_ipk = -1; in cs35l41_handle_pdata()
Dcs35l41-lib.c1125 hw_cfg->bst_cap, hw_cfg->bst_ipk); in cs35l41_init_boost()
/Linux-v6.1/include/sound/
Dcs35l36.h35 int bst_ipk; member
Dcs35l35.h88 int bst_ipk; member
Dcs35l41.h784 int bst_ipk; member
/Linux-v6.1/sound/pci/hda/
Dcs35l41_hda.c1341 hw_cfg->bst_ipk = values[cs35l41->index]; in cs35l41_hda_read_acpi()
1343 hw_cfg->bst_ipk = -1; in cs35l41_hda_read_acpi()
1361 if (hw_cfg->bst_ind > 0 || hw_cfg->bst_cap > 0 || hw_cfg->bst_ipk > 0) in cs35l41_hda_read_acpi()