Searched refs:fsp_header (Results 1 – 5 of 5) sorted by relevance
32 struct fsp_header *__attribute__((optimize("O0"))) find_fsp_header(void) in find_fsp_header()86 return (struct fsp_header *)fsp; in find_fsp_header()105 struct fsp_header *fsp_hdr; in fsp_init()184 u32 fsp_notify(struct fsp_header *fsp_hdr, u32 phase) in fsp_notify()192 fsp_hdr = (struct fsp_header *)find_fsp_header(); in fsp_notify()
58 struct fsp_header *find_fsp_header(void);77 u32 fsp_notify(struct fsp_header *fsp_hdr, u32 phase);
12 struct __packed fsp_header { struct
17 struct fsp_header *fsp_hdr;
29 struct fsp_header *hdr = find_fsp_header(); in do_hdr()