Home
last modified time | relevance | path

Searched refs:entry (Results 1 – 24 of 24) sorted by relevance

/SCP-firmware-master/arch/arm/armv8-a/src/
A Darch_gic.c52 struct callback *entry; member
108 void *entry, in _add() argument
128 (*cur)->entry = entry; in _add()
146 struct callback *entry; in irq_global() local
151 if (entry != NULL) { in irq_global()
152 if (entry->func) { in irq_global()
155 entry->func(entry->param); in irq_global()
496 if (NULL == entry) in set_isr_irq()
499 entry->funcn = isr; in set_isr_irq()
520 if (NULL == entry) in set_isr_irq_param()
[all …]
/SCP-firmware-master/product/n1sdp/module/n1sdp_rom/src/
A Dmod_n1sdp_rom.c125 struct mod_fip_entry_data entry; in n1sdp_rom_process_event() local
128 &entry, in n1sdp_rom_process_event()
147 FWK_LOG_INFO("[ROM] address: %p\n", entry.base); in n1sdp_rom_process_event()
148 FWK_LOG_INFO("[ROM] size : %u\n", entry.size); in n1sdp_rom_process_event()
150 (uint32_t)(entry.flags >> 32), (uint32_t)entry.flags); in n1sdp_rom_process_event()
154 (void *)n1sdp_rom_ctx.rom_config->ramfw_base, entry.base, entry.size); in n1sdp_rom_process_event()
/SCP-firmware-master/product/morello/module/morello_rom/src/
A Dmod_morello_rom.c127 struct mod_fip_entry_data entry; in morello_rom_process_event() local
151 morello_rom_ctx.rom_config->image_type, &entry, fip_base, fip_size); in morello_rom_process_event()
163 FWK_LOG_INFO("[ROM] address: %p\n", entry.base); in morello_rom_process_event()
164 FWK_LOG_INFO("[ROM] size : %u\n", entry.size); in morello_rom_process_event()
167 (uint32_t)(entry.flags >> 32), in morello_rom_process_event()
168 (uint32_t)entry.flags); in morello_rom_process_event()
172 (void *)morello_rom_ctx.rom_config->ramfw_base, entry.base, entry.size); in morello_rom_process_event()
/SCP-firmware-master/arch/arm/arm-m/src/
A Darch_nvic.c66 struct irq_callback *entry = &callback[__get_IPSR() - 1]; in irq_global() local
68 entry->func(entry->param); in irq_global()
167 struct irq_callback *entry; in set_isr_irq_param() local
172 entry = &callback[NVIC_USER_IRQ_OFFSET + interrupt - 1]; in set_isr_irq_param()
173 entry->func = isr; in set_isr_irq_param()
174 entry->param = parameter; in set_isr_irq_param()
190 struct irq_callback *entry; in set_isr_nmi_param() local
192 entry = &callback[NVIC_USER_IRQ_OFFSET + (int)NonMaskableInt_IRQn - 1]; in set_isr_nmi_param()
193 entry->func = isr; in set_isr_nmi_param()
194 entry->param = parameter; in set_isr_nmi_param()
/SCP-firmware-master/module/fip/include/
A Dmod_fip.h213 struct fip_toc_entry entry[]; member
249 struct mod_fip_entry_data *entry,
/SCP-firmware-master/product/juno/module/juno_ram/src/
A Dmod_juno_ram.c65 struct xpressrich3_addr_trsl_reg *entry, in pcie_add_translation_table_entry() argument
88 entry->SRC_ADDR_LO = (uint32_t)source_addr | in pcie_add_translation_table_entry()
90 entry->SRC_ADDR_UP = (uint32_t)(source_addr >> 32); in pcie_add_translation_table_entry()
92 entry->TRSL_ADDR_LO = (uint32_t)translated_addr; in pcie_add_translation_table_entry()
93 entry->TRSL_ADDR_UP = (uint32_t)(translated_addr >> 32); in pcie_add_translation_table_entry()
95 entry->TRSL_PARAM = (uint32_t)translation_parameter; in pcie_add_translation_table_entry()
/SCP-firmware-master/product/n1sdp/module/n1sdp_system/src/
A Dmod_n1sdp_system.c387 struct mod_fip_entry_data entry; in n1sdp_system_init_primary_core() local
390 &entry, in n1sdp_system_init_primary_core()
401 FWK_LOG_INFO("[N1SDP SYSTEM] address: %p\n", entry.base); in n1sdp_system_init_primary_core()
402 FWK_LOG_INFO("[N1SDP SYSTEM] size : %u\n", entry.size); in n1sdp_system_init_primary_core()
404 (uint32_t)(entry.flags >> 32), (uint32_t)entry.flags); in n1sdp_system_init_primary_core()
410 AP_CORE_RESET_ADDR, entry.base, entry.size); in n1sdp_system_init_primary_core()
/SCP-firmware-master/module/mock_clock/src/
A Dmod_mock_clock.c45 const struct mod_mock_clock_rate **entry) in get_rate_entry() argument
50 fwk_assert(entry != NULL); in get_rate_entry()
55 *entry = (struct mod_mock_clock_rate *)&ctx->config->rate_table[i]; in get_rate_entry()
/SCP-firmware-master/product/rcar/module/rcar_sd_clock/src/
A Dmod_rcar_sd_clock.c34 struct mod_rcar_sd_clock_rate **entry) in get_rate_entry() argument
40 if (entry == NULL) in get_rate_entry()
49 *entry = rate_entry; in get_rate_entry()
58 *entry = (struct mod_rcar_sd_clock_rate *)&ctx->config->rate_table[cnt]; in get_rate_entry()
/SCP-firmware-master/module/css_clock/src/
A Dmod_css_clock.c50 struct mod_css_clock_rate **entry) in get_rate_entry() argument
56 if (entry == NULL) in get_rate_entry()
67 *entry = current_rate_entry; in get_rate_entry()
/SCP-firmware-master/module/fip/src/
A Dmod_fip.c121 toc_entry = toc->entry; in fip_get_entry()
/SCP-firmware-master/module/mpmm/doc/
A Dmodule_mpmm.md40 The number of cores online entry represents the number of cores in the power-on
46 tuples. There should be one entry for each number of cores online.
/SCP-firmware-master/product/juno/module/juno_soc_clock_ram/src/
A Dmod_juno_soc_clock_ram.c93 const struct juno_soc_clock_ram_rate **entry) in get_rate_entry() argument
98 fwk_assert(entry != NULL); in get_rate_entry()
103 *entry = (struct juno_soc_clock_ram_rate *) in get_rate_entry()
/SCP-firmware-master/product/synquacer/module/synquacer_pik_clock/src/
A Dmod_synquacer_pik_clock.c129 struct mod_pik_clock_rate **entry) in get_rate_entry() argument
135 if (entry == NULL) in get_rate_entry()
149 *entry = current_rate_entry; in get_rate_entry()
/SCP-firmware-master/module/pik_clock/src/
A Dmod_pik_clock.c130 struct mod_pik_clock_rate **entry) in get_rate_entry() argument
136 if (entry == NULL) in get_rate_entry()
147 *entry = current_rate_entry; in get_rate_entry()
/SCP-firmware-master/arch/arm/arm-m/
A DCMakeLists.txt72 PUBLIC "LINKER:--entry=arch_exception_reset")
/SCP-firmware-master/
A Dreadme.md32 approach with the goal of providing a management entry-point to the System on
A Dchange_log.md466 build: enhance entry guards in internal header files
/SCP-firmware-master/doc/media/
A Dstyle.css687 .directory td.entry {
692 .directory td.entry a {
696 .directory td.entry a img {
/SCP-firmware-master/tools/
A Dcppcheck_suppress_list.txt10 // it would raise a warning by default. This entry prevents that.
/SCP-firmware-master/doc/
A Dcode_style.md366 - Multiple lines of documentation on an entry (e.g. details) must be indented
A Dcode_rules.md261 items in an "enum", make the last entry to be \<prefix\>_COUNT.
A DDoxyfile672 # will remove the Files entry from the Quick Index and from the Folder Tree View
679 # page. This will remove the Namespaces entry from the Quick Index and from the
/SCP-firmware-master/module/scmi_perf/doc/
A Dperf_plugins_handler.md356 * This plugin id needs to be placed as last entry because its view is

Completed in 36 milliseconds