Searched refs:find_sector (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/dfu/
H A Ddfu_sf.c41 static u64 find_sector(struct dfu_entity *dfu, u64 start, u64 offset) function
53 find_sector(dfu, dfu->data.sf.start, offset),
74 off = find_sector(dfu, dfu->data.sf.start, dfu->offset);
/u-boot/drivers/mtd/
H A Dcfi_flash.c760 static flash_sect_t find_sector(flash_info_t *info, ulong addr) function
826 sect = find_sector(info, dest);
833 sect = find_sector(info, dest);
861 sect = find_sector(info, dest);
937 sector = find_sector(info, dest);

Completed in 59 milliseconds