Lines Matching +full:config +full:- +full:cond
1 /* SPDX-License-Identifier: GPL-2.0 */
23 #include <linux/platform_data/voltage-omap.h>
177 * test_cond_timeout - busy-loop, testing a condition
178 * @cond: condition to test until it evaluates to true
182 * Loop waiting for @cond to become true or until at least @timeout
188 #define sr_test_cond_timeout(cond, timeout, index) \ argument
191 if (cond) \
198 * struct omap_sr_pmic_data - Strucutre to be populated by pmic code to pass
208 * struct omap_smartreflex_dev_attr - Smartreflex Device attribute.
227 * struct omap_sr_class_data - Smartreflex class driver info
249 * struct omap_sr_nvalue_table - Smartreflex n-target value info
251 * @efuse_offs: The offset of the efuse where n-target values are stored.
252 * @nvalue: The n-target value.
253 * @errminlimit: The value of the ERRMINLIMIT bitfield for this n-target
264 * struct omap_sr_data - Smartreflex platform data.
268 * @senp_mod: SENPENABLE value of the sr CONFIG register
269 * @senn_mod: SENNENABLE value for sr CONFIG register
272 * @accum_data ACCUMDATA value of the sr CONFIG register