Searched refs:reverse_hoff_ptr (Results 1 – 2 of 2) sorted by relevance
14 int socfpga_get_handoff(handoff *reverse_hoff_ptr) in socfpga_get_handoff() argument20 memcpy(reverse_hoff_ptr, handoff_ptr, sizeof(handoff)); in socfpga_get_handoff()21 buffer = (uint32_t *)reverse_hoff_ptr; in socfpga_get_handoff()27 if (reverse_hoff_ptr->header_magic != HANDOFF_MAGIC_HEADER) in socfpga_get_handoff()29 if (reverse_hoff_ptr->pinmux_sel_magic != HANDOFF_MAGIC_PINMUX_SEL) in socfpga_get_handoff()31 if (reverse_hoff_ptr->pinmux_io_magic != HANDOFF_MAGIC_IOCTLR) in socfpga_get_handoff()33 if (reverse_hoff_ptr->pinmux_fpga_magic != HANDOFF_MAGIC_FPGA) in socfpga_get_handoff()35 if (reverse_hoff_ptr->pinmux_delay_magic != HANDOFF_MAGIC_IODELAY) in socfpga_get_handoff()
130 int verify_handoff_image(handoff *hoff_ptr, handoff *reverse_hoff_ptr);
Completed in 5 milliseconds