Searched refs:lookup_table_count (Results 1 – 6 of 6) sorted by relevance
90 config->lookup_table_count = in juno_hdlcd_get_element_table()106 config->lookup_table_count = JUNO_CLOCK_HDLCD_LOOKUP_COUNT; in juno_hdlcd_get_element_table()
80 .lookup_table_count = FWK_ARRAY_SIZE(i2s_lookup_table),164 config->lookup_table_count = in hdlcd_setup_lookup_table()177 config->lookup_table_count = JUNO_CLOCK_HDLCD_LOOKUP_COUNT; in hdlcd_setup_lookup_table()
89 unsigned int lookup_table_count; member
90 unsigned int lookup_table_count; member
250 i = ctx->config->lookup_table_count; in search_preset()368 if (ctx->config->lookup_table_count == 0) { in set_rate_write_pll_config()373 if ((unsigned int)ctx->index >= ctx->config->lookup_table_count) { in set_rate_write_pll_config()771 if (rate_index >= ctx->config->lookup_table_count) { in juno_cdcel937_get_rate_from_index()817 last_idx = ctx->config->lookup_table_count - 1; in juno_cdcel937_get_range()820 range->rate_count = ctx->config->lookup_table_count; in juno_cdcel937_get_range()841 if ((index < 0) || (unsigned int)index >= ctx->config->lookup_table_count) { in juno_cdcel937_set_rate_from_index()889 || ((config->lookup_table_count != 0) && in juno_cdcel937_dev_init()
237 ((unsigned int)ctx->index >= ctx->config->lookup_table_count)) { in juno_hdlcd_set_rate()
Completed in 12 milliseconds