Lines Matching defs:value
433 /* if read only, just return current value */
454 /* if read only, just return current value */
474 unsigned int div, value;
481 value = _get_val(table, div, flags, width);
483 return min_t(unsigned int, value, clk_div_mask(width));
491 int value;
495 value = divider_get_val(rate, parent_rate, divider->table,
497 if (value < 0)
498 return value;
511 val |= (u32)value << divider->shift;
551 pr_warn("divider value exceeds LOWORD field\n");
607 * @table: array of divider/value pairs ending with a div set to 0