Searched refs:reverse_hoff_ptr (Results 1 – 2 of 2) sorted by relevance
15 int socfpga_get_handoff(handoff *reverse_hoff_ptr) in socfpga_get_handoff() argument25 memcpy(reverse_hoff_ptr, handoff_ptr, sizeof(handoff)); in socfpga_get_handoff()26 buffer = (uint32_t *)reverse_hoff_ptr; in socfpga_get_handoff()32 if (reverse_hoff_ptr->header_magic != HANDOFF_MAGIC_HEADER) { in socfpga_get_handoff()35 if (reverse_hoff_ptr->pinmux_sel_magic != HANDOFF_MAGIC_PINMUX_SEL) { in socfpga_get_handoff()38 if (reverse_hoff_ptr->pinmux_io_magic != HANDOFF_MAGIC_IOCTLR) { in socfpga_get_handoff()41 if (reverse_hoff_ptr->pinmux_fpga_magic != HANDOFF_MAGIC_FPGA) { in socfpga_get_handoff()44 if (reverse_hoff_ptr->pinmux_delay_magic != HANDOFF_MAGIC_IODELAY) { in socfpga_get_handoff()47 if (reverse_hoff_ptr->clock_magic != HANDOFF_MAGIC_CLOCK) { in socfpga_get_handoff()52 if (reverse_hoff_ptr->peripheral_pwr_gate_magic != HANDOFF_MAGIC_PERIPHERAL) { in socfpga_get_handoff()[all …]
186 int verify_handoff_image(handoff *hoff_ptr, handoff *reverse_hoff_ptr);