Searched refs:bootrom_api_callback_generic_t (Results 1 – 2 of 2) sorted by relevance
137 typedef int (*bootrom_api_callback_generic_t)(uint32_t r0, uint32_t r1, uint32_t r2); typedef
57 typedef intptr_t (*rom_set_rom_callback_fn)(uint callback_num, bootrom_api_callback_generic_t funcp…952 static inline intptr_t rom_set_rom_callback(uint callback_num, bootrom_api_callback_generic_t funcp… in rom_set_rom_callback()