Home
last modified time | relevance | path

Searched refs:reset_base (Results 1 – 3 of 3) sorted by relevance

/SCP-firmware-master/product/synquacer/module/synquacer_rom/src/
A Dmod_synquacer_rom.c37 uintptr_t const *reset_base = (uintptr_t *)(rom_config->ramfw_base + 0x4); in jump_to_ramfw() local
46 ramfw_reset_handler = (void (*)(void))(*reset_base); in jump_to_ramfw()
/SCP-firmware-master/product/n1sdp/module/n1sdp_rom/src/
A Dmod_n1sdp_rom.c49 uintptr_t const *reset_base = (uintptr_t *)(ramfw_base + 0x4); in jump_to_ramfw() local
58 ramfw_reset_handler = (void (*)(void))*reset_base; in jump_to_ramfw()
/SCP-firmware-master/product/morello/module/morello_rom/src/
A Dmod_morello_rom.c49 uintptr_t const *reset_base = (uintptr_t *)(ramfw_base + 0x4); in jump_to_ramfw() local
58 ramfw_reset_handler = (void (*)(void)) * reset_base; in jump_to_ramfw()

Completed in 3 milliseconds