Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dsplash_source.c64 static int splash_storage_read_raw(struct splash_location *location, in splash_storage_read_raw() function
94 res = splash_storage_read_raw(location, bmp_load_addr, bmp_header_size); in splash_load_raw()
104 return splash_storage_read_raw(location, bmp_load_addr, bmp_size); in splash_load_raw()
315 res = splash_storage_read_raw(location, bmp_load_addr, header_size); in splash_load_fit()
329 res = splash_storage_read_raw(location, (u32)fit_header, fit_size); in splash_load_fit()
365 res = splash_storage_read_raw(location, bmp_load_addr , splash_size); in splash_load_fit()