Home
last modified time | relevance | path

Searched refs:cbfs_priv (Results 1 – 4 of 4) sorted by relevance

/u-boot/fs/cbfs/
A Dcbfs.c27 struct cbfs_priv { struct
35 static struct cbfs_priv cbfs_s; argument
200 static int load_header(struct cbfs_priv *priv, ulong addr) in load_header()
257 static int cbfs_init(struct cbfs_priv *priv, ulong end_of_rom) in cbfs_init()
279 int cbfs_init_mem(ulong base, struct cbfs_priv **privp) in cbfs_init_mem()
281 struct cbfs_priv priv_s, *priv = &priv_s; in cbfs_init_mem()
309 struct cbfs_priv *priv = &cbfs_s; in file_cbfs_get_header()
322 struct cbfs_priv *priv = &cbfs_s; in file_cbfs_get_first()
335 struct cbfs_priv *priv = &cbfs_s; in file_cbfs_get_next()
406 struct cbfs_priv priv; in file_cbfs_find_uncached()
[all …]
A DKconfig19 those which accept a cbfs_priv * can be used, since BSS is not
/u-boot/include/
A Dcbfs.h136 struct cbfs_priv;
145 const struct cbfs_cachenode *cbfs_find_file(struct cbfs_priv *cbfs,
155 int cbfs_init_mem(ulong base, struct cbfs_priv **privp);
/u-boot/arch/x86/lib/fsp2/
A Dfsp_init.c84 struct cbfs_priv *cbfs; in get_cbfs_fsp()

Completed in 9 milliseconds