Searched refs:cbfs_priv (Results 1 - 3 of 3) sorted by relevance

/u-boot/fs/cbfs/
H A Dcbfs.c19 * struct cbfs_priv - Private data for this driver
27 struct cbfs_priv { struct
35 static struct cbfs_priv cbfs_s;
148 static int file_cbfs_next_file(struct cbfs_priv *priv, void *start, int size,
186 static int file_cbfs_fill_cache(struct cbfs_priv *priv, int size, int align)
239 static int load_header(struct cbfs_priv *priv, ulong addr)
264 static int file_cbfs_load_header(struct cbfs_priv *priv, ulong end_of_rom)
284 static int cbfs_load_header_ptr(struct cbfs_priv *priv, ulong base)
296 static int cbfs_init(struct cbfs_priv *priv, ulong end_of_rom)
319 struct cbfs_priv **priv
[all...]
/u-boot/include/
H A Dcbfs.h12 struct cbfs_priv;
213 const struct cbfs_cachenode *cbfs_get_first(const struct cbfs_priv *priv);
253 const struct cbfs_cachenode *cbfs_find_file(struct cbfs_priv *cbfs,
266 struct cbfs_priv **privp);
/u-boot/arch/x86/lib/fsp2/
H A Dfsp_init.c86 struct cbfs_priv *cbfs;

Completed in 97 milliseconds