Lines Matching full:slew
109 * @slew_time: variable which stores the target slew time
406 * The slew time can be determined by using the formula: in ad5758_slew_rate_config()
407 * Slew Time = (Full Scale Out / (Step Size x Update Clk Freq)) in ad5758_slew_rate_config()
408 * where Slew time is expressed in microseconds in ad5758_slew_rate_config()
409 * Given the desired slew time, the following algorithm determines the in ad5758_slew_rate_config()
416 * Step Size = Full Scale Out / (Update Clk Freq * Slew Time) in ad5758_slew_rate_config()
428 /* Calculate the slew time */ in ad5758_slew_rate_config()
433 * Determine with how many microseconds the calculated slew time in ad5758_slew_rate_config()
434 * is different from the desired slew time and store the diff in ad5758_slew_rate_config()
758 ret = device_property_read_u32(&st->spi->dev, "adi,slew-time-us", &tmp); in ad5758_parse_dt()
760 dev_dbg(&st->spi->dev, "Missing \"slew-time-us\" property\n"); in ad5758_parse_dt()
822 /* Enable Slew Rate Control, set the slew rate clock and step */ in ad5758_init()