Searched refs:revision (Results 1 – 13 of 13) sorted by relevance
50 int juno_id_get_revision(enum juno_idx_revision *revision) in juno_id_get_revision() argument57 if (revision == NULL) { in juno_id_get_revision()63 *revision = revision_cached; in juno_id_get_revision()75 *revision = revision_cached; in juno_id_get_revision()96 *revision = revision_cached; in juno_id_get_revision()
49 enum juno_idx_revision revision; in get_juno_debug_elem_table() local52 status = juno_id_get_revision(&revision); in get_juno_debug_elem_table()63 if (revision != JUNO_IDX_REVISION_R0) { in get_juno_debug_elem_table()
66 enum juno_idx_revision revision = JUNO_IDX_REVISION_COUNT; in juno_dmc400_get_element_table() local71 status = juno_id_get_revision(&revision); in juno_dmc400_get_element_table()77 if (revision == JUNO_IDX_REVISION_R2) { in juno_dmc400_get_element_table()
457 enum juno_idx_revision revision; in juno_soc_clock_ram_get_element_table() local459 status = juno_id_get_revision(&revision); in juno_soc_clock_ram_get_element_table()464 big_cluster_clock_config.rate_table = big_cluster_rate_tables[revision]; in juno_soc_clock_ram_get_element_table()465 big_cluster_clock_config.rate_count = big_cluster_rate_counts[revision]; in juno_soc_clock_ram_get_element_table()468 little_cluster_rate_tables[revision]; in juno_soc_clock_ram_get_element_table()470 little_cluster_rate_counts[revision]; in juno_soc_clock_ram_get_element_table()472 gpu_clock_config.rate_table = gpu_rate_tables[revision]; in juno_soc_clock_ram_get_element_table()473 gpu_clock_config.rate_count = gpu_rate_counts[revision]; in juno_soc_clock_ram_get_element_table()
428 enum juno_idx_revision revision = (enum juno_idx_revision)0U; in dvfs_get_element_table() local430 status = juno_id_get_revision(&revision); in dvfs_get_element_table()433 if (revision == JUNO_IDX_REVISION_R0) { in dvfs_get_element_table()436 if (revision == JUNO_IDX_REVISION_R1) { in dvfs_get_element_table()
96 unsigned int revision; in get_cmn600_revision_name() local98 revision = get_cmn600_revision(root); in get_cmn600_revision_name()99 if (revision > CMN600_PERIPH_ID_UNKNOWN_REV) { in get_cmn600_revision_name()100 revision = CMN600_PERIPH_ID_UNKNOWN_REV; in get_cmn600_revision_name()104 return cmn600_rev_to_name[revision]; in get_cmn600_revision_name()
105 unsigned int revision; in get_cmn650_revision_name() local107 revision = get_cmn650_revision(root); in get_cmn650_revision_name()108 if (revision > CMN650_PERIPH_ID_UNKNOWN_REV) in get_cmn650_revision_name()109 revision = CMN650_PERIPH_ID_UNKNOWN_REV; in get_cmn650_revision_name()111 return cmn650_rev_to_name[revision]; in get_cmn650_revision_name()
117 enum juno_idx_revision revision; in juno_soc_clock_init() local119 status = juno_id_get_revision(&revision); in juno_soc_clock_init()152 if (revision == JUNO_IDX_REVISION_R0) { in juno_soc_clock_init()164 if (revision != JUNO_IDX_REVISION_R0) { in juno_soc_clock_init()
33 int juno_id_get_revision(enum juno_idx_revision *revision);
117 unsigned int revision; in get_cmn700_revision_name() local119 revision = get_cmn700_revision(root); in get_cmn700_revision_name()120 if (revision > CMN700_PERIPH_ID_UNKNOWN_REV) in get_cmn700_revision_name()121 revision = CMN700_PERIPH_ID_UNKNOWN_REV; in get_cmn700_revision_name()123 return cmn700_rev_to_name[revision]; in get_cmn700_revision_name()
142 uint16_t revision; member
872 enum juno_idx_revision revision = JUNO_IDX_REVISION_COUNT; in ddr_phy_irq_handler() local875 status = juno_id_get_revision(&revision); in ddr_phy_irq_handler()881 fwk_assert(revision == JUNO_IDX_REVISION_R0); in ddr_phy_irq_handler()
37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
Completed in 28 milliseconds