Home
last modified time | relevance | path

Searched refs:func_t (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/board/freescale/mpc8315erdb/
H A Dsdram.c25 typedef void (*func_t)(void); in resume_from_sleep() typedef
26 func_t resume = *(func_t *)4; in resume_from_sleep()
/openbmc/u-boot/board/freescale/mpc8313erdb/
H A Dsdram.c26 typedef void (*func_t)(void); in resume_from_sleep() typedef
27 func_t resume = *(func_t *)4; in resume_from_sleep()
/openbmc/u-boot/arch/x86/cpu/i386/
H A Dcpu.c523 typedef void (*func_t)(ulong pgtable, ulong setup_base, ulong target); in cpu_jump_to_64bit_uboot() typedef
525 func_t func; in cpu_jump_to_64bit_uboot()
540 func = (func_t)ptr; in cpu_jump_to_64bit_uboot()
/openbmc/u-boot/lib/efi/
H A Defi_stub.c122 typedef void (*func_t)(int bist, int unused, ulong info) in jump_to_uboot() typedef
125 ((func_t)addr)(0, 0, info); in jump_to_uboot()