Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A 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()
H A 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()
H A Dcs35l41.c1050 hw_cfg->bst_ipk = val; in cs35l41_handle_pdata()
1052 hw_cfg->bst_ipk = -1; in cs35l41_handle_pdata()
H A Dcs35l41-lib.c1148 hw_cfg->bst_cap, hw_cfg->bst_ipk); in cs35l41_init_boost()
/openbmc/linux/include/sound/
H A Dcs35l36.h35 int bst_ipk; member
H A Dcs35l35.h88 int bst_ipk; member
H A Dcs35l41.h793 int bst_ipk; member
/openbmc/linux/sound/pci/hda/
H A Dcs35l41_hda_property.c70 hw_cfg->bst_ipk = 4500; in hp_vision_acpi_fix()
H A Dcs35l41_hda.c1509 hw_cfg->bst_ipk = values[cs35l41->index]; in cs35l41_hda_read_acpi()
1511 hw_cfg->bst_ipk = -1; in cs35l41_hda_read_acpi()
1529 if (hw_cfg->bst_ind > 0 || hw_cfg->bst_cap > 0 || hw_cfg->bst_ipk > 0) in cs35l41_hda_read_acpi()