Searched refs:fsp_notify (Results 1 – 6 of 6) sorted by relevance
38 status = fsp_notify(NULL, INIT_PHASE_PCI); in fsp_init_phase_pci()53 status = fsp_notify(NULL, INIT_PHASE_BOOT); in board_final_cleanup()
184 u32 fsp_notify(struct fsp_header *fsp_hdr, u32 phase) in fsp_notify() function199 notify = (fsp_notify_f)(fsp_hdr->img_base + fsp_hdr->fsp_notify); in fsp_notify()
27 u32 fsp_notify; /* fsp_notify offset */ member
77 u32 fsp_notify(struct fsp_header *fsp_hdr, u32 phase);
62 printf("\tFspNotify : 0x%08x\n", hdr->fsp_notify + img_addr); in do_hdr()
405 FSP, otherwise the subsequent call to fsp_notify() will fail.