Lines Matching refs:bst_ipk
767 unsigned int bst_ipk = 0;
777 regmap_read(regmap, CS35L35_BST_PEAK_I, &bst_ipk);
778 bst_ipk &= CS35L35_BST_IPK_MASK;
787 if (bst_ipk < 0x04)
798 if (bst_ipk < 0x04)
809 if (bst_ipk < 0x04)
820 if (bst_ipk < 0x04)
846 if (cs35l35->pdata.bst_ipk)
849 cs35l35->pdata.bst_ipk <<
1276 pdata->bst_ipk = ((val32 - 1680) / 110) | CS35L35_VALID_PDATA;