Searched refs:find_sector (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/dfu/ |
D | dfu_sf.c | 28 static u64 find_sector(struct dfu_entity *dfu, u64 start, u64 offset) in find_sector() function 40 find_sector(dfu, dfu->data.sf.start, offset), in dfu_write_medium_sf()
|
/external/u-boot/drivers/mtd/ |
D | cfi_flash.c | 759 static flash_sect_t find_sector(flash_info_t *info, ulong addr) in find_sector() function 825 sect = find_sector(info, dest); in flash_write_cfiword() 832 sect = find_sector(info, dest); in flash_write_cfiword() 860 sect = find_sector(info, dest); in flash_write_cfiword() 936 sector = find_sector(info, dest); in flash_write_cfibuffer()
|