Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/dfu/
H A Ddfu_mmc.c357 disk_partition_t partinfo; in dfu_fill_entity_mmc() local
362 if (part_get_info(blk_dev, mmcpart, &partinfo) != 0) { in dfu_fill_entity_mmc()
369 dfu->data.mmc.lba_start = partinfo.start; in dfu_fill_entity_mmc()
370 dfu->data.mmc.lba_size = partinfo.size; in dfu_fill_entity_mmc()
371 dfu->data.mmc.lba_blk_size = partinfo.blksz; in dfu_fill_entity_mmc()