Home
last modified time | relevance | path

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

/u-boot/common/spl/
A Dspl_sata.c27 u32 image_offset_sectors; in spl_sata_load_image_raw() local
41 image_offset_sectors = spl_image->offset / stor_dev->blksz; in spl_sata_load_image_raw()
43 count = blk_dread(stor_dev, sector + image_offset_sectors, in spl_sata_load_image_raw()
A Dspl_mmc.c25 u32 image_offset_sectors; in mmc_load_legacy() local
36 image_offset_sectors = spl_image->offset / mmc->read_bl_len; in mmc_load_legacy()
46 sector + image_offset_sectors, in mmc_load_legacy()

Completed in 5 milliseconds