Home
last modified time | relevance | path

Searched refs:reverse_hoff_ptr (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/plat/intel/soc/common/soc/
H A Dsocfpga_handoff.c16 int socfpga_get_handoff(handoff *reverse_hoff_ptr) in socfpga_get_handoff() argument
22 uint32_t *reverse_hoff_ptr_dst = (uint32_t *) reverse_hoff_ptr; in socfpga_get_handoff()
39 if (reverse_hoff_ptr->header_magic != HANDOFF_MAGIC_HEADER) { in socfpga_get_handoff()
42 if (reverse_hoff_ptr->pinmux_sel_magic != HANDOFF_MAGIC_PINMUX_SEL) { in socfpga_get_handoff()
45 if (reverse_hoff_ptr->pinmux_io_magic != HANDOFF_MAGIC_IOCTLR) { in socfpga_get_handoff()
48 if (reverse_hoff_ptr->pinmux_fpga_magic != HANDOFF_MAGIC_FPGA) { in socfpga_get_handoff()
51 if (reverse_hoff_ptr->pinmux_delay_magic != HANDOFF_MAGIC_IODELAY) { in socfpga_get_handoff()
54 if (reverse_hoff_ptr->clock_magic != HANDOFF_MAGIC_CLOCK) { in socfpga_get_handoff()
59 if (reverse_hoff_ptr->peripheral_pwr_gate_magic != HANDOFF_MAGIC_PERIPHERAL) { in socfpga_get_handoff()
63 if (reverse_hoff_ptr->ddr_magic != HANDOFF_MAGIC_DDR) { in socfpga_get_handoff()
/rk3399_ARM-atf/plat/intel/soc/common/include/
H A Dsocfpga_handoff.h187 int verify_handoff_image(handoff *hoff_ptr, handoff *reverse_hoff_ptr);