Searched refs:fsp_header (Results 1 – 11 of 11) sorted by relevance
12 struct fsp_header;22 struct fsp_header **fspp);43 struct fsp_header **hdrp, ulong *rom_offsetp);
28 struct fsp_header *fsp_find_header(void);38 u32 fsp_notify(struct fsp_header *fsp_hdr, u32 phase);155 u32 fsp_notify(struct fsp_header *fsp_hdr, u32 phase);
12 struct __packed fsp_header { struct
12 struct fsp_header *__attribute__((optimize("O0"))) fsp_find_header(void) in fsp_find_header()71 return (struct fsp_header *)fsp; in fsp_find_header()90 struct fsp_header *fsp_hdr; in fsp_init()169 u32 fsp_notify(struct fsp_header *fsp_hdr, u32 phase) in fsp_notify()177 fsp_hdr = (struct fsp_header *)fsp_find_header(); in fsp_notify()
19 struct fsp_header **fspp) in fsp_get_header()23 struct fsp_header *fsp; in fsp_get_header()110 u32 fsp_notify(struct fsp_header *fsp_hdr, u32 phase) in fsp_notify()
26 struct fsp_header *hdr; in fsp_silicon_init()
65 struct fsp_header *hdr; in fsp_memory_init()
106 struct fsp_header **hdrp, ulong *rom_offsetp) in fsp_locate_fsp()
17 struct fsp_header *fsp_hdr;
122 struct fsp_header *fsp_s_hdr; /* Pointer to FSP-S header */
15 struct fsp_header *hdr; in do_hdr()
Completed in 8 milliseconds