Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dsplash_source.c63 static int splash_storage_read_raw(struct splash_location *location, in splash_storage_read_raw() function
93 res = splash_storage_read_raw(location, bmp_load_addr, bmp_header_size); in splash_load_raw()
103 return splash_storage_read_raw(location, bmp_load_addr, bmp_size); in splash_load_raw()
314 res = splash_storage_read_raw(location, bmp_load_addr, header_size); in splash_load_fit()
328 res = splash_storage_read_raw(location, (u32)fit_header, fit_size); in splash_load_fit()
364 res = splash_storage_read_raw(location, bmp_load_addr , splash_size); in splash_load_fit()