Home
last modified time | relevance | path

Searched refs:lookup_table_count (Results 1 – 6 of 6) sorted by relevance

/SCP-firmware-master/product/juno/scp_ramfw/
A Dconfig_juno_hdlcd.c90 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()
A Dconfig_juno_cdcel937.c80 .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()
/SCP-firmware-master/product/juno/module/juno_hdlcd/include/
A Dmod_juno_hdlcd.h89 unsigned int lookup_table_count; member
/SCP-firmware-master/product/juno/module/juno_cdcel937/include/
A Dmod_juno_cdcel937.h90 unsigned int lookup_table_count; member
/SCP-firmware-master/product/juno/module/juno_cdcel937/src/
A Dmod_juno_cdcel937.c250 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()
/SCP-firmware-master/product/juno/module/juno_hdlcd/src/
A Dmod_juno_hdlcd.c237 ((unsigned int)ctx->index >= ctx->config->lookup_table_count)) { in juno_hdlcd_set_rate()

Completed in 12 milliseconds