Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/board/freescale/mpc8315erdb/
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()
/rk3399_rockchip-uboot/board/freescale/mpc8313erdb/
H A Dsdram.c27 typedef void (*func_t)(void); in resume_from_sleep() typedef
28 func_t resume = *(func_t *)4; in resume_from_sleep()
/rk3399_rockchip-uboot/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()
547 func = (func_t)ptr; in cpu_jump_to_64bit_uboot()
/rk3399_rockchip-uboot/lib/efi/
H A Defi_stub.c125 typedef void (*func_t)(int bist, int unused, ulong info) in jump_to_uboot() typedef
128 ((func_t)addr)(0, 0, info); in jump_to_uboot()