Searched refs:ideal (Results 1 – 7 of 7) sorted by relevance
440 const struct twl6030_ideal_code *ideal = pdata->ideal; in twl6030_channel_calibrated() local445 return pdata->ideal[i].code2; in twl6030_channel_calibrated()451 const struct twl6030_ideal_code *ideal = gpadc->pdata->ideal; in twl6030_gpadc_make_correction() local491 const struct twl6030_ideal_code *ideal = gpadc->pdata->ideal; in twl6030_gpadc_get_processed() local577 const struct twl6030_ideal_code *ideal = gpadc->pdata->ideal; in twl6030_calibrate_channel() local582 gain = ((ideal[i].volt2 - ideal[i].volt1) * 1000) / in twl6030_calibrate_channel()583 (ideal[i].code2 - ideal[i].code1); in twl6030_calibrate_channel()585 x1 = ideal[i].code1; in twl6030_calibrate_channel()586 x2 = ideal[i].code2; in twl6030_calibrate_channel()850 .ideal = twl6030_ideal,[all …]
80 u64 ideal = (u64)rate * i; in sun4i_dclk_round_rate() local90 if (ideal > ULONG_MAX) in sun4i_dclk_round_rate()94 ideal); in sun4i_dclk_round_rate()96 if (rounded == ideal) { in sun4i_dclk_round_rate()
36 unsigned long ideal = rate * i; in sun8i_phy_clk_determine_rate() local39 rounded = clk_hw_round_rate(parent, ideal); in sun8i_phy_clk_determine_rate()41 if (rounded == ideal) { in sun8i_phy_clk_determine_rate()
90 unsigned long ideal = rate * i * j; in sun4i_tmds_determine_rate() local93 rounded = clk_hw_round_rate(parent, ideal); in sun4i_tmds_determine_rate()95 if (rounded == ideal) { in sun4i_tmds_determine_rate()
9 etc..), which isn't really ideal.
18 It is highly configurable and is ideal for testing applications.
29 so have ideal availability, but may be unreliable, with frequent
Completed in 13 milliseconds