Lines Matching defs:table
548 u16 table[8]; /* we know there are no more than 8 */
571 * and if a table of set dividers was specified for this
589 if (div >= clk->table[i] && div <= clk->table[i + 1]) {
591 DIV_ROUND_UP(prate, clk->table[i]);
593 DIV_ROUND_UP(prate, clk->table[i + 1]) -
599 div = p >= m ? clk->table[i] : clk->table[i + 1];
695 /* populate (optional) divider table fixed values */
696 for (i = 0; i < ARRAY_SIZE(div->table) &&
698 div->table[div->table_size++] = desc->div_table[i];